/NN-from-scratch-in-python-MNIST

creating a fully connected neural network from scratch (assignment 3 of course machine learning IIITD)

Primary LanguageJupyter Notebook

Neural-network-from-scratch-MNIST

creating a fully connected neural network from scratch (Assignment 3 of machine learning course IIITD)

A generalized neural net implementation where the input to the class is

  • train/validation set
  • number of hidden layers
  • list of number of neurons in each hidden layer
$ pip install -r requirements.txt