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
- Host: GitHub
- URL: https://github.com/zhaocq-nlp/neuralexamples
- Owner: zhaocq-nlp
- Created: 2016-05-23T09:02:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T07:39:01.000Z (about 9 years ago)
- Last Synced: 2025-01-16T01:32:12.943Z (5 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuralExamples
Neural Networks Examples.
It contains MLP by theano.
# theano-MLP
Multilayer Perceptron under Theanocommand:
"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 TensorFlowcommand:
"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