CSE-41XX
CS-4125 ML

Lecture 19: Course Summary

A comprehensive summary and overview of all key topics covered throughout the machine learning course, including supervised learning, unsupervised learning, special applications, and advice on building machine learning systems.

Summary of Course Topics

  • Supervised learning – labeled data

    • Linear regression
    • Logistic regression
    • Neural networks
    • Support vector machines
  • Unsupervised learning – unlabeled data

    • K-means
    • PCA
    • Anomaly detection
  • Special applications/topics

    • Recommender systems
    • Large scale machine learning
  • Advice on building machine learning systems

    • Bias and variance
    • Regularization
    • What to do next when developing a system
    • Algorithm evaluation
    • Learning curves
    • Error analysis
    • Ceiling analysis

On this page