Machine Learning Lecture Notes
Simply put, machine learning is the part of artificial intelligence that actually works.
—Why Is Machine Learning (CS 229) The Most Popular Course At Stanford? Forbes
These webpages provide the lecture notes for the Machine Learning courses I teach at the University of Amsterdam and Amsterdam University College.
These notes are not meant to be a complete resource for learning about Machine Learning. These complement the lectures and other resources that are used in the courses. For all these resources I refer you to the Canvas webpages for your course.
Rein van den Boomgaard, January 2023
- 1. Mathematical Tools
- 2. Probability and Statistics
- 2.1. Probability Space and Probability Axioms
- 2.2. Conditional Probabilities
- 2.3. Probability Trees
- 2.4. Independent Events
- 2.5. Random Variables
- 2.6. Probability Distributions
- 2.7. Joint Distributions
- 2.8. Calculations with Random Variables
- 2.9. Descriptive Statistics
- 2.10. Estimators for Distribution Parameters
- 2.11. Random Vectors
- 2.12. Exercises
- 3. Overview of Machine Learning
- 4. Dimensionality Reduction
- 5. Regression
- 6. Classification
- 7. Clustering
- 8. Methodology of Machine Learning