AnderCorp Academy
Back to AI Lessons
Machine Learning beginner 7 min read

Supervised vs. Unsupervised Learning

The two main families of machine learning and when to use each.

Inspired by learning material from Microsoft

Machine learning approaches fall into a few families. The two most common are supervised and unsupervised learning.

Supervised learning

The data is labeled — each example comes with the correct answer. The model learns to predict that answer.

Unsupervised learning

The data is unlabeled. The model finds structure on its own.

Bonus: reinforcement learning

An agent learns by trial and error, receiving rewards for good actions — used in robotics and game-playing AI.

How to choose

Key takeaways