AWS Certified AI Practitioner (AIF-C01) — Question 309

Which option is an example of unsupervised learning?

Answer options

Correct answer: A

Explanation

Grouping customers based on purchase history is a clustering task, which is a classic example of unsupervised learning because it finds hidden patterns in unlabeled data. Classifying images (B) and predicting house prices (C) are examples of supervised learning, as they require labeled training data. Learning chess through trial and error (D) is an example of reinforcement learning.