Skip to content

Exercises on Bayesian linear regression, Gaussian Processes, Metropolis-Hastings Inference for Bayesian Logistic Regression, K-means and Probabilistic PCA. Made at Institut EURECOM (FR)

AndreaGhiglione/advanced-statistical-inference

Repository files navigation

Advanced Statistical Inference

This course focuses on the principles of learning from data and quantification of uncertainty, by complementing and enriching the Introduction to Statistical Learning course. The presentation of the material follows a common thread based on the probabilistic data modeling approach, so that many classical algorithms, such as least squares and k-means, can be seen as special cases of inference problems for more general probabilistic models. Taking a probabilistic view also allows the course to derive inference algorithms for a class of nonparametric models that have close connections with neural networks and support vector machines. This advanced course is complemented by these lab sessions to guide students through the design and validation of the methods developed during the lectures.

[Suggested] Google Colab

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

Week 0 Introduction to Python/Numpy Open In Colab
Week 1 Bayesian linear regression Open In Colab
Coin toss experiment Open In Colab
Week 2 Gaussian process regression Open In Colab
Week 3 Logistic regression with MCMC Open In Colab
Week 4 Variational inference Open In Colab
Week 5 Probabilistic PCA Open In Colab

[Advanced] Local Jupyter

Note: choose this option only if you know what you are doing. You can clone the development environment using Conda (installation guide here), by running

> conda env create --file=environment.yml

Once the installation has completed, you can activate the new environment with

> conda activate asi

Finally launch Jupyter Lab with

> jupyter lab 

About

Exercises on Bayesian linear regression, Gaussian Processes, Metropolis-Hastings Inference for Bayesian Logistic Regression, K-means and Probabilistic PCA. Made at Institut EURECOM (FR)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published