- This project utilises a neural network library,
nicenet
. - Check out its implementation from scratch here. For the pip3 package info, click here
- datasets/mnist.pkl.gz
- gzipped serialized mnist dataset.
- models/
- Contains the exported trained models with different accuracy.
- handwritten_digits.json - A pretrained model with an accuracy around 95%. - It is trained for 10 epochs with 50k samples of the MNIST training data
- handwritten_digits.ipynb - Python3 notebook.