QP ML 1
QP ML 1
QP ML 1
Q3) a) What do you mean by Support Vector Machine? Explain with example.[8]
b) Write short notes on : [9]
i) Bernoulli naive Bayes
ii) Multinomial naive Bayes
iii) Gaussian naive Bayes
P.T.O.
OR
Q4) a) Explain with example how Bayes theorem helps to classify the data using
Naïve Bayes Classification technique. [8]
b) Differentiate between linear SVM and non-linear SVM. [4]
c) Write and Explain Scikit-learn code for Gaussian naive Bayes classifier.[5]
Q5) a) Explain with example the role of attribute selection measure in building
decision tree. [8]
b) Write and explain data formats for clustering technique. [5]
c) Explain Elbow method for finding optimal number of clusters. [4]
OR
Q6) a) Consider the following data set consisting of the scores of two variables
on each of seven individuals: Apply Kmeans clustering to cluster this
data into 2 clusters. [8]
Subject A B
1 1.0 1.0
2 1.5 2.0
3 3.0 4.0
4 5.0 7.0
5 3.5 5.0
6 4.5 5.0
7 3.5 4.5
b) Write short notes on : [9]
i) Bagging
ii) Boosting
iii) Random Forests
Q7) a) Explain with example Naïve User based Recommendation systems. [8]
b) What is agglomerative clustering? Explain with example. [8]
OR
[5871]-712 2
Q8) a) Perform the complete link hierarchical clustering using similarity matrix
given below : Show the Dendrograms [8]
A B C D
A 0 1 4 5
B 0 2 6
C 0 3
D 0
b) Explain with example common architectural principles of deep networks.
[8]
[5871]-712 3