Machine Learning & Training
What Is Clustering?
Clustering is an unsupervised learning task that groups data points so that items in the same group are more similar to each other than to those in other groups. It helps reveal natural structure and patterns in unlabeled data. Common algorithms include k-means, hierarchical clustering, and DBSCAN.
Further reading
Read more about clustering — articles and blogs from around the web: