Transfer Learning

Tldr

Allows deep learning with smaller datasets

Transfer learning is the norm, not the exception

Pasted image 20241202181705.png
Train only the FC layer to allow classification for the new dataset

For bigger datasets, finetune a few layers
Pasted image 20241202182131.png

Transfer Learning with CNNs

Pasted image 20241202182305.png