
My neural network is getting better (accuracy tracking) – Day 8/30 & i discover a new networking
Day 7 of building a neural network from scratch in Python (no libraries). & i discover a new networking
were i want to give it as open source were i even made report if you need use it i am do inside of reddit because i don't have a git account
the image above seeing was the simulation of the network 🙄🙄🙄
i well explain this new network in other post that was reson for delay of post
Today I started tracking accuracy.
Until now, I knew the model was learning because the loss was decreasing.
But accuracy makes it clearer:
How often is the model actually correct?
Right now, the accuracy is still low — but it’s improving with each training cycle.
Example:
Epoch 1 → Accuracy: 12%
Epoch 3 → Accuracy: 28%
Epoch 5 → Accuracy: 41%
This might not look impressive yet, but it proves something important:
The model is learning.
Each iteration makes it slightly better than before.
Tomorrow, I’ll focus on improving performance and making training more efficient.
Day 8/30 ✅
I’ll update again tomorrow.