Learn Before
Choose a warehouse sensor under a hard false-alarm limit.
Case context: A safety team is evaluating several sensors that detect smoke in a storage warehouse. Any sensor that raises more than 2 false alarms per day is too disruptive to use. The remaining sensors differ in how often they fail to detect a real fire.
Question: How should the team filter the sensors, and which metric should decide the final selection?
Sample answer: First remove every sensor that exceeds the 2-false-alarm-per-day limit, because those options do not satisfy the required operating constraint. Then compare the false negative rates of the sensors that remain and choose the one with the smallest false negative rate, since that is the metric to optimize among acceptable options.
Key points:
- Use the false-alarm limit as a requirement for eligibility.
- Discard any sensor that is too noisy.
- Among the sensors that qualify, compare false negative rates.
- Pick the qualifying sensor with the lowest false negative rate.
Rubric: The response should treat the false-alarm limit as a gatekeeper constraint and then select the eligible sensor with the lowest false negative rate.
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
Which metric setup best fits a voice-activation detector goal?
A device that turns on when no trigger phrase was spoken has produced a false positive.
In a voice-trigger system, the objective is to reduce the _____ rate while keeping false alarms low.
Match each trigger-detection metric term to its meaning in a smart speaker system.
Order the steps for comparing wake word systems under a dual-objective goal.
Why do the two wake-word error rates serve different purposes in the target goal?
Choose a warehouse sensor under a hard false-alarm limit.
What do false positives and false negatives mean in an alert system?
Which detector satisfies the false-alarm constraint and can be optimized?
Can a detector meet the best missed-detection rate and still fail the overall requirement?