Textbook and reference materials
The textbook for the course is:
For a gentler introduction to machine learning the following text is available for free online:
The following three texts are also excellent general machine learning texts and their PDFs are available for
free online.
- [B] Pattern Recognition and Machine Learning, Christopher Bishop.
- [HTF] The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, Jerome Friedman.
- [EH] Computer Age Statistical Inference: Algorithms, Evidence and Data Science, Bradley Efron, Trevor Hastie.
- [ZLLS] Dive into Deep Learning, Aston Zhang, Zach Lipton, Mu Li, Alex Smola.
You may also find these reference materials useful throughout the quarter.
- Machine Learning (and related topics)
- Linear Algebra and Matrix Analysis
- These wonderful videos by 3blue1brown provide a gentle and highly intuitive overview of linear algebra. (The same person created
most of the videos on multivariable calculus on Khan Academy -- also excellent).
- Linear Algebra Review and Reference by Zico Kolter and Chuong Do (free). Light refresher for linear algebra and matrix calculus if you're a bit rusty.
- Linear Algebra, David Cherney, Tom Denton, Rohit Thomas and Andrew Waldron (free). Introductory linear algebra text.
- Matrix Analysis Horn and Johnson. A great reference from elementary to advanced material.
- Probability and Statistics
- 20su offering of CSE312 materials and video lectures by Alex Tsun. Slides, full notes, and short video lecture snippets on basic probabilty and statistics. This course was recently redesigned in part to better prepare students for CSE 446, making it an excellent resource for review.
- Probability Review by Arian Maleki and Tom Do. (From Andrew Ng's machine learning class.)
- Section notes from Anna Karlin's 18au offering of 312:
Counting,
Combinatorics + intro probability,
Conditional probability;
Random variables & linearity of expectation,
Variance and discrete r.v.s,
Conditional expectation,
Joint distributions,
Continuous random variables,
CLT, tail bounds and MLE.
- All of Statistics, Larry Wasserman. Chapters 1-5 are a great probability refresher and the book is a good reference for statistics.
- A First Course in Probability, Sheldon Ross. Elementary concepts (previous editions are a couple bucks on Amazon)
- Optimization
- Python
- Latex