0% found this document useful (0 votes)
57 views3 pages

AIML ISE mqp5

Uploaded by

Ifla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views3 pages

AIML ISE mqp5

Uploaded by

Ifla
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

|| Jai Sri Gurudev ||

®
Sri AdichunchanagiriShikshana Trust

SJB Institute of Technology


(A Constituent of BGS & SJB Group of Institutions and Hospitals)
BGS Health & Education City, Dr. Vishnuvardhan Road, Kengeri, Bengaluru-560060
Affiliated to Visvesvaraya Technological University, Belagavi. Approved by AICTE, New Delhi. Accredited by
NAAC, New Delhi with ‘A’ Grade. Recognized by UGC, New Delhi with 2(f) and 12(B). Certified by ISO 9001-2015

DEPARTMENT OF INFORMATION SCIENCE AND ENGINEERING

Model Question Paper-5

Course: Artificial Intelligence and Machine Learning Maximum marks: 100


Course Code: 21CS54 Duration: 03 hours
Semester: V

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

Question 5 is for 20 marks from Unit IV


5 a) Describe the fundamentals of Bayes theorem. Illustrate Naïve bayes algorithm and 10
provide the other popular types of Naïve Bayes classifiers.
b) Construct a decision tree and predict the target class for a test instance (6, 1, 6.7) 10
with the training dataset consisting of 10 data instances and 3 attributes.
Sl.No A1 A2 A3 Target Class
1 10 0.5 2.5 Negative
2 7 1.3 3 Positive
3 5 0.7 5.6 Negative
4 9 1.0 4.3 Positive
5 10 1.2 7.1 Positive
6 8 0.9 6.5 Negative
7 6 0.8 3.2 Negative
8 4 1.5 5.1 Negative
9 9 1.7 4.7 Positive
10 8 1.6 7.4 Positive
OR
Question 6 is for 20 marks from Unit IV
6 a) Design the ID3 Decision Tree Algorithm write step-by-step procedure. Provide 10
the advantages and disadvantages of Decision Trees.
b) Interpret Bayes Theorem and Outline MAP hypothesis with Equations and 10
Maximum Likelihood hypothesis. And other popular types of Naïve Bayes
Classifier.
Question 7 is for 20 marks from Unit V
7 a) Elaborate all the 9 activation functions used in Artificial Neuron Networkswith 10
equation that contribute to the construction of the network.
Page 2 of 3
b) Consider the following set of data given 10
Objects X-coordinate Y-coordinate
1 2 4
2 4 6
3 6 8
4 10 4
5 12 4
Apply k-means algorithm and cluster it using initial value of objects 2 and 5 with
coordinate values (4, 6) and (12, 4) as initial needs.
OR
Question 8 is for 20Marks from Unit V
8 a) Assess DBSCAN, Dense cells and CLIQUE with appropriate steps. 10
b) Analyze perceptron model and create a Perceptron Algorithm using the perceptron 10
model.

Page 3 of 3

You might also like