Lab 3: The Machine Learning Taxonomy
Objective
The Three Main Paradigms
MACHINE LEARNING
│
┌───────────────────┼───────────────────┐
│ │ │
Supervised Unsupervised Reinforcement
Learning Learning Learning
(labelled data) (no labels needed) (learn from rewards)
│ │ │
┌─────┴─────┐ ┌─────┴─────┐ ┌─────┴─────┐
Classification Regression Clustering Generative Policy
(cat/dog) (house price) (segments) (GANs, VAE) (games, robots)1. Supervised Learning
Classification — "Which category?"
Regression — "How much?"
Common Supervised Algorithms
Algorithm
Best For
Interpretable?
2. Unsupervised Learning
Clustering — "Which group?"
Dimensionality Reduction — "What's essential?"
Generative Models — "Create new data"
3. Reinforcement Learning
4. Self-Supervised Learning — The Modern Paradigm
Choosing the Right Approach
Summary
Paradigm
Signal
Typical Use
Example Models
Further Reading
PreviousLab 2: How AI Actually Works — Symbols, Statistics, Neural NetsNextLab 4: Data is Everything — Datasets, Bias, and Garbage-In
Last updated
