Skip to content

Confusion on terms "Transfer Learning" and "Feature Extraction" #577

Answered by mrdbourke
ammarsaf asked this question in Q&A
Discussion options

You must be logged in to vote

Yes your definitions are correct.

Feature extraction is usually great to get quick and good results (if your data is similar to the trained model's data).

Fine-tuning usually works best when you've got a larger amount of data and can "tune" the pretrained model to your own data.

In general, start with feature extraction to see how it goes, then move to fine-tuning.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ammarsaf
Comment options

@mrdbourke
Comment options

Answer selected by ammarsaf
@ammarsaf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants