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