MNIST handwritten digit classification using a custom, fully-connected neural network.
This project uses the MNIST data set in .csv format. The dataset can be found on Kaggle here: https://www.kaggle.com/oddrationale/mnist-in-csv
Once downloaded, navigate to project/data/mnist/ and put mnist_train.csv and mnist_test.csv into this folder.
The file mnist_test.py can now be run to execute the program.
Caution: uses numpy and pygame