Bayesian Review and Gaussian Processes

Gaussian Processes Lecture Slides.

YouTube Videos

There is a YouTube video available of me giving this material at the Gaussian Process Road Show in Uganda.

GPRS Uganda Video

Lab Class

The notebook for the lab class can be downloaded from here.

To obtain the lab class in ipython notebook, first open the ipython notebook. Then paste the following code into the ipython notebook

import urllib
urllib.urlretrieve('https://github.com/SheffieldML/notebook/blob/master/lab_classes/machine_learning/MLAI_lab5.ipynb', 'MLAI_lab5.ipynb')

You should now be able to find the lab class by clicking File->Open on the ipython notebook menu.

Reading

Learning Outcomes Week 7

  • Understanding how the marginal likelihood in a Gaussian Bayesian regression model can be computed using properties of the multivariate Gaussian.
  • Understanding that Bayesian Regression Models put a joint Gaussian prior across the data.
  • Understanding that we can specify the covariance function of that prior directly.
  • Understanding that Gaussian process models generalize basis function models to allow infinite basis functions.