ML Question Bank 6th Sem
ML Question Bank 6th Sem
Part A
Part B
1. Give decision trees to represent the following Boolean functions: (Part B, Q1)
o (a) A ˄˜B
o (b) A V [B ˄ C]
o (c) A XOR B
o (d) [A ˄ B] v [C ˄ D]
4. Describe K-nearest Neighbour learning algorithm for continuous-valued target function (Part
B, Q13)
5. Discuss the major drawbacks of K-nearest Neighbour learning algorithm and how it can be
corrected (Part B, Q14)
6. Define the following terms with respect to K-Nearest Neighbour Learning: (Part B, Q15)
o Regression
o Residual
o Kernel Function
8. What is logistic regression and linear regression? Explain the difference between them (Part
B, Q19)
9. What is Support Vector Machine Algorithm? Explain the working of SVM (Part B, Q25)
Part C
1. Why is the Naive Bayesian classification called “naive”? Explain (Part C, Q1)
2. The support vector machine (SVM) is a highly accurate classification method. However, SVM
classifiers suffer from slow processing when training with a large set of data tuples. Describe
how to overcome this difficulty and design a scalable SVM algorithm for efficient SVM
classification in large datasets (Part C, Q2)
Part A
Part B
2. How to measure the distance between elements of the cluster? Explain different methods to
measure the distance (Part B, Q21)
Part C
1. Give an example to show that items in a strong association rule actually may be negatively
correlated (Part C, Q3)
Part A
Part B
o Wrapper Method
o Embedded Method
Part C
1. Explain the concept of Principal Component Analysis with a suitable example (Part C, Q5)
o Filter Method
o Wrapper Method
o Embedded Method
Part A
2. Give clear difference between episodic and continuous tasks of Markov process (Part A, Q8)
Part B
4. Explain Q learning algorithm assuming deterministic rewards and actions (Part B, Q16)
Part C
1. What is the Markov decision process? Explain it with suitable example (Part C, Q7)
Part A
Part B
1. What is Artificial Neural Network? What are the types of problems in which Artificial Neural
Networks can be applied? (Part B, Q9)
3. Explain the Q function and Q Learning Algorithm (duplicate question in Unit 4) (Part B, Q12)
Part C
2. How does the collaborative recommendation system differ from a typical classification or
predictive modeling system? Explain (Part C, Q10)