HOML = Hands-On Machine Learning, 2nd Edition
Class # | Date | Topic | Reading | Assignment | Due |
1 | Tue, Aug 22 | Class Introduction Taxonomy of Machine Learning Methods | Syllabus, HOML CH 1 | ||
2 | Thu, Aug 24 | Computing Environment Representing Data I: Pandas and Numpy | HOML CH 2 Python for Programmers: see Canvas links Python fundamentals (for those needing more of an introduction): Python Tutorials | ||
3 | Tue, Aug 29 | Representing Data II: Statistics and Visualization | continued | ||
4 | Thu, Aug 31 | Representing Data III: Pipelines and Transformations | cont | HW A | |
5 | Tue, Sep 5 | 1D Convolution | See Discrete Convolution | ||
6 | Thu, Sep 7 | Classifiers I | HOML CH 3 | HW B | HW A |
7 | Tue, Sep 12 | Classifiers II | HOML CH 3 cont | ||
8 | Thu, Sep 14 | Classifiers III | n/a | HW C | HW B |
9 | Tue, Sep 19 | Linear Regression I | HOML CH 4 (pp. 111-117) | ||
10 | Thu, Sep 21 | Linear Regression II: Gradient Methods | cont pp. 117-128 | HW D | HW C |
11 | Tue, Sep 26 | Polynomial Regression | cont pp. 128-133 | ||
12 | Thu, Sep 28 | Overfitting and Regularization | cont pp. 133-142 | HW E | HW D |
13 | Tue, Oct 3 | Cross-Validation | Splitting data sets (focus on the high-level view) | ||
14 | Thu, Oct 5 | TBD | n/a | HW F | HW E |
15 | Tue, Oct 10 | Cross-Validation II | n/a | ||
16 | Thu, Oct 12 | TBD | n/a | HW G | HW F |
17 | Tue, Oct 17 | Hyperparameter Selection | Hyper-parameter Tuning (Jeremy Jordan) | ||
18 | Thu, Oct 19 | Formally Comparing Models | Statistical Significance Tests for Comparing Machine Learning Algorithms (Jason Brownlee) | HW H | HW G |
19 | Tue, Oct 24 | Hypothesis Testing and the Multiple Comparisons Problem | n/a | ||
20 | Thu, Oct 26 | Decision Trees: Basics | HOML CH 6 | ||
21 | Tue, Oct 31 | Decision Trees: Regression | cont | HW I | HW H |
22 | Thu, Nov 2 | Decision Trees: Ensemble Methods | HOML CH 7 | ||
23 | Tue, Nov 7 | Decision Trees: Random Forests | cont | ||
24 | Thu, Nov 9 | Decision Trees: Boosting | cont | HW J | HW I |
25 | Tue, Nov 14 | Principal Component Analysis Kernel PCA | HOML CH 8 | ||
26 | Thu, Nov 16 | Local Linear Embedding | cont | ||
27 | Tue, Nov 21 | Multidimensional Scaling | cont | HW J | |
- | - | Thanksgiving Holiday | |||
28 | Tue, Nov 28 | ISOmap, t-SNE, Umap | cont | HW K | |
29 | Thu, Nov 30 | Unsupervised Learning: K-Means Clustering | HOML CH 9 (pp. 235-252) | ||
30 | Tue, Dec 5 | Clustering: Gaussian Mixture Models | HOML CH 9 (pp. 260-275) | ||
31 | Thu, Dec 7 | Looking Forward: Deep Learning Introduction | HOML Ch 9 | HW K | |
Back to Main Web Page