Q. What does the 'K' in K-means represent?
-
A.
The number of iterations the algorithm runs
-
B.
The number of clusters to form
-
C.
The number of features in the dataset
-
D.
The distance metric used
Solution
The 'K' in K-means represents the number of clusters that the algorithm will form from the dataset.
Correct Answer:
B
— The number of clusters to form
Learn More →
Q. What is a common method to determine the optimal number of clusters in K-means?
-
A.
Elbow method
-
B.
Cross-validation
-
C.
Grid search
-
D.
Random search
Solution
The Elbow method is commonly used to determine the optimal number of clusters by plotting the explained variance against the number of clusters.
Correct Answer:
A
— Elbow method
Learn More →
Q. Which of the following scenarios is best suited for K-means clustering?
-
A.
Identifying customer segments based on purchasing behavior
-
B.
Classifying emails as spam or not spam
-
C.
Predicting house prices based on features
-
D.
Finding the optimal path in a navigation system
Solution
K-means clustering is well-suited for identifying customer segments based on similarities in purchasing behavior.
Correct Answer:
A
— Identifying customer segments based on purchasing behavior
Learn More →
Showing 1 to 3 of 3 (1 Pages)