Complete codes for exercises in Stanford UFLDL tutorials.
- http://ufldl.stanford.edu/tutorial/index.php/UFLDL_Tutorial
- http://ufldl.stanford.edu/wiki/index.php/UFLDL_Tutorial
- Linear regression, logistic regression, and softmax regression
- Multilayer supervised neural network
- Convolutional neural network
- Sparse autoencoder
- PCA whitening, and RICA
- Self-taught learning
- Stacked autoencoders
- Linear decoder
PS. Listed in the order of finishing time.
-
Some datasets needed are not included for the sake of size. You can download them yourself on the tutorial website. (Some are included in the exercise .zip file downloaded from the website)
-
The code style is bad, but should be right :). So this may just serve as a reference when you are going through the tutorials.
-
The code is written with help of many references. If you have any questions or find any mistakes, feel free to contact me.
-
Thank Andrew Ng so much for the wonderful tutorial!
- http://www.cnblogs.com/tornadomeet/tag/Deep%20Learning/
- http://yann.lecun.com/exdb/mnist/
- http://cogprints.org/5869/1/cnn_tutorial.pdf
- https://github.com/rasmusbergpalm/DeepLearnToolbox
- Many others...
Derek Yang
2014.1.24