Learn Before
Explain how the four recommended techniques address high avoidable bias.
Question: In a concise response, explain how increasing model size, modifying input features, reducing regularization, and changing architecture can address high avoidable bias. Contrast them with adding data.
Sample answer: Increasing model size can reduce bias by allowing the algorithm to fit the training set better. Error analysis can motivate new input features that eliminate particular categories of errors. Reducing or eliminating L1, L2, or dropout regularization lowers avoidable bias but increases variance. A model architecture better suited to the problem can affect both bias and variance. In contrast, adding training data helps variance problems and usually has no significant effect on bias.
Key points:
- Larger models can fit the training set better and reduce bias.
- Feature changes should follow insights from error analysis.
- Reducing regularization lowers avoidable bias but increases variance.
- Architecture changes can affect both bias and variance.
- Additional training data usually has no significant effect on bias.
Rubric: A strong response accurately explains all four recommended techniques, states the relevant bias-variance effects, and clearly distinguishes additional training data as a variance-oriented intervention rather than a high-bias remedy.
0
1
References
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Modifying Input Features Based on Error Analysis to Reduce Avoidable Bias
Reducing or Eliminating Regularization to Reduce Avoidable Bias
Which intervention directly targets high avoidable bias by improving training-set fit?
Adding more training data usually has no significant effect on avoidable bias.
Complete the remedy: Reduce or eliminate _____ to lower avoidable bias.
Match each intervention with its stated effect or rationale.
Order the reasoning process for responding to poor training-set performance.
Explain how the four recommended techniques address high avoidable bias.
Choose remedies for a model that performs poorly on its training set.
Why can reducing regularization help a high-bias model?
Which response best uses error analysis to reduce avoidable bias?
Changing model architecture may influence both bias and variance.