neural-network-from-scratch icon indicating copy to clipboard operation
neural-network-from-scratch copied to clipboard

Updated code and added requirements.txt

Open Kannampuzha opened this issue 3 years ago • 0 comments

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

Kannampuzha avatar Oct 19 '21 15:10 Kannampuzha