Multi Class Classification and Autoencoder for MNIST Dataset using Multi Layer Feed Forward Neural Net implemented from scratch
$ pip3 install -r requirements.txt
Make sure that both main.py and model.py are in the same directory
$ python3 main.py
The code will generate a set of graphs under the figs directory (should be available before running).