X-MS-AI
X-MS-AI
Class: X
Subject: Artificial Intelligence (417)
MARKING SCHEME
Q.
Answer Marks
No.
Q. 1
i. b) External Motivation 1
ii. a) Selected 1
d) A is not correct but R is correct
iii. 1
c) Both of the above
iv. 1
v. c) Cultural barriers 1
Q. 2
(a) Both A and R are correct and R is the correct explanation of A
i. 1
iv. Larger 1
v. (c) csv 1
Q. 3
i. (b) I, ii and iv 1
ii. (d) System hacking 1
vi. Overfitting 1
Q. 5
i. (b) Natural Language Processing 1
ii. Recall 1
(a) Categorizing each pixel in the image in to a specific class
iii. 1
(c) Automatic summarization
iv. 1
v. (c) Silvi 1
(b) confusion matrix
vi. 1
SECTION B: SUBJECTIVE TYPE QUESTIONS
Mark
s
Q.
QUESTION
No.
Q. 11 1. If it is not relevant and authentic then the testing data may go wrong or produced 2
irrelevant predictions.
2. It increases the AI Project efficiency.
(2 marks for any one correct point with explanation)
Q. 14 An RGB image refers to an image that stores data for red, green, and blue color channels. 2
These images can be stored in a single file or in multiple files, with each file representing
a different wavelength.
(1 mark for explanation; 1 mark for example)
Q. 15 Bag of Words is a NLP model which helps in extracting features from textual data. It 2
converts text sentences into numeric vectors by returning the unique words along with its
number of occurrences.
“Stop words” are the most common words in a language like “the”, “a”, “on”, “is”, “all”.
These words do not carry important meaning and are usually removed from texts.
(1 mark for each correct explanation)
Q. 16 2
Reality
Confusion Matrix Yes No
Yes 55 10
Prediction
No 15 20
(½ marks each for mapping the values in the correct section, ½ *4=2 marks)
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q. 17 1 mark for AI definition 4
1 mark for correct AI real life application
2 marks for the ways AI machine is trained – supervised, unsupervised with explanation
Q. 18 The 4Ws Problem canvas helps in identifying the key elements related to the problem. The 4
4Ws are Who, What, Where and Why
● The “Who” block helps in analysing thepeople getting affected directly or
indirectly due to the problem.
● The “What” block helps us to determine the nature of the problem.
● The “Where” block helps us to look into the situation in which the problem arises,
the context of it, and the locations where it is prominent.
● The “Why” block suggests to us the benefits which the stakeholders would get
from the solution and how it will benefit them as well as the society
(½ mark each for explanation of 4w s; 2 marks for drawing the problem statement
template with correct words in it or explaining the problem statement template)
or
(1 mark to be allotted if only 4Ws are written without explanation)
Q. 19 Figure 1 Supervised learning 4
In a supervised learning model, the dataset which is fed to the machine is labelled. In
other words, we can say that the dataset is known to the person who is training the
machine only then he/she is able to label the data. A label is some information which can
beused as a tag for data.
(1 mark each for identifying each term supervised learning and unsupervised learning; 1
mark per explanation of each term)
Q. 20 Normalization of the given text: 4
1) Sentence Segmentation:
1. Raj and Vijay are best friends.
2. They play together with other friends.
3. Raj likes to play football but Vijay prefers to play online games.
4. Raj wants to be a footballer.
5. Vijay wants to become an online gamer.
2) Tokenization:
3) Removing Stop words, Special Characters and Numbers:
In this step, the tokens which are not necessary are removed from the token list. So, the
words and, are, to, an, (Punctuation) will be removed. Converting text to a common
case:
5) Stemming/ Lemmatization:
In this step, the remaining words are reduced to their root words. In other words,
stemming is the process in which the affixes of words are removed and the words are
converted to their base form. Word Affixes Stem
Likes -s Like
Prefers -s Prefer
Wants -s want
In the given text Lemmatization is not required.
Lemmatization: Lemmatization is the process in which the affixes of words are
removed and the words are converted to their base form with meaning.
Lemmatization makes sure that lemma is a word with meaning.
(ii) Precision=TP/(TP+FP)
=55/(55+25) =50/80
=0.625
Recall=TP/(TP+FN)
=55/(55+15)
=50/70
=0.71
F1 Score = 2*Precision*Recall/(Precision+Recall)
=2*0.625*0.71/(0.625+0.71)
=0.8875/1.335
=0.67
(1 marks for part (i) and ½ mark for each formula and ½ mark each for substitution of
values in part(ii))