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.
Background
- Mathematics
- Training Basics
Supervised Models
Supervised models minimize the difference (often cross-entropy) between data distribution and ideal target distribution
- Classifiers
- Vision
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
- Autoregressive Moving Average Models
Written Homework Sections
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