Skip to content

zhaocq-nlp/NeuralExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neural Network Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages