📄️ K-Means
Grouping data into K clusters by minimizing within-cluster variance.
📄️ Hierarchical
Understanding Agglomerative clustering, Dendrograms, and linkage criteria.
📄️ DBSCAN
Discovering clusters of arbitrary shapes and identifying outliers using density-based spatial clustering.
📄️ Gaussian Mixtures
Probabilistic clustering using Expectation-Maximization and the Normal distribution.