๐Ÿ—“๏ธ Week 03 - Lab on Bayesian Linear Regression

Author
Affiliation

EURECOM

In this week, we will have a lab session focused on Bayesian Linear Regression. We will work through practical examples to solidify understanding of the concepts introduced in the previous week, like likelihood, prior distribution, posterior updates, model selection and model uncertainty.

๐Ÿงช Lab

Labs are available on GitHub. The lab for this week is Bayesian Linear Regression.

Check the README file for instructions on how to run the lab.

Google Colab is the suggested way to edit and execute the labs. Simply click on the icon to open the corresponding notebook in Colab.

For this week, you can Open In Colab

๐Ÿ“™ References

Murphy, Kevin P. 2022. Probabilistic Machine Learning: An Introduction. MIT Press. http://probml.github.io/book1.
โ€”โ€”โ€”. 2023. Probabilistic Machine Learning: Advanced Topics. MIT Press. http://probml.github.io/book2.