The University of Sheffield
Neil Lawrence Machine Learning and Adaptive Intelligence
COM6509/4509: MLAI Week 7

Week 7: Bayesian Review and Gaussian Processes

  1. 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.

    This document last modified Saturday, 17-May-2014 18:16:26 UTC