Learn Before
If you had the four following models, which one would you choose based on the following accuracy, runtime, and memory size criteria?
- We need an algorithm that can be as accurate as possible.
- We want the trained model to take no more than 10sec to classify a new image.
- We want the model to fit in 10 MB of memory.
0
2
Tags
Data Science
Related
Confusion Matrix
ROC Curve and ROC AUC
Precision and Recall performance metrics.
F1 Score
Optimizing Criteria in Classification Problems
Satisficing Criteria in Classification Problems
Bayes error rate
What evaluation metric would you want to maximize based on the following scenario?
Recall of a Classification Model
Precision of a Classification Model
Sensitivity Analysis of a Classification Model
Learning Curve of a Classification Model
Having three evaluation metrics makes it harder for you to quickly choose between two different algorithms, and will slow down the speed with which your team can iterate. True/False?
If you had the four following models, which one would you choose based on the following accuracy, runtime, and memory size criteria?
Coverage
How to choose between precision and recall?
F-Measure