Unit 4: UNSUPERVISED LEARNING: CLUSTERING AND PATTERN DETECTION - Subjective Questions

INT234 — Predictive Analytics • Practice Questions with Detailed Answers

20 questions

1

Define unsupervised learning and explain how it differs from supervised learning. Discuss why clustering and pattern detection are important tasks in predictive analytics.

2

Explain the intuition behind K-means clustering. Describe the role of centroids, cluster assignment, and centroid updating in the algorithm.

3

Describe the complete K-means clustering algorithm using a suitable step-by-step procedure. Include its stopping conditions.

4

What is the random initialization trap in K-means clustering? Explain why different initial centroids can produce different results and describe methods for reducing this problem.

5

Explain K-means++ initialization and discuss why it generally performs better than purely random initialization.

6

Explain how the Euclidean distance measure is used in K-means clustering. State the importance of feature scaling and discuss its effect on the final clusters.

7

Discuss the methods used to select the appropriate number of clusters in K-means clustering. Explain the elbow method in detail.

8

What is hierarchical clustering? Explain the construction and interpretation of an agglomerative hierarchical clustering dendrogram.

9

Compare agglomerative hierarchical clustering with K-means clustering in terms of input requirements, cluster shape, interpretability, computational cost, and sensitivity.

10

Explain single linkage in hierarchical clustering. Discuss its advantages, disadvantages, and the chaining effect.

11

Explain complete linkage in hierarchical clustering and compare it with single linkage.

12

Describe average linkage and centroid linkage in hierarchical clustering. Compare their distance calculations and practical behavior.

13

Distinguish among single, complete, average, and centroid linkage methods using their definitions, strengths, and weaknesses.

14

Define an association rule and explain the concepts of itemset, antecedent, consequent, support, confidence, and lift.

15

Explain how support, confidence, and lift are calculated for an association rule. Use a numerical example to interpret the results.

16

Describe the process of finding frequent itemsets and generating association rules from transaction data.

17

Explain the Apriori principle and discuss how it reduces the computational complexity of association rule mining.

18

What is market basket analysis? Explain how association rules can be used by a retailer to make business decisions.

19

Discuss the difference between correlation and association rules. Explain why a high-confidence association rule does not necessarily indicate a useful relationship.

20

Explain how the number of clusters and the linkage method influence the interpretation of hierarchical clustering results.