Definition
DEF
Clustering is a type of unsupervised machine learning where the model groups data points into clusters based on similarity, such that points within the same cluster are more alike than points in different clusters.
Example
Types of Clustering
- Kmeans Clustering
- Hierarchical Clustering
- Silhouette Clustering
- DBSCAN