This post provides complementary materials for my recent textbook Machine Learning Fundamentals by Hui Jiang, Cambridge University Press, 2021.

Slides per chapter (Detailed contents is here)

  • Ch 1: Introduction (slides)
  • Ch 2: Mathematical Foundation (slides)
  • Ch 3: Supervised Machine Learning (in a nutshell) (slides)
  • Ch 4: Feature Extraction (slides)
  • Ch 5: Statistical Learning Theory (slides)
  • Ch 6: Linear Models (slides)
  • Ch 7: Learning Discriminative Models in General (slides)
  • Ch 8: Neural Networks (slides)
  • Ch 9: Ensemble Learning (slides)
  • Ch 10: Overview of Generative Models (slides)
  • Ch 11: Unimodal Models (slides)
  • Ch 12: Mixture Models (slides)
  • Ch 13: Entangled Models (slides)
  • Ch 14: Bayesian Learning (slides)
  • Ch 15: Graphical Models (slides)

Lab Projects (using Jupyter Notebooks)

Citation (bibtex):

@book{Jiang-MLF-2021, 
  author = {Hui Jiang},
  title = {Machine Learning Fundamentals}, 
  publisher = {Cambridge University Press},
  year = {2021} 
}