Learn Before
Explain what 12% bias and 2% variance imply for a classifier.
Question: A classifier is estimated to have 12% bias and 2% variance. Describe what this suggests about its training-set and development-set error rates, and explain the likely diagnosis of the model.
Sample answer: A bias of 12% suggests the model is still making fairly large errors on the training set, so it is not fitting the available data very well. A variance of 2% means the development-set error is only slightly higher than the training-set error, so the gap between the two is small. Together, these numbers indicate high bias and low variance, which is the pattern usually associated with underfitting.
Key points:
- 12% bias implies the training-set error is still relatively high.
- 2% variance means the development-set error is only a little worse than the training-set error.
- The model shows high bias and low variance.
- This pattern is commonly described as underfitting.
Rubric: The essay should identify that the model has relatively high training error, only a small train-dev gap, and therefore is underfitting because bias is high while variance is low.
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
A spam filter has 18% training error and only 19% error on the dev set. What is the best description of this model?
When a model has high bias and low variance, the training error is usually much lower than the dev error because the model is overfitting.
A model that does not match the training data well and generalizes poorly is said to have high bias and low _____.
Match each term to its meaning in a simple train/dev error example.
Order the steps for estimating bias and variance in a classifier.
What does an estimated variance of 2% indicate when the estimated bias is 12%?
A model that underfits usually has low training error and much higher dev error.
Estimating Bias from Training Error
Link the fit pattern to what it says about a model
Arrange the reasoning steps that show a classifier with 18% training error and a 1% train-dev gap is underfitting.
Explain what 12% bias and 2% variance imply for a classifier.
Evaluating a loan default model with weak training performance.
What is the name for a model that is too simple to fit the patterns in the data well?