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