Which option is an example of unsupervised learning?
Clustering data points into groups based on their similarity
Training a model to recognize images of animals
Predicting the price of a house based on the house ' s features
Generating human-like text based on a given prompt
Unsupervised learning involves discovering hidden patterns without labeled data. Example: clustering.
Image recognition (B) is supervised learning.
House price prediction (C) is regression (supervised).
Submit