You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implements a MLP Neural Network from scratch (backprop and SGD) using just numpy.
To train the model on the MNIST dataset run python3 arch/mlp.py.