Showing posts with label natural language processing. Show all posts
Showing posts with label natural language processing. Show all posts

Sunday, July 24, 2022

Natural Language Processing MCQ - Impact of FALSE POSITIVE on precision

Multiple choices questions in NLP, Natural Language Processing solved MCQ, Accuracy and precision, How does high false positive value affect precision of the prediction system? false positive is type I error, Why does a prediction system with high false positives ends up with low precision?

Natural Language Processing MCQ - Impact of FALSE POSITIVE on the system's precision mesure

< Previous                      

                     Next >

 

1. A classifier that makes a lot of FALSE POSITIVEs will have ________.

a) Low recall

b) Low precision

c) High recall

d) High precision

 

Answer: (b) Low precision

What is False Positive (FP)?

False positive is when the system (classifier) incorrectly classifies a wrong event as correct (positive) class. In other words, how many negative cases get incorrectly identified as positive. It is also referred as TYPE I error.

Let us assume that we have developed a house alarm security system to automatically detect the presence of intruders. FALSE POSITIVE is, your alarm goes off when there is no intruder.

Few other examples;

  • A diagnosis system detects that a patient is affected with a disease which he actually not.
  • A fire alarm system alarms when actually there is no fire.
  • A financial system detects suspicious transactions which are actually genuine.

 

PRECISION is calculated as follows;

Precision = TP / (TP + FP)

If the system detects more FPs, it lowers the PRECISION of the underlying system. Hence, while building classification models, you may have to choose to build models with lower false positives if a high precision score is desirable as per your requirements.      

 

 

 

< Previous                      

                     Next >


*****************
Related links:


Top interview questions in NLP

NLP quiz questions with answers explained

What is the impact of high false positive in precision ?

When do we need to reduce the detection of false positives in a prediction system?

When you like to have high precision what should be the value of false positive recognitions?

NLP Solved MCQ, Natural language processing solved mcq, language model solved mcq, perplexity solved mcq, nlp solved exercises

False positives and high precision are inversely proportiional

List few examples of false positive recognition 

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents

data recovery