ML Model Question Paper
ML Model Question Paper
Machine Learning
Time: 3hrs. Max. Marks: 80
Note: Answer any FIVE full questions, choosing one full question from each module.
Module-1
1 a. What is Machine Learning? Explain different perspective and issues in machine learning.
(08 Marks.)
b. Describe the Find-s algorithm. Explain by taking EnjoySport concept and training instance
given below.
Module-2
3 a. Describe the ID3 algorithm for decision tree learning. (08 Marks.)
b. Give Decision trees to represent the Boolean Functions:
a) A && ~ B
b) A V [B && C]
c) A XOR B
d) [A&&B] V [C&&D]
(08 Marks.)
OR
4 a. Illustrate the operation of ID3 for the following training example given in the Table 4.(a).
Here the target attribute is playTennis. Draw the complete decision tree. (08 Marks.)
b. Write a note on Occam’s razor and minimum description principal. (08 Marks.)
Module-3
5 a. What is Artificial Neural Network? Explain appropriate problem for Neural Network
Learning with its characteristics. (08 Marks.)
b. Explain the concept of a Perceptron with a neat diagram and represent the Boolean
functions of AND, OR using perceptron. (08 Marks.)
1 of 2
OR
6 a. Write a note on (i) Perceptron Training Rule (ii) Gradient Descent and Delta Rule
(08 Marks.)
b. Write Stochastic Gradient Descent version of the Back Propagation algorithm for
feedforward networks containing two layers of sigmoid units. (08 Marks.)
Module-4
7 a. Write Bayes theorem. What is the relationship between Bayes theorem and the problem
of concept learning? (08 Marks.)
b. Explain Maximum Likelihood Hypothesis for predicting probabilities. (08 Marks.)
Module-5
*****
2 of 2