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

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