Identifying High Bias Through Training Error Review
Question: Answer in one to three sentences explaining what high bias means and what kind of error review can help diagnose it.
Sample answer: High bias means the model is not capturing the pattern in the data it learned from, so its predictions remain weak even on familiar examples. Looking at mistakes made on the training data can help confirm that the model is underfitting.
Key points:
- High bias means the model performs poorly on the data used for learning.
- Checking errors on the training data can help diagnose the problem.
Rubric: The answer must explain that high bias appears as poor performance on the learning data and that reviewing training-data errors can be useful.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Sample the Worst Training Cases to Find Error Patterns
When is it useful to analyze errors on the training set?
A model with high bias is usually underfitting.
When bias is high, begin error analysis on the _____ set.
Match each diagnostic idea with its meaning in training analysis.
Order the steps for deciding whether to inspect training-set mistakes.
Why Train-Set Error Analysis Matters Under Underfitting
Next Step After a Model Still Fits the Training Set Poorly
Identifying High Bias Through Training Error Review
How does training-set error analysis fit into a high-bias debugging plan?
Training-set mistake analysis can use the same kind of procedure as dev-set mistake analysis.