Clustering Flashcards

1
Q

Clustering

A

Unsupervised learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Applications of clustering

A

Customer segmentation, fraud detection, image analysis, weather analysis, text data mining, anomaly checking, data mining etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of unsupervised learning algorithms that are used for clustering (5)

A
  • Exclusive clustering
  • Overlapping clustering
  • Hierarchical clustering
  • Probablistic clustering
  • Partitioning clustering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Exclusive clustering (also another name, example)

A

Data is grouped in a way where a single data point can exist in only one cluster.
Another name - Hard clustering
Example: k-means clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Overlapping clustering (also another name)

A

Data is grouped in a way where single data point can exist in two or more clusters with different degrees of membership.
Another name- soft clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hierarchical clustering (also another name, types)

A

Data is divided into distinct clusters based on similarities which are then repeatedly merged and organised based on their hierarchical relationships.
Another name - HAC- hierarchical cluster analysis
Types - Agglomerative clustering, Divisive clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Probabilistic clustering

A

Data is grouped into clusters based on the probability of each data point belonging to each cluster. This approach differs from the other methods, which group data points based on their similarities to others in a cluster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Partitioning clustering (only types)

A

K means clustering
Fuzzy C-means clustering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly