Click to change the digit
2024
MNIST classifier in NumPy
95% test accuracy
A neural network written from scratch. Forward pass, backpropagation and gradient descent implemented by hand with NumPy, no frameworks involved, to understand what every operation does before delegating it.
- Python
- NumPy
