Statistical Machine Learning 1RT700 11808 HT2023
Course content
This is an introductory course to statistical machine learning for students with some background in elementary calculus, linear algebra, and probability theory.
The course is focusing on supervised learning, i.e., classification and regression with real data, and its computational and statistical foundations. In addition to the necessary theory (e.g., derivations and proofs), this course also includes practical sessions (notably the lab and the project). The practical part will be implemented using Python.
The recommended course book is Machine Learning - A First Course for Engineers and Scientists Links to an external site., which is available online free of charge. Certain chapters will be recommended for reading each week. Link to videos and other material are also provided below.
Prerequisite knowledge
The course assumes the students have background in elementary calculus, linear algebra, and probability theory.
The following examples are concepts used in the course and it is expected that the students have some familiarity with them:
- Gradient of a function Links to an external site.
- Matrix multiplication Links to an external site.
- (Joint) probability distributions of random variables Links to an external site.
- Expected value of a random variable Links to an external site.
- Conditional probability distribution Links to an external site. and conditional expected value Links to an external site.