Learn Before
What analysis should a team consider after observing poor training-set fit?
Case context: A team observes that its algorithm is not fitting the training set well. It has already considered techniques described for addressing high bias.
Question: Diagnose the condition and decide what additional analysis the team should consider, including the appropriate protocol.
Sample answer: The poor training-set fit indicates high bias. The team should consider carrying out error analysis on the training data as an additional step. It can follow a protocol similar to error analysis on the Eyeball dev set.
Key points:
- Diagnose the algorithm as having high bias.
- Connect the diagnosis to poor training-set fit.
- Recommend error analysis on the training data.
- Use a protocol similar to Eyeball dev set error analysis.
Rubric: The response should identify high bias, recommend training-data error analysis, describe it as additional to earlier techniques, and mention the similar Eyeball-dev-set protocol.
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
Reviewing Poor Training Examples to Identify Training Error Categories
When is error analysis on the training data potentially useful?
High bias means the algorithm is not fitting the training set well.
For high bias, error analysis may be performed on the _____ data.
Match each training-error-analysis concept with its source-grounded meaning.
Order the reasoning process for deciding whether to analyze training errors.
Explain why training-data error analysis is relevant when an algorithm has high bias.
What analysis should a team consider after observing poor training-set fit?
How does the source define high bias, and what analysis can help?
How should training-data error analysis relate to other high-bias techniques?
Training-data error analysis can follow a protocol similar to Eyeball dev set error analysis.