laura-burdick / umich-eecs545-lectures

This repository contains the lecture materials for EECS 545, a graduate course in Machine Learning, at the University of Michigan, Ann Arbor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EECS 545, Winter 2016

This repository contains the lecture materials for EECS 545, a graduate course in Machine Learning, at the University of Michigan, Ann Arbor.

The link above gives a list of all of the available lecture materials, including links to ipython notebooks (via Jupyter's nbviewer), the slideshow view, and PDFs.

Lecture Readings

We will make references to the following textbooks throughout the course. The only required textbook is Bishop, PRML, but the others are very well-written and offer unique perspectives.

Lecture 01: Introduction to Machine Learning

Wednesday, January 6, 2016

No required reading.

Lecture 02: Linear Algebra & Optimization

Monday, January 11, 2016

  • There are lots of places to look online for linear algebra help!
  • Juan Klopper has a nice online review, based on Jupyter notebooks.

Lecture 03: Convex Functions & Probability

Wednesday, January 13, 2016   (Notebook Viewer, PDF File, Slide Viewer)

Required:

  • Bishop, §1.2: Probability Theory
  • Bishop, §2.1-2.3: Binary, Multinomial, and Normal Random Variables

Optional:

  • Murphy, Chapter 2: Probability

Lecture 04: Linear Regression, Part I

Wednesday, January 20, 2016   (Notebook Viewer, PDF File, Slide Viewer)

Required:

  • Bishop, §1.1: Polynomial Curve Fitting Example
  • Bishop, §3.1: Linear Basis Function Models

Optional:

  • Murphy, Chapter 7: Linear Regression

Lecture 05: Linear Regression, Part II

Monday, January 25, 2016   (Notebook Viewer, PDF File, Slide Viewer)

Required:

  • Bishop, §3.2: The Bias-Variance Decomposition
  • Bishop, §3.3: Bayesian Linear Regression

Optional:

  • Murphy, Chapter 7: Linear Regression

Lecture 06: Probabilistic Models & Logistic Regression

Wednesday, January 27, 2016   (Notebook Viewer, PDF File, Slide Viewer)

Required:

  • Bishop, §4.2: Probabilistic Generative Models
  • Bishop, §4.3: Probabilistic Discriminative Models

Optional:

  • Murphy, Chapter 8: Logistic Regression

Lecture 07: Linear Classifiers

Monday, February 1, 2016   (Notebook Viewer, PDF File, Slide Viewer)

Required:

  • Bishop, §4.1: Discriminant Functions

Recommended:

  • Murphy §3.5: Naive Bayes Classifiers
  • Murphy §4.1: Gaussian Models
  • Murphy §4.2: Gaussian Discriminant Analysis

Optional:

Lecture 08: Kernel Methods I, Kernels

Monday, February 8, 2016

Required:

  • Bishop, §6.1: Dual Representation
  • Bishop, §6.2: Constructing Kernels
  • Bishop, §6.3: Radial Basis Function Networks

Optional:

  • Murphy, §14.2: Kernel Functions

Lecture 09: Kernel Methods II, Support Vector Machines

Wednesday, February 10, 2016

Required:

  • Bishop, §6.1: Dual Representation
  • Bishop, §6.3: Radial Basis Function Networks
  • Bishop, §7.1: Maximum Margin Classifiers

Optional:

Lecture 10: Kernel Methods III, Bayesian Linear Regression & Gaussian Processes

Monday, February 15, 2016

Required:

  • Bishop, §2.3.0-2.3.1: Gaussian Distributions
  • Bishop, §3.3: Bayesian Linear Regression
  • Bishop, §6.4: Gaussian Processes

Recommended:

  • Murphy, §7.6.1-7.6.2: Bayesian Linear Regression
  • Murphy, §4.3: Inference in Joinly Gaussian Distributions

Further Reading:

  • Rasmussen & Williams, Gaussian Processes for Machine Learning. (available free online)

Lecture 11: Machine Learning Advice

Wednesday, February 17, 2016

No required reading.

About

This repository contains the lecture materials for EECS 545, a graduate course in Machine Learning, at the University of Michigan, Ann Arbor.


Languages

Language:Jupyter Notebook 96.1%Language:HTML 3.8%Language:Python 0.1%Language:CSS 0.0%