MEPX
Chapter 4 of 12All chapters

Chapter 4 of 12

Kinds of learning

Supervised, unsupervised, reinforcement.

The three families

Supervised learning uses examples with correct answers attached. Unsupervised learning finds structure in data with no labels. Reinforcement learning learns from reward and punishment over many attempts.

  • Spam detection is supervised; customer segmentation is unsupervised.
  • Game playing systems and much of the tuning of chat models use reinforcement.

Fine tuning

A general model can be adapted with a smaller specialised dataset. That is far cheaper than training from scratch and is how most task specific systems are built today.