An open API service indexing awesome lists of open source software.

https://github.com/zhaocq-nlp/neuralexamples

Neural Network Examples
https://github.com/zhaocq-nlp/neuralexamples

Last synced: 4 months ago
JSON representation

Neural Network Examples

Awesome Lists containing this project

README

        

# 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