CS6890 Deep Learning
Linear regression, Perceptrion, Logistic and Softmax Regression
Feed-Forward Neural Networks and Backpropagation
Unsupervised Feature Learning
Autoencoder
- Sparse Autoencoders
- Denoising Autoencoders
- Contractive Autoencoders
PCA, PCA whitening, and ZCA whitenin
- PCA as Autoencoder (http://www.cs.toronto.edu/~urtasun/courses/CSC411/14_pca.pdf)
- PCA whitening
- The goal of PCA whitening is: Features are not correlated with each other & Features all have same variance. After PCA, all features are independent with each other now. So we only have to normalize each of them.
- ZCA: Another method for whiting.
Sparse Coding
- Sparse Autoencoder VS. Sparse Coding
- Sparse Coding VS. PCA
Independent Component Analysis
- What we want is to get a transfer matrix W, x' = Wx, and the covariance for x' is I.
Unsupervised Learning of Word Representations
Canonical Correlation Analysis
Self-taught learning and Deep Learning
- ReLU vs. Sigmoid and Tanh
Convolutional Neural Networks