/CS329_Machine_Learning

Course materials of CS329 Machine Learning(H), SUSTech

Primary LanguageJupyter NotebookMIT LicenseMIT

CS329 Machine Learning (H)

Links

Course Website

Official Course Repo

Pattern Recognition and Machine Learning / 模式识别与机器学习

GuTao's ML Notes

Week 01: Introduction

Week 02: Preliminary Ⅰ

Week 03: Preliminary Ⅱ

Week 04: Distributions Ⅰ

Week 05: Distributions Ⅱ

Week 06: Linear Models for Regression

  • Lecture: KNN; Linear basis; Maximum Likelihood and Least Squares; Bias Variance Decomposition; Bayesian linear regression; predictive distribution; maximum evidence.
  • Lab: LDA-based Handwritten Number Recognition

Week 07: Linear Models for Classification Ⅰ

Week 08: Linear Models for Classification Ⅱ

Week 09: Neural Networks Ⅰ

Week 10: Neural Networks Ⅱ

Week 11: Sparse Kernel Machines Ⅰ

Week 12: Sparse Kernel Machines Ⅱ

Week 13: Mixture Models and EM Learning

Week 14: Sequential Data

Week 15: Markov Decision Process Ⅰ

Week 16: Markov Decision Process Ⅱ

  • Lecture: MDP; value iteration; policy iteration.
  • Lab: Review

Week 17-18: Exam and Project

How to Contribute

Feel free to contribute to this repo! Your contributions help improve the learning experience for everyone.

Here's how you can contribute:

Fixing Typos and Errors

If you notice any typos or errors in the course materials, you can submit corrections by following these steps:

  1. Fork this repo to your GitHub account.

  2. Make the corrections in your forked repository.

  3. Submit a pull request to the main repository. Clearly describe the changes and reference any related issues.

Or you can simply raise an issue at this repo, your issues and PRs will be handled very soon.

Participating in Discussions

Engage in discussions on the course repository's issues to share your insights, ask questions, or provide assistance to others.

Your contributions are highly valued, and they play a key role in enhancing the learning experience for the entire Machine Learning community. Thank you for your collaboration!