Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mec0825 committed Apr 7, 2019
1 parent a4093bc commit 4c5e415
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,13 @@ Self-Taught Learning and Unsupervised Feature Learning

```bash
python stlExercise.py
```

Building Deep Networks for Classification
------------
* [Assignment](http://ufldl.stanford.edu/wiki/index.php/Exercise:_Implement_deep_networks_for_digit_classification)
* Data:`train-images-idx3-ubyte`,`train-labels-idx1-ubyte`,`t10k-images.idx3-ubyte`,`t10k-labels.idx1-ubyte`

```bash
python stackedAEExercise.py
```

0 comments on commit 4c5e415

Please sign in to comment.