/multilayer-perceptron

Done for Deep Learning for Image Processing Course

Primary LanguagePython

Programming Assignment 1 of Deep Learning for Image Processing(EE6132) on Multi-Layer Perceptrons

####Requirements:

  • Numpy
  • Python-Mnist: Install by: pip install python-mnist

###Usage:

First download the data from the MNIST Database and place it in the ./data/ directory.

Create a ./models/ directory to store the trained models.

To run the program with default parameters do:

python trainer.py <model-name>

For advanced usage check:

python trainer.py --help