Explain why reviewing ~100 poorly-performing training examples helps diagnose training set errors.
Question: In a few sentences, explain why manually reviewing about 100 examples that the algorithm performs poorly on can help identify major categories of training set errors, and how this relates to the dev set error analysis process.
Sample answer: Manually reviewing about 100 poorly-performing training examples allows a practitioner to directly observe the specific ways the algorithm is failing, rather than relying only on aggregate error metrics. By counting these errors into categories, one can identify which types of mistakes are most common, which mirrors the dev set error analysis process of counting errors across categories to prioritize fixes.
Key points:
- Reviewing ~100 poorly-performing examples
- Goal is understanding major categories of training set errors
- Errors are counted across categories
- Process parallels dev set error analysis
Rubric: Full credit requires mentioning: (1) the practice of reviewing ~100 examples, (2) the goal of identifying major error categories, (3) the connection to counting errors similar to dev set analysis.
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
Speech Recognition Training Error Categories
When a learning algorithm performs poorly on the training set, what is the recommended first step?
True or False: Reviewing poor training examples involves categorizing and counting errors, similar to dev set error analysis.
If a system performs poorly on the training set, consider listening to about _____ examples the algorithm is doing poorly on.
Match each error analysis concept to its correct description in the context of reviewing training examples.
Order the steps for reviewing poor training examples when the system performs poorly on the training set.
Explain why reviewing ~100 poorly-performing training examples helps diagnose training set errors.
A team's training set accuracy is low; what should they do to diagnose the issue?
Briefly describe what to do when a system is not doing well on the training set.
What is the primary goal of listening to poorly-performing training examples?
True or False: The training set error review process described requires reviewing every single training example.