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

Clustering

Types of Clustering

  1. Kmeans Clustering
  2. Hierarchical Clustering
  3. Silhouette Clustering
  4. DBSCAN