NumPy-based neural network built from scratch (following Sentdex’s Neural Networks from Scratch book), trained on the MNIST dataset with 97.5% accuracy.
neuralNetworks.py— main classes and core neural network implementationMnist_training.py— training code; generates amnist.modelfile (already included in the repo)Mnist_test.py— testing script for evaluating the trained model
Download the MNIST training and test data in JSON format here: https://github.com/lorenmh/mnist_handwritten_json
Based on Sentdex’s Neural Networks from Scratch book https://nnfs.io/