mnist from scratch (only using numpy for matrix multiplication) Reached ~96% accuracy using supplied hyperparams
pip install numpy
python network.py
Hyperparameters can be edited in the main
method
Mnist loader stolen from Nielsens awesome book: https://github.com/mnielsen/neural-networks-and-deep-learning