+1 vote
in Artificial Intelligence by
What Is a False Positive and False Negative and How Are They Significant?

1 Answer

0 votes
by

False positives are those cases that wrongly get classified as True but are False. 

False negatives are those cases that wrongly get classified as False but are True.

In the term ‘False Positive,’ the word ‘Positive’ refers to the ‘Yes’ row of the predicted value in the confusion matrix. The complete term indicates that the system has predicted it as a positive, but the actual value is negative. 

Confusion Matrix 2

So, looking at the confusion matrix, we get:

False-positive = 3

True positive = 12

Similarly, in the term ‘False Negative,’ the word ‘Negative’ refers to the ‘No’ row of the predicted value in the confusion matrix. And the complete term indicates that the system has predicted it as negative, but the actual value is positive.

So, looking at the confusion matrix, we get:

False Negative = 1

True Negative = 9

Related questions

+1 vote
asked Dec 27, 2019 in Data Science by sharadyadav1986
0 votes
asked Dec 5, 2023 in Other by GeorgeBell
...