๐๏ธ Week 03 - Lab on Bayesian Linear Regression
This week features a lab session on Bayesian Linear Regression. We will work through practical examples to solidify understanding of concepts from the previous week: 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. Click the badge below to open the notebook in Colab:
๐ Recommended Reading
๐ 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