Learn Before
Addressing an Inaccurate Cat Detector in a High-Pressure Project
Case context: Your team is building a computer vision system to detect cats in pictures, but the model's accuracy is not yet good enough. The team is under high pressure and brainstorming ideas to improve it. Some members suggest gathering more of the same cat photos, while others want to modify the neural network itself.
Question: Based on the team's brainstormed options, what are the primary network-related and data-related changes the team can consider to improve the cat detector, and what specific examples of dataset diversity could they look for?
Sample answer: The team can consider data-related changes: collecting more cat pictures and collecting a more diverse training set. Specifically, they can seek photos of cats in unusual positions, cats with unusual coloration, or pictures taken with a variety of camera settings. For network-related changes, they can try a bigger neural network (with more layers, hidden units, or parameters), try a smaller neural network, add regularization, or change the neural network architecture.
Key points:
- Distinguishes data-related improvements (collecting more pictures, increasing training set diversity) from network-related improvements (bigger/smaller network, regularization, changing architecture).
- Specifies examples of diverse training data: cats in unusual positions, unusual coloration, or shot with varied camera settings.
- Correctly references network adjustments such as training longer, trying bigger or smaller networks, or adding regularization.
Rubric: The answer must distinguish between data-related options (more data, diverse data) and network-related options (size, architecture, regularization) from the source. It must also list specific examples of diversity (unusual positions, unusual coloration, camera settings) mentioned in the text.
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)
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
Which of the following is listed as an improvement idea for an underperforming cat detector in Machine Learning Yearning?
True or False: Running more gradient descent iterations is listed as an improvement idea for an underperforming cat detector.
To improve an underperforming cat detector, one idea is to collect a more _____ training set, such as cats in unusual positions.
Which of the following is listed as a potential improvement idea for a cat detector that is not yet accurate enough?
Trying a smaller neural network is one of the listed improvement ideas for an underperforming cat detector.
To improve a cat detector, one idea is to train the algorithm _____, by running more gradient descent iterations.
Match each cat detector improvement idea to its description.
Order the logical steps a team takes when their cat detector is not accurate enough and they need to improve it.
Which description best matches the 'collect a more diverse training set' improvement idea in Machine Learning Yearning?
Adding regularization is NOT mentioned as one of the improvement ideas for an underperforming cat detector in Machine Learning Yearning.
When a cat detector underperforms, one improvement idea is to change the neural network _____, restructuring how its layers and units are organized.
Match each improvement category to the corresponding cat detector improvement idea from Machine Learning Yearning.
Order the steps for applying the 'collect a more diverse training set' improvement idea to an underperforming cat detector.
Analyzing Potential Improvement Actions for an Inaccurate Cat Detector
Addressing an Inaccurate Cat Detector in a High-Pressure Project
Enhancing Training Set Diversity for a Cat Detector