There are times when you need to look back to something and reassure yourself that you really really understand it. This is a dynamic work-in-progress list of resources that has, potentially in a distant past, helped me do that.
Linear Algebra
-
Change of basis
-
Eigenvectors and Eigenvalues
-
Matrix Ranks, Invertibility, SVD, Pseudoinverse
Statistical ML
Probability, MLE, EM
-
Multiple random variables probability review
-
Generative modeling, Latent variables, GMMs, MLE, EM
Naive Bayes, Logistic - Sigmoid, Softmax
-
MLE, Naive Bayes, Logistic
-
Logistic, Softmax, Cross-entropy, Logistic connection to a single neuron via sigmoid
Neural Network Foundational
- Neural Networks, Manifolds, and Topology
Backpropagation
-
What is backpropagation really doing?
-
Backpropagation calculus
-
Backprop with practical considerations
Natural Language Processing
Non Contextual Word Embeddings
-
Word2Vec CBOW and Skip-Gram
-
GloVe training objective
Attention
- Seq2Seq problems - need for Attention, Attention, NMT, BPE, WordPieces