ML Notes

These are some machine learning notes, thoughts, tips & tricks that I’ve collected throughout the years of my studies. Some of them are from Introduction to Machine Learning and Neural Networks and Deep Learning taken at UCLA. Others are from various online courses such as Stanford’s CS231n, or books such as the deep learning book.

These notes represent my own understanding of the material and are likely to contain some errors. If you find any errors, inaccuracies, or points that could be clarified better, please send me a pull request or contact me!

Linear and Logistic Regression

Regularization & Preventing Overfitting

Support Vector Machines

Kernel Methods

Convolutional Networks

NLP/RNNs/LSTMs/Language Modeling

Probability and Linear Algebra

Misc