Why review exactly 100 dev set errors?
Question: What is the purpose of manually reviewing about 100 dev set examples that the algorithm misclassifies?
Sample answer: The purpose is to manually inspect where the algorithm is making mistakes, categorize these errors, and count their frequencies in order to prioritize which types of errors to work on fixing.
Key points:
- Inspect examples where the algorithm made an error
- Count the major categories of errors
- Prioritize what types of errors to work on fixing
Rubric: The response must state that manually reviewing about 100 misclassified dev set examples allows the engineer to count major categories of errors to prioritize fixing them.
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
What is the primary purpose of manual error analysis?
Should error analysis focus on correctly classified examples?
Manual error analysis is carried out on about 100 misclassified _____ set examples.
Match components of manual error analysis to their descriptions.
Order the steps of manual error analysis.
Explain error analysis priority decisions.
Prioritizing fixes for an image classifier error
Why review exactly 100 dev set errors?
Which sample should be gathered for error analysis?
True or False: Error analysis guides prioritization.