Clustering
An unsupervised learning technique that groups similar data points together without predefined labels. Common algorithms include k-means, DBSCAN, and hierarchical clustering. Used for customer segmentation, anomaly detection, and organizing large datasets.