Clustering: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 6: Line 6:
* Hard clustering: Each data point either belongs to a cluster completely or not.  
* Hard clustering: Each data point either belongs to a cluster completely or not.  
* Soft clustering: A probability or likelihood is assigned for putting data points into separate clusters.
* Soft clustering: A probability or likelihood is assigned for putting data points into separate clusters.
== Clustering vs classification ==


== Algorithms ==
== Algorithms ==
Line 14: Line 16:
* [[Expectation maximization]]:
* [[Expectation maximization]]:
* [[Hierarchical cluster analysis]] (HCA):  
* [[Hierarchical cluster analysis]] (HCA):  
== Applications ==


== References ==
== References ==

Revision as of 21:55, 31 March 2020

Clustering is an unsupervised learning technique. It is used for grouping data points, or objects that are somehow similar. Clustering means finding clusters in a dataset, unsupervised.[1]

Types pof clustering

Some divide clustering into two subgroups[2]:

  • Hard clustering: Each data point either belongs to a cluster completely or not.
  • Soft clustering: A probability or likelihood is assigned for putting data points into separate clusters.

Clustering vs classification

Algorithms

Some of the commonly used clustering algorithms are[3]:

Applications

References

References