Machine Learning

Transfer Learning

A technique where a model trained on one task is repurposed as the starting point for a model on a different but related task. Instead of training from scratch, you leverage knowledge the model has already acquired.

Why It Matters

Transfer learning dramatically reduces the data, time, and compute needed to build AI models, making AI accessible to organizations without massive datasets.

Example

Using a model pre-trained on millions of general images as a starting point to build a specialized model that detects defects in manufacturing with only a few hundred examples.

Think of it like...

Like a professional chef who switches from French to Italian cuisine — they do not start from zero because knife skills, timing, and flavor principles all transfer.

Related Terms