Learn Before
Why Error Categories Should Keep Evolving
Question: Why should an error-analysis table for a machine learning system not stay fixed after the first round of categories is created? Explain how manually reviewing mistakes can change the categories and how that can guide better fixes.
Sample answer: The table should keep changing because the first set of categories is usually built from assumptions, not from a complete view of the model's failures. When a practitioner inspects misclassified examples by hand, they often notice patterns that were not anticipated, such as failures on inputs with unusual punctuation or on short, ambiguous messages. Those newly observed patterns can be added as new categories. A useful follow-up is to ask whether a person could correctly handle those same examples; if a human can, then the model's weakness is more specific and may suggest a focused remedy. This process turns error review into a source of practical ideas, not just a way to count mistakes.
Key points:
- The first set of categories is often incomplete.
- Manual inspection can reveal new failure patterns.
- New categories should be added when repeated patterns appear.
- Asking whether a human could label or fix the example can point to targeted solutions.
Rubric: The response must explain that initial categories are limited and may miss important error types. It should state that manual review can uncover unexpected patterns in the failures. It needs to describe how checking whether a person could handle the example helps refine the categories and leads to more actionable fixes.
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 often happens when you inspect misclassified cases during error analysis?
You must finish defining every error category before reviewing any mislabeled examples.
After you discover that many mistakes come from night-time, motion-blurred photos, you should add a new _____ to the error analysis spreadsheet.
Match each review step to its main role in uncovering new error categories.
Order the steps for expanding error categories during review of mistakes.
When examining a misclassified satellite photo, which question is most useful for uncovering new error categories and fixes?
Reviewing a sample of mistakes can uncover a recurring error type that was not included in the original error categories.
Finding New Error Categories
Match each term from an error-review framework to its description.
Put the error-analysis steps in order after you notice a new pattern in reviewed examples.
Why Error Categories Should Keep Evolving
Spotting a New Error Category During Review
A Human-Comparison Question for Error Review