Machine Learning

Active Learning

A training strategy where the model identifies the most informative unlabeled examples and requests human labels only for those. This minimizes labeling effort by focusing on the examples that matter most.

Why It Matters

Active learning can reduce labeling costs by 50-90% by only asking humans to label the examples the model is most uncertain about.

Example

A medical imaging model identifying the 100 most ambiguous X-rays (out of 10,000 unlabeled) and asking a radiologist to label only those, maximizing learning per label.

Think of it like...

Like a student who asks the teacher questions only about the concepts they find confusing, rather than having the teacher explain everything from scratch.

Related Terms