Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 471 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 471 Bytes

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