Recall & Review
beginner
What is a pre-trained model in machine learning?
A pre-trained model is a model that has already been trained on a large dataset and can be reused for similar tasks without starting from scratch.
Click to reveal answer
beginner
How do pre-trained models save time during training?
They save time because you don’t have to train the model from zero; you start with a model that already knows useful features, so training is faster and needs less data.
Click to reveal answer
intermediate
What is transfer learning and how is it related to pre-trained models?
Transfer learning is using a pre-trained model on a new but related task, which helps save time and resources by building on existing knowledge.
Click to reveal answer
beginner
Why is training a model from scratch often slower than using a pre-trained model?
Training from scratch requires learning all features from raw data, which takes more time and computational power compared to starting with a pre-trained model that already understands many features.
Click to reveal answer
beginner
Give an example of a situation where using a pre-trained model is especially helpful.
When you have a small dataset for a complex task like image recognition, using a pre-trained model helps because it already knows how to detect basic shapes and patterns.
Click to reveal answer
What is the main benefit of using a pre-trained model?
✗ Incorrect
Pre-trained models reduce training time and data needed by starting with learned features.
Which term describes using a pre-trained model on a new task?
✗ Incorrect
Transfer learning means applying a pre-trained model to a new but related task.
Why might training a model from scratch take longer?
✗ Incorrect
Training from scratch takes longer because the model must learn all features from raw data.
When is using a pre-trained model most helpful?
✗ Incorrect
Pre-trained models help especially when data is limited.
What does a pre-trained model already know?
✗ Incorrect
Pre-trained models have learned useful features from previous training.
Explain in your own words why pre-trained models save time in machine learning.
Think about how starting with some knowledge helps you learn faster.
You got /4 concepts.
Describe a real-life example where using a pre-trained model would be better than training from scratch.
Imagine you want to recognize objects in photos but have only a few pictures.
You got /4 concepts.