the.ai

Foundations / Training

verified

Transfer Learning

Learn something on one problem and reuse it on another. It is the reason nobody trains from scratch: the features a network learns on a large general task turn out to be most of what a small specific task needs, so the small task supplies only the last part.

Viz primitive · budget-splitlayers-frozen = 4

layers-frozen holds 25% of the budget; rest holds the remaining 75%.

Layers kept from the source task, against the layers the target retrains, in layers. Drag the frozen count up to watch the target task supply less and less — which is right when its data is scarce and wrong when the two tasks disagree, and the source's accuracy does not tell you which.

4

Reviewed by opendroid · 2026-08-18

  • arXiv:1411.1792 — How transferable are features in deep neural networks?
  • arXiv:1910.10683 — Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer