Learn Before
Define recall for a bird classifier in one or two sentences.
Question: In one to two sentences, define recall for a bird classifier evaluated on a development or test set.
Sample answer: Recall is the fraction of all truly bird images in the evaluation set that the classifier labels as bird.
Key points:
- Recall is a fraction or percentage
- It is computed over all actual bird images in the set
- It measures how many of the true birds were found
Rubric: Full credit: states that recall is the fraction or percentage of all true bird images correctly labeled as bird. Partial credit: partially correct but incomplete. No credit: incorrect or unrelated definition.
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 does the recall of a cat detector measure?
True or False: Recall is the fraction of positive predictions that turn out to be correct.
Recall in a binary classification task
Match each term to its meaning in a wildfire-detection recall example.
Order the steps to compute recall for a fox classifier on the test set.
Why Recall Does Not Fully Describe a Bird Detector
Estimate recall for a fox-image detector
Define recall for a bird classifier in one or two sentences.
Which examples are used to compute recall?
True or False: If a spam filter misses many spam emails, its recall will be lower.