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