AIML ISE mqp5
AIML ISE mqp5
®
Sri AdichunchanagiriShikshana Trust
Instructions: i).Answer any FIVE full questions. Questions 1 and 2 are compulsory
ii) Missing data, if any, may be suitably assumed
iii) Verify the course code before answering
Q. No. Marks
Question 1 is for 20 marks from UNIT I
1 a) Provide a comprehensive overview of the foundations of Artificial Intelligence. 10
b) Define a Well-Defined Problem and Its Components. Explain the functionality of 10
a Goal-Based Problem-Solving Agent.
Question 2 is for 20 marksfrom UNIT II
2 a) Describe how machine learning is linked to AI, Deep learning, Data Science, and 10
statistics?
b) Define Big Data Analytics and Its Significance. Examine Types of Analytics in 10
Detail.
Question 3 is for 20 marks from UNIT III
3 a) Design Find-S algorithm and Candidate Algorithm to generate consistent 10
hypotheses and version space.
b) Consider the following dataset of 10 data instances. The target variable is Award 10
S.NO GPA No of Projects Award
Done
1 9.5 5 Yes
2 8.0 4 Yes
3 7.2 1 No
4 6.5 5 Yes
5 9.5 4 Yes
6 3.2 1 No
7 6.6 1 No
8 5.4 1 No
9 8.9 3 Yes
10 7.2 4 Yes
Page 1 of 3
Given a test instance (GPA- 7.8, No of Projects done-3) Apply K-NN and
weighted K-NN to classify the test instance. Choose k=3.
OR
Question 4 is for 20 marks from UNIT III
4 a) Consider training instances which describes the symptoms of the persons and their 10
covid-19 test result.
S.NO Fever Cough Throat_Pain Body_Pain Covid-19
1 Y Y Y Y Positive
2 Y N Y Y Positive
3 N Y N N Negative
4 Y Y Y N Positive
5 N N N Y Negative
Apply general to specific learning and specific to general learning to search for an
approximate hypothesis in the hypothesis space.
b) Assess how the Nearest Centroid Classifier algorithm works, and what are its key 10
steps. Consider the sample data shown in table with two features x and y. The
target classes are ‘A’ or ‘B’. Predict the class using Nearest Centroid Classifier.
X Y Class
3 1 A
5 2 A
4 3 A
7 6 B
6 7 B
8 5 B
Page 3 of 3