GitXplorerGitXplorer
l

deeplearning-demos

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
510cac59fb16655b264bc2b614a06ca5e4d74cf6

Change n_trains to n_trains ** 2

committed 8 years ago
Unverified
afaa8b07405f7507e5f2cc1e32bd98e08cb74ffc

Modify

committed 8 years ago
Unverified
0d59b09891851de70821bafcf68349b7eb969347

Modify

committed 8 years ago
Unverified
a92e8eb7729373ca260276c160b33f186cf85f0b

Add new model

committed 8 years ago
Unverified
6133c62325d2f4da818885ad76c7bae4673ce403

Fix bugs

committed 8 years ago
Unverified
07b87a7fd1ef40a74c0678e5391468e3c986586e

Fix a bug

committed 8 years ago

README

The README file for this repository.

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