check

Day 27 - K-Means Clustering Quiz

Here’s your chance to prove what you learned

Ready? Let’s test your Day-27 knowledge

Start

Question 1 of 4

 

What does a Silhouette Score close to 1 indicate in K-means clustering?

A

The clustering has failed to separate the data properly

B

The data points are likely assigned to the wrong clusters

C

To group similar data points into clusters without predefined labels

D

To reduce the dimensionality of high-dimensional data

Question 2 of 4

 

In K-means clustering, what happens during the iterative process?

A

Data points are assigned random labels that never change

B

Centroids are fixed while data points move between clusters

C

Data points are assigned to the nearest centroid, then centroids are recalculated based on new assignments

D

The algorithm removes outliers until only the most common data points remain

Question 3 of 4

 

What is the Elbow Method used for in K-means clustering?

A

A technique to speed up the clustering algorithm

B

A way to identify and remove outliers before clustering

C

A method to determine the optimal number of clusters (K)

D

An approach to visualize high-dimensional data

Question 4 of 4

What does a Silhouette Score close to 1 indicate in K-means clustering?

A

The clustering has failed to separate the data properly

B

The data points are likely assigned to the wrong clusters

C

The data points are well-clustered with clear separation between clusters

D

There is too much overlap between different clusters

Confirm and Submit