HOML = Hands-On Machine Learning, 2nd Edition
Class # | Date | Topic | Reading | Assignment | Due |
1 | Tue, Aug 20 | Class Introduction Taxonomy of Machine Learning Methods | Syllabus | ||
2 | Thu, Aug 22 | Computing Environment and Python Basics | HOML CH 1 | ||
3 | Tue, Aug 27 | Python Basics II | Python Tutorials (for those needing to come up to speed) | HW0 | |
4 | Thu, Aug 29 | Representing Data I: Pandas and Numpy | HOML CH 2 | ||
5 | Tue, Sep 3 | Representing Data II: Statistics and Visualization | continued | HW 1 | HW0 |
6 | Thu, Sep 5 | Representing Data III: Pipelines and Transformations Implementing Convolutional Operators | continued | ||
7 | Tue, Sep 10 | Classifiers I | HOML CH 3 | HW 2 | HW 1 |
8 | Thu, Sep 12 | Classifiers II | continued | ||
9 | Tue, Sep 17 | Feature Importance | continued | HW3 | HW 2 |
10 | Thu, Sep 19 | Linear Regression I | HOML CH 4 (pp. 111-117) | ||
11 | Tue, Sep 24 | Linear Regression II: Gradient Methods | cont pp. 117-128 | HW 4 | HW3 |
12 | Thu, Sep 26 | Polynomial Regression | cont pp. 128-133 | ||
13 | Tue, Oct 1 | Overfitting and Regularization | cont pp. 133-142 | HW 5 | HW4 |
14 | Thu, Oct 3 | Cross-Validation | Splitting data sets (focus on the high-level view) | ||
15 | Tue, Oct 8 | Hyperparameter Selection | Hyper-parameter Tuning (Jeremy Jordan) | HW 6 | HW 5 |
16 | Thu, Oct 10 | Formally Comparing Models | Statistical Significance Tests for Comparing Machine Learning Algorithms (Jason Brownlee) | ||
17 | Tue, Oct 15 | Logistic Regression | HOML CH4, pp. 142-151 | ||
18 | Thu, Oct 17 | Support Vector Machines | HOML CH 5 | HW 7 | HW 6 |
19 | Tue, Oct 22 | Support Vector Machines | continued | ||
20 | Thu, Oct 24 | Decision Trees: Basics | HOML CH 6 | ||
21 | Tue, Oct 29 | Decision Trees: Regression | continued | HW 8 | HW 7 |
22 | Thu, Oct 31 | Decision Trees: Ensemble Methods | HOML CH 7 | ||
23 | Tue, Nov 5 | Decision Trees: Random Forests | continued | HW 9 | HW 8 |
24 | Thu, Nov 7 | Decision Trees: Boosting | continued | ||
25 | Tue, Nov 12 | Principal Component Analysis Kernel PCA | HOML CH 8 | HW 10 | HW 9 |
26 | Thu, Nov 14 | Local Linear Embedding | continued | ||
27 | Tue, Nov 19 | Multidimensional Scaling | continued | HW 11 | HW 10 |
28 | Thu, Nov 21 | ISOmap and t-SNE | continued | ||
29 | Tue, Nov 26 | Unsupervised Learning: K-Means Clustering | HOML CH 9 (pp. 235-252) | HW 12 | HW 11 |
- | - | Thanksgiving Holiday | |||
30 | Tue, Dec 3 | Clustering: Gaussian Mixture Models | HOML CH 9 (pp. 260-275) | ||
31 | Thu, Dec 5 | Semester Wrap-Up | n/a | HW 12 | |
Back to Main Web Page