Machine Learning Paper Set-5
Machine Learning Paper Set-5
Que1 (a) What is Machine Learning? What are steps in Machine Learning? Explain. 8
(b) Compare Classification with regression with an example. 8
OR
Que2(a) What do you mean by overfitting and underfitting. How it can affect model generalization? 8
(b) What are the five popular algorithms we use in Machine Learning? Explain any one in 8
detail.
Que3 (a) What are Decision Trees? Explain with suitable example. 8
(b) Explain support vector machine (SVM)? What is the significance of optimal separating 8
hyperplane in SVM?
OR
Que4(a) What is a Perceptron? Explain the working of a perceptron with a neat diagram. 8
(b) Explain Multilayer Perceptran with suitable diagram. 8
Que7(a) Define clustering. What are the different types of clustering? Explain in detail? 8
(b) Write down the major differences between K-means clustering and hierarchical clustering. 8
OR
Que8 (a) Illustrate K-means clustering algorithm with an example. 8
(b) Use K-means clustering to cluster the following data into two groups. 8
Assume cluster centroid are m1=2 and m2=4.
The distance function used is Euclidean distance. { 2, 4, 10, 12, 3, 20, 30, 11, 25 }.
Que9(a) What is Principal Component Analysis?
(b) Compare Feature Extraction and Feature Selection techniques.
OR
Que10 (a) Explain how dimensionality can be reduced using subset selection procedure.
(b)