Unsupervised
Unsupervised learning is a branch of machine learning in which models are trained on data without labeled responses. The goal is to uncover hidden structure, patterns, or representations in the data rather than to predict a defined target.
Common tasks include clustering to group similar observations, dimensionality reduction to simplify high-dimensional data, density estimation
Applications include market segmentation, anomaly detection, data compression, visualization, and preprocessing for supervised tasks where labeled
Evaluation is challenging due to the absence of ground-truth labels and often relies on internal criteria (for
Historically, early methods such as principal component analysis and k-means demonstrated the utility of unsupervised learning,