MATH 4432 Statistical Machine Learning
Instructor: Prof. YANG Can
Teaching assistants: HUANG Xinrui ([email protected]), CHEN Yuheng ([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.
- T02
For Python:
The source files are .ipynb
files. And the corresponding .html
files are provided.
For R:
The source files of the slides are .Rmd
files in the R version
folders for R. 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., BiasVar.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.
- An Introduction to Statistical Learning: With Applications in R/Python. Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani.
- The tutorial notes are modified and supplemented based on the materials from our "elder academic brothers" (师兄们), Prof. CAI Mingxuan, CityU and WANG Zhiwei.
- 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.