Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 443 Bytes

neural network to evaluate mnist dataset

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

packages

  • numpy
  • jupyter
  • matplotlib
  • scipy