Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 3.47 KB

README.md

File metadata and controls

41 lines (29 loc) · 3.47 KB

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.

Google Colab

You can edit and execute these notebooks using Google Colab. Just click on the icon to open the corresponding notebook in Colab.

Bayesian linear regression Open In Colab
Coin Toss Experiment Open In Colab
Gaussian process regression Open In Colab
Logistic regression with MCMC Open In Colab
Variational inference Open In Colab
Probabilistic PCA Open In Colab
K-Means Clustering Open In Colab
Final Assignment Open In Colab

Local Jupyter

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