Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 2.17 KB

File metadata and controls

44 lines (25 loc) · 2.17 KB

Tutorials for MATH 4432 Statistical Machine Learning

Course information

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.

Tutorial files

  • 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.

Reference

Acknowledgments

  • 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.