Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 553 Bytes

NeuralExamples

Neural Networks Examples.

It contains MLP by theano.

theano-MLP

Multilayer Perceptron under Theano

command:

"python main.py"

It will fetch MNIST data from sklearn for training and testing.

reference: http://nbviewer.jupyter.org/github/craffel/theano-tutorial/blob/master/Theano%20Tutorial.ipynb

tensorflow-MLP

Multilayer Perceptron under TensorFlow

command:

"python main.py"

It will fetch MNIST data from sklearn for training and testing.

reference: https://www.tensorflow.org/versions/r0.8/tutorials/index.html