Machine Learning

Meta-Learning

An approach where models 'learn to learn' — they are trained across many tasks so they can quickly adapt to new tasks with minimal data. Also called learning to learn.

Why It Matters

Meta-learning produces models that adapt to new domains with just a few examples, dramatically reducing the data and compute needed for new applications.

Example

A model trained on 1,000 different classification tasks that can learn a completely new classification task from just 5 examples — because it learned how to learn.

Think of it like...

Like a seasoned traveler who can quickly adapt to any new country because they have developed general skills for navigating unfamiliar environments.

Related Terms