MEPX
Chapter 8 of 10All chapters

Chapter 8 of 10

Transfer learning

Not starting from scratch.

Reusing a model

Take a network trained on a large general dataset and adapt it with a small specific one. The early layers already encode generally useful patterns.

  • This is why useful models can be built without a million examples.
  • Fine-tuning adjusts some layers; feature extraction freezes them all.

Foundation models

Very large models trained once on broad data and adapted to many tasks are now the normal starting point. It changed the economics of applied machine learning.