That's cute. But I don't care why it works—if it works, it's useful. If it doesn't, it's just cute.
Resources
Homeworks
- CS 675 HW1 ← problem 3 only
- CS 675 HW2
Notes to Improve
- Finish up MLE derivation & understanding for Probabilistic Generative Models
- Finish bias derivation in NN
- Finish optimizing the logistic regression ^02k7nz
- R-CNN, Faster R-CNN etc.
- deep learning is just a catalogue of tools, and finding which tool to use is the key intuition
Notes
Background
- Mathematics
- Training Basics
Supervised Models
Supervised models minimize the difference (often cross-entropy) between data distribution and ideal target distribution
Unsupervised Models
Unsupervised models all aim to cleverly extract abstract features from data without labels.
- Linear Factor Models
- Autoencoders
- Graphical Models
- ⭐ Generative Adversarial Network (GANs)
Time Series Modeling
Cheat Sheet:
- KL divergence & between two normals equation
- Complete the square
- Standard normal multivariate
- VAE loss