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

Week 1: Uncertainty and Probability

More Machine Learning Motivation

Neil's Inaugural lecture is available here.

Probability Review

If you feel your basic probability needs brushing up, you might want to watch this lecture from 2012-13. It covers basic concepts of probability.




Lecture Slides

Reading for Probability Review

See also appendix of lecture notes below.

Exercise

Lecture Notes

Uncertainty and Probability Lecture Slides

Reading for Week 1

Exercises for Week 1

Lab Class

Probabilities with Python and the iPython Notebook.

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_lab1.ipynb', 'MLAI_lab1.ipynb')

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

Solutions for the lab class can be downloaded from this notebook here.

Additional Material: Lecture from 2012/13 on Maximum Likelihood

Learning Outcomes Week 1

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