GitXplorerGitXplorer
l

deeplearning-demos

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8d80d04adb7141e338d49de836d256d6216cdf78

Ignore checkpoints

committed 8 years ago
Unverified
1482d72756b97e37678fac10d3b9843abc2db021

Add saver

committed 8 years ago
Unverified
faa26e6ce0814ff5a1fe91a922f3b78531f7f9a9

Refractor

committed 8 years ago
Unverified
e64e960a0cba4ab38a7bf05f3a024aa9fadc655d

Merge branch 'master' of github.com:lukashh6/deeplearning-demos

committed 8 years ago
Unverified
4e20f9cafa45daed157a86d8252fe4252a5e41df

Add RBM model

committed 8 years ago
Unverified
17d1a0df83326281ed7ffc72ec5b9da644a2b81e

Update README.md

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