Skip to content

Deep learning demos using MNIST data set with multiple neural network models

Notifications You must be signed in to change notification settings

lherman-cs/deeplearning-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Lukas Herman
May 16, 2017
510cac5 · May 16, 2017

History

70 Commits
May 16, 2017
Mar 29, 2017
May 16, 2017
May 16, 2017
May 14, 2017
Apr 3, 2017
Apr 3, 2017
Apr 3, 2017
Apr 8, 2017
May 16, 2017
May 16, 2017
Apr 15, 2017
Mar 29, 2017
May 16, 2017

Repository files navigation

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:

python3 [model]

For example,

python3 1_MLP.py

To see the graph visualization of the fully trained models:

Simply click this link