MATH 4432 Statistical Machine Learning
Instructor: Prof. Can Yang
Teaching Assistant: Zhiwei Wang ([email protected])
This course is open to senior undergraduates in applied mathematics, statistics, and engineering who are interested in learning from data. It covers hot topics in statistical learning, also known as machine learning, featured with various applications.
- T01, T02, T04, T05
The source files of the slides are .Rmd
files.
If you are interested in how to create slides through R Markdown, you can have a look at them.
To get a full view of the slides, I recommend you open the .html
files (e.g., Introduction.html
) with your browser after downloading the entire repository.
Typically this works best in Chrome.
I also provide the PDF version via John Paul Helveston and Garrick Aden-Buie's R package renderthis.
renderthis::to_pdf(from = "filename.Rmd", complex_slides = TRUE, partial_slides = FALSE)
However, the “complex” slides containing panelsets or other HTML widgets / advanced features might not render well as a PDF.
- The others are
.ipynb
files.
- An Introduction to Statistical Learning: With Applications in R. Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani.
-
The tutorial notes are modified and supplemented based on the materials from my "elder academic brother" (大师兄), Prof. Mingxuan Cai, CityU (miss him every day 😭).
-
Slides created via Yihui Xie's R package xaringan.
-
Theme customized via Garrick Aden-Buie's R package xaringanthemer.
-
Tabbed panels created via Garrick Aden-Buie's R package xaringanExtra.