Model Test Paper - 2 (Answers) : M T P (A)
Model Test Paper - 2 (Answers) : M T P (A)
(ANSWERS)
TP
(ii) Precision =
TP + FP
120 120
= = = 0.65
120 + 62 182
TP
(iii) Recall =
TP + FN
120 120
= = = 0.63
120 + 70 190
Recall * Precision
(iv) F-measure = 2 *
Recall + Precision
0.63 * 0.65
=2*
0.63 + 0.65
0.4095
=2* = 0.6398
1.28
20. In NLP, machine learning algorithms use both syntax and semantics of a sentence to understand natural
language.
Semantics analysis: It is a branch of linguistics concerned with the meaning and interpretation of words,
sign and sentence structure. It consists of two types of semantics—logical semantics that deal with sense
and reference and lexical semantics that works in finding word meanings and relations between them. It lets
machines understand natural language the way humans do.
For example, “I saw a saw which could not saw.” This sentence is grammatically correct but it is difficult to
make sense out of three different ‘saw’ with different meanings using NLP engine.
Syntactic analysis: It refers to the arrangement of words and phrases to create well-formed sentences in a
language. It is also known as syntax analysis. It checks whether the given sentence conveys its logical meaning
with proper grammatical structure or not. For example, “Movie theatre go to friends.” This sentence does not
convey any meaning and is not even grammatically correct.
21. Although CV has surpassed the accuracy of human vision, there are still constraints regarding simple object
detection, face recognition under variance of lighting, expression, additional objects on the face, etc. CV
output is subject to errors. AI-based facial recognition techniques can be used to save lives by automatically
diagnosing disorders and illnesses. It can be used in law enforcement to identify criminal convictions or missing
children.
Some of the ethical concerns around the use of CV include:
(i) Identity theft: Use of CV applications may lead to a third-party committing unintentional identity theft.
(ii) Discrimination: Use of machine learning models and convolutional neural networks in CV can lead to
unfair treatment due to bias and discrimination regarding race, gender or class.
(iii) Security: CV technologies can impose security vulnerabilities due to presence or misuse of cameras or
CCTV systems.
(iv) Deep fake news: Using CV technologies, it is possible to create fake images and videos that can be used
for discrediting a public figure by impersonating.
(v) Adversarial attacks: It refers to hackers trying to manipulate the inputs of machine learning models so
as to cause the model to make mistake and block the system.