Glossary term
Glossary term
Foundations
Grouping related examples, particularly during unsupervised learning. Once all the examples are grouped, a human can optionally supply meaning to each cluster.
Many clustering algorithms exist. For example, the k-means algorithm clusters examples based on their proximity to a centroid, as in the following diagram:
A human researcher could then review the clusters and, for example, label cluster 1 as "dwarf trees" and cluster 2 as "full-size trees."
As another example, consider a clustering algorithm based on an example's distance from a center point, illustrated as follows:
See the Clustering course for more information.
Created for this library
A retail analytics team runs clustering on purchase histories to discover natural customer segments for targeted campaigns.
A help-desk team clusters support tickets to surface emerging issue topics for the documentation team.
A telco analytics team clusters call patterns to design plans that fit the most common usage profiles.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License