CS074/CS174, Fall 2016
Machine Learning and Statistical Data Analysis

This page will be updated frequently with current and upcoming topics. Chapter references, when available, are to the recommended course textbook, Pattern Recognition and Machine Learning.

DateTopicsReferencesOutDue
September 13Course introduction
September 14 (x-hour)Probability theory, part 1 (Andy)
September 15Linear regressionSec. 1.1
September 20Non-linear regression; underfitting and overfitting Sec. 1.2
September 21 (x-hour)Probability theory, part 2 (Sagar)
September 22ML and MAP regressionSec. 3.1
September 27Model selectionSec. 1.3hw1
September 29Locally weighted regression
October 4Classification: logistic regressionSec. 4.3
October 6Gaussian Discriminant Analysis; Naive BayesSec. 4.2
October 11kNN; Decision treesSec. 2.5, 14.4
October 13Support Vector MachinesSec 7.1hw2hw1
October 18Support Vector Machines (part 2)
October 20Midterm exam
October 25Kernels; SMO
October 27k-meansSec. 9.1hw3hw2
November 1Mixture of Gaussians9.2, 9.3
November 3Expectation MaximizationSec. 12.2.2, 12.2.4
November 8Principal Component AnalysisSec. 12.1
November 10Multidimensional Scalinghw3
November 15Isomap