What is a false positive?
A true result from an algorithm that is incorrect
What is 'ground truth'?
data known to be correct
You are developing a automatic passport system for use by immigration, where pictures of people are compared to those in their passports. Which of the following is the best approach to take?
minimize the number of false positives
What assumption underlies a null hypothesis test?
that there is no performance difference between algorithms
What is a false negative?
A false result from an algorithm that should have succeeded
When using McNemar's test, what do we do if we want to see whether one algorithm's performance is better than another's?
Look up the Z-score in one-tailed tables
When using McNemar's test, what do we do if we want to see whether algorithms' performances differ?
Look up the Z-score in two-tailed tables
You are developing software for the police to show mugshots of suspects to the witness of a crime. Which of the following is the best approach to take?
maximize the number of true positives, even if the false positive rate is high
Which corner of a ROC curve indicates the best performance?
upper left
When evaluating vision systems, it is normal to:
have different training and test sets