- Please note that this site only hosts the lecture slides.
- Check the unit Moodle site for lecture recordings, tutorial,
tutorial solutions, and assessment instructions when available.
- Assessments are to be submitted via Moodle.
Schedule
How to get the PDF version of slides
In order to print the PDF, please append “?print-pdf” after the slide
URL. For example, the URL to the week 0 lecture slide is “https://emitanaka.org/iml/lectures/lecture-00.html”. You
can access the PDF print ready version as “https://emitanaka.org/iml/lectures/lecture-00.html?print-pdf”
then print with Google Chrome as PDF (press control/command P).
How to keep a local copy of the HTML slides
All materials to build the slides can be found in the repo here. You can download this
repo by clicking here,
then unzip and open HTML lecture slide under the “lectures” folder. If
you are curious about how the slide was made, check out the .qmd
files.
Week
|
Slides
|
Topic
|
Readings
|
0
|
|
Unit Information
|
|
1
|
|
Overview
|
Chapter 2
|
2
|
A:
B:
|
Regression: (A) non-parametric and (B) variable selection
|
Chapter 6.1 and 7.1-7.4
|
3
|
A:
B:
|
Resampling (A) and Regularisation (B)
|
Chapter 5 and Chapter 6.2
|
4
|
A:
B:
|
Logistic regression (A) and Discriminant analysis (B)
|
Chapter 4.1-4.4
|
5
|
|
Decision trees
|
Chapter 8.1
|
6
|
|
Tree ensemble methods
|
Chapter 8.2
|
Midsemester Break (1 week)
|
7
|
|
\(k\)-nearest neighbours
|
Chapter 3.5
|
8
|
|
Dimension reduction
|
Chapter 12.2
|
9
|
|
Clustering
|
Chapter 12.4
|
10
|
|
Support vector machines
|
Chapter 9
|
11
|
|
Neural network I
|
Chapter 10
|
12
|
A:
B:
|
Neural network II
|
Chapter 10
|
Acknowledgement
Thanks to Di and Ruben for their past teaching materials.
Resources
- An Introduction to
Statistical Learning
- ISLR
tidymodels labs (please note that this unit doesn’t fully adapt
tidymodels so that you learn the “non-tidy” modelling which is still
predominant in practice, and we expose more intermediate steps in this
unit before you become accustomed to convenient functions that frees you
from the pain of these intermediate steps)