AIML CIA II Question Paper ECE Remedial
AIML CIA II Question Paper ECE Remedial
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