Copy of Qb Ml Sem7 Computer 2023 3024.Docx
Copy of Qb Ml Sem7 Computer 2023 3024.Docx
2023-2024
II UNIT TEST Question Bank
Sr. Questions
No
1 Apply the DBSCAN algorithm with similarity threshold of 0.85 (using the similarity matrix ) to the given
data points and MinPts>=2 (Minimum required points in a cluster) what are core, border and noise
(outliers) in the set of points given in table.
2 The cluster has the following data point. Calculate their intra cluster distance. Also calculate its
inertia .
Note:- Ensure that you follow all the steps accurately, including the creation of graphs
when necessary. Display the classified point by substituting values into the hyperplane
equation and also depict it on the graph.
Calculate the PCA Values using the following Normalized Eigenvectors on non centered
features:-
9 Clustering algorithms are sensitive to starting points. Justify the statement with example.
Also, explain impact of outliers, distance measure and noise on K-mean clustering
algorithm.
11 What is bagging and boosting? How it is used to combine classifiers to improve results?
12 Explain soft margin and hard margin SVM with suitable example.
13 What is a kernel? How you will choose appropriate kernel for problem in hand?
CLASS 1
X = 2, 3, 4
Y = 1, 5, 3
CLASS 2
X = 5, 6, 7
Y = 6, 7, 8