Topic covered
Introduction of Evaluation
Click Here Chapter Summary Notes.
- Let Us Revise
- A Confusion Matrix is a technique using a chart or table for summarising the performance of a classification based AI model by listing the predicted values of an AI model and the actual/correct outcome values.
- In True Positive(TP), both predicted value of the AI model and actual value are positive.
- In True Negative(TN), both predicted value of the AI model and actual value are negative.
- In False Positive(FP),the predicted value of the AI model is positive but actual value is negative.
- In False negative(FN), the predicted value of the AI model is negative but actual value is positive.
- Accuracy rate is the percentege of times the predictions out of all the observations are correct.
- Precision rateis the rate at which the desirable predictions turn out to be correct(True Positive out of all positive)
- Recall is a rate of correct predictions to the overall number of positive instances in the dataset.
- F1 Scoreis a measure of balance between precision and recall.
Chapter based Question and Answer.
Click Below
Question With Answer of Ch-8 Evaluation Set-1
Question With Answer of Ch-8 Evaluation Set-2
Practice Question of Confusion Matrix
Click Below
Question With Answer of Ch-8 Evaluation Set-1
Question With Answer of Ch-8 Evaluation Set-2
Practice Question of Confusion Matrix
Competency based Questions -- Evaluation
1.An AI model has been developed to filter spam mails.In the detection of spam mail,it is okey if any spam mail remains undetected(false negative), but what if +
miss any critical mail because it is classified as spam(false positive). In this situation, false Positive should be as low as possible.
Thus,here _______ is more vital as compared to recall.
- accuracy.
- F1 Score
- Precision
- Confusion Matrix
Show Answer
Answer - (c) Precision
2.An AI model has been developed to detect credit card fraud detections. The aim is not to miss any fraud transactions. Therefore, we want False-Negative to be as low as possible.In these situations, we can compromise with the low precision, but ____ should be high. .
- accuracy
- recall
- F1 score
- confusion Matrix
Show Answer
Answer-(b) recall