Sample Paper Machine Learning Techniques KCS055
Sample Paper Machine Learning Techniques KCS055
1
29. Discuss reinforcement learning.
30. Differentiate between Q learning and Deep Learning.
31. What is the difference between Q learning and deep Q learning?
32. Illustrate Markov decision model.
33. What is the problem of crowding in GA
34. Define the term Offspring, Chromosome and Genes are used in GA.
7 Marks Questions:
UNIT 1
UNIT 2
1. Explain Maximum Likelihood and Least Squared Error Hypothesis with example.
3. Differentiate between Naïve Bayes classifier and Bayesian belief networks. Give an
application of Bayesian belief networks.
4. Discuss linear regression and logistic regression in detail. Discuss the role of Bayes theorem
in machine learning. How naive Bayes algorithm is different from Bayes theorem?
5. Explain hyperplane (decision boundary) in SVM. Categorize various popular kernels
associated with SVM.
2
8. Explain the Confusion Matrix with respect to Machine Learning Algorithms.
9. How is Bayes theorem used in machine learning? How naive Bayes algorithm is different
from Bayes theorem?
UNIT 3
1. Compare and contrast Information Gain, Gain Ratio, and Gini Index in detail.
2. Discuss Decision Tree and explain its working in detail.
3. Demonstrate K-Nearest Neighbors algorithm for classification with the help of an
example.
4. Apply KNN for following dataset and predict class of test example (A1=3,
A2=7). Assume K=3.
A1 A2 Class
7 7 True
7 4 True
3 4 False
1 4 True
5 3 False
6 3 True
UNIT 4
3
5. What is instance based learning? How Locally Weighted Regression is
different from Radial basis function networks?
6. Explain various types of activation functions with examples.
7. Explain the different layers used in convolutional neural network with suitable
examples.
8. Illustrate backpropagation algorithm by assuming the training rules for output unit
weights and Hidden Unit weights.
9. Illustrate the operation of the ID3 training example.
Consider information gain as attribute measure.
UNIT 5
9. How to Identify the reproduction cycle of genetic algorithm? Explain with suitable
example
4
10. Given below is an input matrix named I, kernel matrix, calculate the Convoluted
matrix C using stride =1 also apply max pooling on C.