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

Week 7: Bayesian Regression

Bayesian Inference Lecture Slides

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://raw.githubusercontent.com/SheffieldML/notebook/master/lab_classes/machine_learning/week7.ipynb', 'week7.ipynb')

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

YouTube Videos

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

GPRS Uganda Video

Second half overlaps with the material from this week's lectures.

Video from 2011 on Gaussian Densities and Bayesian Inference

Reading

Previous Lectures

Univariate Bayesian Inference


Multivariate Bayesian Inference


Bayesian Polynomials on Olympics Data


Learning Outcomes Week 7

This document last modified Tuesday, 11-Nov-2014 08:10:41 UTC