In the context of transfer learning, what is the main advantage of using pre-trained models on large datasets like ImageNet?
- Feature Extraction
- Faster Training
- Reduced Generalization
- Lower Computational Cost
The main advantage of using pre-trained models on large datasets is "Feature Extraction." Pre-trained models have learned useful features, which can be transferred to new tasks, saving time and data.
Loading...
Related Quiz
- When models are too simple and cannot capture the underlying trend of the data, it's termed as ________.
- Random Forests introduce randomness in two main ways: by bootstrapping the data and by selecting a random subset of ______ for every split.
- A model that makes decisions without being able to provide clear reasoning behind them lacks ________.
- Q-learning is a type of ________ learning algorithm that aims to find the best action to take given a current state.
- Which of the following describes the situation when a model performs well on the training data but poorly on unseen data?