https://github.com/lherman-cs/deeplearning-demos
Deep learning demos using MNIST data set with multiple neural network models
https://github.com/lherman-cs/deeplearning-demos
deep-learning deep-learning-demos deep-learning-tutorial deep-neural-networks deeplearning mnist mnist-classification mnist-classifier mnist-model python python-3 python3 tensorflow tensorflow-experiments tensorflow-tutorials
Last synced: 7 months ago
JSON representation
Deep learning demos using MNIST data set with multiple neural network models
- Host: GitHub
- URL: https://github.com/lherman-cs/deeplearning-demos
- Owner: lherman-cs
- Created: 2017-03-26T20:35:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T18:34:07.000Z (over 8 years ago)
- Last Synced: 2025-02-17T22:28:19.743Z (10 months ago)
- Topics: deep-learning, deep-learning-demos, deep-learning-tutorial, deep-neural-networks, deeplearning, mnist, mnist-classification, mnist-classifier, mnist-model, python, python-3, python3, tensorflow, tensorflow-experiments, tensorflow-tutorials
- Language: Python
- Homepage:
- Size: 31.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deeplearning-demos
Deep learning demos using the MNIST data set with multiple neural network models.
To run the model:
---------
Simply choose the model first:
* 1_MLP.py
* 2_CNN_Failed.py
* 3_CNN.py
* 4_GRU_RNN.py
* 5_Auto_Encoder.py
Then, run the following code:
```bash
python3 [model]
```
For example,
```bash
python3 1_MLP.py
```
To see the graph visualization of the fully trained models:
---------
Simply click this [link](http://23.120.83.79:6006/)