0% found this document useful (0 votes)
65 views2 pages

AIML CIA II Question Paper ECE Remedial

This document outlines an assessment for an Artificial Intelligence and Machine Learning course. It contains 10 questions across 5 sections assessing different course outcomes related to search techniques, Bayesian networks, regression models, unsupervised learning algorithms, and neural networks.

Uploaded by

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

AIML CIA II Question Paper ECE Remedial

This document outlines an assessment for an Artificial Intelligence and Machine Learning course. It contains 10 questions across 5 sections assessing different course outcomes related to search techniques, Bayesian networks, regression models, unsupervised learning algorithms, and neural networks.

Uploaded by

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

DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING

ACADEMIC YEAR 2023-2024 – EVEN SEMESTER (R-2021)


ASSESSMENT – I [Remedial Test]
Course Code & Title : CS 3491 & Artificial Intelligence and Machine Learning
Year / Semester : III/6th Semester (ECE) Date : 15-03-2024 (AN)
Time : 2 hours (max) Max Marks: 60 Marks
CO1- Apply the knowledge of mathematics, engineering fundamentals, problem solving approaches and vari-
ous search techniques to build AI based applications.
CO2 - Build a Bayesian network that identify solutions for exact and approximate inference for any complex
engineering problems by using first principles of mathematics and engineering sciences.
CO3 - Build Linear, Logistic regression models, probabilistic models, decision trees, naïve bayes classifier
and random forests by applying the knowledge of mathematics and engineering fundamentals.
CO4- Analyse a suitable unsupervised machine learning models like K-means, K-Nearest Neighbour, bagging
and boosting by applying first principles of mathematics to design a solution for any complex engineering
problem.
CO5- Apply the concept of Perceptron, Multilayer perceptron, activation functions and error backpropagation
techniques to build a neural network model using the knowledge of mathematics, science and engineering
fundamentals to solve complex problems.
Answer all questions
PART – A (5 X 2 =10 Marks)
1. What is adversarial search? CO1/R
2. In a class, there are 70% of students who like English and 40% of students who CO2/A
like mathematics and English, and then what is the percent of students those who
like English also like mathematics?
3. Suppose there is a candidate who has a job offer and wants to decide whether he CO3/A
should accept the offer or Not. Draw a decision tree based on the above
scenario.
4. Classify the pros and cons of KNN algorithm. CO4/U
5. Draw the basic components of a perceptron. CO5/U
PART – B (5X 10 =50 Marks)
6.a. Solve Constraint Satisfaction problem for Map Coloring and job scheduling CO1/A
problem. Also discuss the types of consistency to solve the same.
(Or)

6.b. Construct a game tree for tic-tac- toe game and describe the working of mini-max CO1/A
and alpha-beta pruning algorithm for the same game.
7.a. Harry installed a new burglar alarm at his home to detect burglary. The alarm
CO2/ A
reliably responds at detecting a burglary but also responds for minor earthquakes.
Harry has two neighbors David and Sophia, who have taken a responsibility to
inform Harry at work when they hear the alarm. David always calls Harry when he
hears the alarm, but sometimes he got confused with the phone ringing and calls
at that time too. On the other hand, Sophia likes to listen to high music, so
sometimes she misses to hear the alarm. Here we would like to compute the
probability of Burglary Alarm.

Problem:

Calculate the probability that alarm has sounded, but there is neither a burg-
lary, nor an earthquake occurred, and David and Sophia both called the
Harry.
(Or)
7.b. For example a doctor knows that the disease meningitis causes the patient to
CO2/ A
have a stiff neck say 70% of the time.
The doctor also knows some unconditional facts: the prior probability that a patient
has meningitis is 1/50,000, and the prior probability that any patient has a stiff
neck is 1%
What is the probability that a patient has diseases meningitis with a stiff neck?
CO3/ U
8.a. Discuss the working of Support Vector Machine with a real time example.

(Or)
8.b. Elaborate the working of decision tree by taking an example of your own.
CO3 / U
Cluster the following eight points (with (x, y) representing locations) into three
9.a. CO4 / A
clusters:
A1(2, 10), A2(2, 5), A3(8, 4), A4(5, 8), A5(7, 5), A6(6, 4), A7(1, 2), A8(4, 9)

9.b. Apply K(=2)-Means algorithm over the data (185, 72), (170, 56), (168, 60), CO4 / A
(179,68), (182,72), (188,77) up to two iterations and show the clusters. Initially
choose first two objects as initial centroids.

10.a Why normalization, regularization and drop out is required for constructing an CO5 / AN
efficient neural network? Justify your answer in detail.

(Or)

10.b Compare and contrast the pros and cons of perceptron and multi-layer perceptron. CO5/AN

You might also like