Toy multilayer perceptron (neural network) implemented with numpy in Python 3.
This code was adapted from the work of Brian Dolhansky. It has been updated to work in Python 3 and be simpler/shorter in nature.
You will need:
- Python 3
- numpy
- tqdm
You will also need the MNIST dataset from this website.