๐Ÿ—“๏ธ Week 02 - Bayesian Linear Regression

Author
Affiliation

EURECOM

In our second week, we will introduce Bayesian Linear Regression, exploring how Bayesian inference applies to linear models for regression. We will discuss what is a likelihood, a prior distribution, and their roles in Bayesian inference. We will cover key concepts such as posterior updates, model selection and model uncertainty. Additionally, we will work through practical examples to solidify understanding.

๐Ÿ–ฅ๏ธ Lecture Slides

๐Ÿ“‘ Lecture Notes (PDF)

๐Ÿงช Lab

Labs are available on GitHub (check the README file for instructions on how to run the notebooks). This week, we just recommend the following tutorial for students who are not yet comfortable with Python and NumPy:

This tutorial is not mandatory (no submission required), but it is strongly recommended if you are not comfortable with Python and NumPy.

๐Ÿ“ Exercises

๐Ÿ“™ References

Murphy, K. P. (2022). Probabilistic machine learning: An introduction. MIT Press. http://probml.github.io/book1
Murphy, K. P. (2023). Probabilistic machine learning: Advanced topics. MIT Press. http://probml.github.io/book2