Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 3.47 KB

File metadata and controls

64 lines (45 loc) · 3.47 KB

Tutorials for MATH 4432 Statistical Machine Learning

GitHub stars GitHub forks GitHub repo size GitHub issues GitHub closed issues

Course Information

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.

Tutorial Files

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

Reference

Acknowledgments

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