“Equations are just the boring part of mathematics. I attempt to see things in terms of geometry.”
-- Stephen Hawking (1942--2020)
Coordinates | [Canvas] [Registrar] [Slack] |
Instructor | Liang Huang (liang.huang@oregonstate.edu) |
TA & Office Hours |
Liang Zhang (zhanglia@oregonstate.edu); office hours: W/F 5-6pm on his zoom Sizhen Li (lisiz@oregonstate.edu); office hours: M 5-6pm on the same zoom |
Prerequisites |
|
Textbooks |
|
Grading |
|
Communication |
We use three tools for communication:
|
Week | Topics (CIML References) | Slides/Handouts | Videos | homework/exercises/quizzes |
---|---|---|---|---|
Unit 1 (weeks 1-3): ML intro, k-NN, and math/numpy review | ||||
1 | 1-2. Introduction (§0, §2.7)
3. Training, Test, and Generalization Errors (§2.5--2.6), Underfitting and overfitting (§2.4), and Leave-one-out cross-validation (§5.6). 4. k-nearest neighbor classifier (k-NN) (§3) 5. viewing HW1 data on terminal 6-7. data pre-processing: binarization | slides (topics 1-5)
notebook (topics 6-7) and toy.txt |
background survey (required) Quiz 1 (ML basics) HW1 out (k-NN) [data] | |
2 |
Geometric Review of Linear Algebra Numpy Tutorial (also matplotlib): 1. ipython notebook; ndarray; %pylab; +/-/*, dot, concat 2. linear regression; np.polyfit; np.random.rand(); broadcasting 3. visualizing vectors operations; dot product, projection | notebook (topics 1-3) |
Quiz 2 (numpy/linear algebra)
you should finish at least parts 1-2 of HW1 by week 2. | |
3 | finish HW1! | HW1 DUE | ||
Unit 2 (weeks 4-5): Linear Classification and Perceptron Algorithm | ||||
4 | Linear Classification and Perceptron
1. Historical Overview; Bio-inspired Learning (4.1) 2. Linear Classifier (4.3, 4.4); Augmented space (not in CIML) 3. Perceptron Algorithm (4.2) 4. Convergence Proof (4.5) 5. Limitations and Non-Linear Feature Map (4.7, 5.4) 6. ipynb demo | slides
notebook (from [181]) | HW2 out [tex] (same data as HW1) | |
5 | Perceptron Extensions; Perceptron in Practice 1. Python demo 2. Perceptron Extensions: voted and averaged (4.6) 3. MIRA and aggressive MIRA (not in CIML) 4. Practical Issues (5.1, 5.2. 5.3, 5.4) 5. Perceptron vs. Logistic Regression (9.6) | slides demo | HW2 due | |
Unit 3 (weeks 6-7): Linear and Polynonmial Regression | ||||
6-7 | linear and polynomial regression (not in CIML) | HW3 (housing price prediction) kaggle data tex | ||
Unit 4 (weeks 8-9): Applications: Text Classification | ||||
8-9 | Application: Text Classification Sentiment Analysis (thumbs up?) | HW4 [tex] data and code | ||
Unit 5 (week 10): Exposure to cutting-edge ML research | ||||
10 | Paper Review: cutting-edge ML topics and papers | HW5 (paper review) |