pythonNN-mnist

##OverView

  • 3 layer neural network program with back propagation
  • Use mnist handwriting dataset

Description

  • np-NN.py : neural nework with mnist dataset

Preparation

$ mkdir data 
$ cd data // put mnist dataset here

MNIST Dataset

Requirement

Usage

$ python np-NN.py run // run back propagation and save w1 and w2
$ python np-NN.py load // load test files and identify

License

MIT License

Author

knorth55