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

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

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.

Time Series Modeling

Cheat Sheet:

  1. KL divergence & between two normals equation
  2. Complete the square
  3. Standard normal multivariate
  4. VAE loss