neural-network-from-scratch
neural-network-from-scratch copied to clipboard
Updated code and added requirements.txt
Made following changes:
- in testing , mndata.load_training() was called , changed it to mndata.load_testing()
- modularised classify_mnist.py
- minor change to neuralnetwrok.py ( For readability , nothing else)
- added requirements,text
This pull request is for Hacktoberfest 2021