built in python 3.7.3
modeled after neural network presented in the book "Make Your Own Neural
Network" by Tariq Rashid (ISBN 978-1530826605)
hidden nodes, learning rate and epochs are adjusted for the complete mnist
dataset, not this shortened version
to load the trained neural network uncomment last two cells and navigate
manually
- numpy
- jupyter
- matplotlib
- scipy