Clustering: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 5: Line 5:
Some of the commonly used clustering algorithms are<ref name="pythonistaplanet">[https://pythonistaplanet.com/applications-of-unsupervised-learning/ Real World Applications of Unsupervised Learning]pythonistaplanet.com</ref>:
Some of the commonly used clustering algorithms are<ref name="pythonistaplanet">[https://pythonistaplanet.com/applications-of-unsupervised-learning/ Real World Applications of Unsupervised Learning]pythonistaplanet.com</ref>:


* [[K-Means]]:
* [[K-means clustering|K-means]]:
* [[Expectation maximization]]:
* [[Expectation maximization]]:
* [[Hierarchical cluster analysis]] (HCA):  
* [[Hierarchical cluster analysis]] (HCA):  

Revision as of 17:02, 31 March 2020

Clustering is an unsupervised learning technique. It is used for grouping data points, or objects that are somehow similar.

Algorithms

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

References

References