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

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

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/)