๐๏ธ Week 02 - Bayesian Linear Regression
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:
- Tutorial 1 โ Introduction to Python/NumPy (Recommended preparation before next week)
This tutorial is not mandatory (no submission required), but it is strongly recommended if you are not comfortable with Python and NumPy.