Clustering: Difference between revisions

From Machinelearning
(Created page with "'''Clustering''' is an unsupervised learning technique. It is used for grouping data points, or objects that are somehow similar.")
 
No edit summary
Line 1: Line 1:
'''Clustering''' is an [[unsupervised learning]] technique. It is used for grouping data points, or objects that are somehow similar.
'''Clustering''' is an [[unsupervised learning]] technique. It is used for grouping data points, or objects that are somehow similar.
* [https://datafloq.com/read/7-innovative-uses-of-clustering-algorithms/6224]
* [https://www.analyticsvidhya.com/blog/2016/11/an-introduction-to-clustering-and-different-methods-of-clustering/]
* [https://www.coursera.org/lecture/ml-foundations/other-examples-of-clustering-cmh30]
== References ==

Revision as of 20:07, 23 March 2020

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

References