Learn Before
Attributing a Siamese Cat Error to the Cat Detector
If the cat detector crops the wrong region and the breed classifier reasonably predicts that the crop does not contain a Siamese cat, the error should be attributed to the cat detector.
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
Attributing a Siamese Cat Error to the Cat Detector
Attributing a Siamese Cat Error to the Breed Classifier
What is the purpose of error analysis by parts in the Siamese cat pipeline?
True or False: The Siamese cat pipeline has two parts, a cat detector and a breed classifier.
By carrying out error analysis by _____, you attribute each mistake to one or both pipeline components.
Match each pipeline part to its role in the Siamese cat classifier.
Order the steps for performing error analysis by parts on a misclassified Siamese cat image.
Explain why error analysis by parts is useful before spending years improving a pipeline component.
Diagnose a Siamese cat misclassification using error analysis by parts.
Name the two parts of the Siamese cat classifier pipeline and their roles.
When can a single misclassified image be attributed to both pipeline parts?
True or False: Error analysis by parts requires manually examining what each pipeline step did on a misclassified example.
Learn After
In a Siamese cat pipeline, the cat detector crops the wrong region. The breed classifier correctly labels that crop as 'no Siamese cat.' Where is the error attributed?
True or False: A breed classifier that correctly labels a wrongly cropped image is still responsible for the overall Siamese cat pipeline error.
When the cat detector crops the wrong region and the breed classifier reasonably labels that crop as 'no Siamese cat,' the pipeline error should be attributed to the _____.
When the cat detector crops a pile of rocks and the breed classifier correctly outputs y=0, where should the pipeline error be attributed?
The cat breed classifier is blameless when it correctly outputs y=0 for an image that is actually a pile of rocks produced by a wrong crop.
When the cat breed classifier correctly labels a wrongly cropped image as y=0, the pipeline error is attributed to the _____.
Match each pipeline component or concept to its role in the Siamese cat error attribution example.
Order the reasoning steps used to attribute the Siamese cat detection error to the correct pipeline component.
Why does Machine Learning Yearning conclude the breed classifier is 'blameless' even though the pipeline produced a wrong final answer?
In the Siamese cat pipeline example from MLY, the wrong crop shown to the breed classifier contains a pile of rocks.
The cat breed classifier outputs y=_____ when given the wrongly cropped image, making its prediction reasonable given its input.
Match each outcome in the Siamese cat example to its significance for determining which pipeline component is at fault.
Order the events that occur in the Siamese cat pipeline when the cat detector makes an error.
Analyze the pipeline error attribution when the breed classifier receives an incorrect crop of rocks.
Determine pipeline fault when the cat breed classifier receives a cropped image containing only rocks.
Justify error attribution when the breed classifier output matches human prediction on a bad crop.