Back to Glossary
AdvancedAI Glossary

Transfer Learning

Quick Answer

Transfer learning is the practice of taking a model trained for one task and adapting it to a related task, saving time, data and compute. Fine-tuning a pre-trained language model on your own data is the most common contemporary example.

In Depth

What Transfer Learning really means

Transfer learning works because many useful features — edges in images, syntax in language — are shared across tasks. Starting from a strong general-purpose model and specialising it is typically far more efficient than training from scratch.

Considerations include choosing the right base model (licensed for commercial use, appropriate architecture, acceptable risk profile), freezing versus fine-tuning layers, and managing the ongoing relationship with the upstream model provider.

Why It Matters

Business relevance for UK organisations

For most UK businesses, transfer learning is the only realistic path to high-quality custom AI. Training large models from scratch is economically out of reach; adapting pre-trained ones is not.

Real-world example

How this shows up in practice

An Edinburgh climate-tech startup used transfer learning to adapt a satellite-image model to detect illegal forestry in a new region using just 3,000 labelled examples.