Interpreting a Classifier with Low Bias and High Variance
Question: Explain why a wildfire-detection model with 2% estimated bias and 9% estimated variance is described as having high variance, and compare its performance on the training set with its performance on the development set.
Sample answer: The model is described as having high variance because the estimated difference between its training error and development-set error is large: 9%. That means it fits the training data very closely, with only about 2% error there, but it does much worse on the development set, where the error rises to about 11%. This pattern shows that the model does not generalize well to new data. When a model performs much better on training data than on unseen data, it is overfitting.
Key points:
- Variance is estimated from the gap between training and development-set error, which is 9%.
- Training error is low, so bias is low at about 2%.
- Development-set error is much higher than training error.
- The model is overfitting rather than generalizing well.
Rubric: The response should identify the 9% training-dev gap as the variance estimate, note that the low training error indicates low bias, and explain that the larger development-set error shows overfitting and poor generalization.
0
1
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
Estimate the Variance from Training and Dev Errors
Training Success Does Not Guarantee Generalization
When a model fits the training set very closely but performs poorly on new data, that is called _____.
Match each concept to the description that fits a binary classifier’s error analysis.
Order the steps used to diagnose high variance in the traffic-sign classifier example.
Which training and development error pattern is most consistent with overfitting?
A model with high variance usually shows high training error and low development-set error.
Variance is computed from _____ minus training error.
Match each term to its role in diagnosing high variance in a document classifier.
Order the reasoning steps to decide whether a model is overfitting from its error numbers.
Interpreting a Classifier with Low Bias and High Variance
Estimating Bias and Variance in a Crop Disease Classifier
Term for Poor Generalization Despite Strong Training Performance