Advanced Probabilistic Machine Learning 1RT705/1RT003

Course material for 1RT705/1RT003 Advanced Probabilistic Machine Learning


Advanced Probabilistic Machine Learning 1RT705/1RT003

This repository is used to host the files needed for the exercise sessions and the computer lab in the course Advanced Probabilistic Machine Learning at Uppsala University.

Problem solving sessions

The material associated with each session listed below is given together with a set of recommended problems.

For each session, the material consists of the following:

  • Jupyter notebook with problems.
  • Direct link to run notebook with Binder.
  • Direct link to run notebook with Google Colab.
  • Notebook exported to HTML with solutions.

Data used in the computer classes can be downloaded directly in the notebooks. For offline use, we recommend you download the whole repository and make the necessary changes to the notebook by commenting/uncommenting appropriate lines.

  Topic Course Recommended Extra Files
3 Bayesian linear regression 1RT003, 1RT705 1, 2 3 Notebook Solutions Binder Open In Colab
8 Gaussian Processes: Part 1 1RT003 1, 2, 3 4 Notebook Solutions Binder Open In Colab
9 Gaussian Processes: Part 2 1RT003 1, 2 3, 4 Notebook Solutions Binder Open In Colab
11 Unsupervised learning 1RT003, 1RT705 1, 2 3 Notebook Solutions Binder Open In Colab

Computer lab

For the computer lab about unsupervised learning the following resources are available:

Topic File Links
Lab instructions instructions.pdf PDF
Introduction to PyTorch introduction.ipynb Introduction Notebook Open In Colab
Probabilistic PCA PPCA.ipynb PPCA Notebook Open In Colab
Variational autoencoder VAE.ipynb VAE Notebook Open In Colab
Deep hierarchical VAE NVAE.ipynb NVAE Notebook Open In Colab