
Answer-first summary for fast verification
Answer: Unsupervised learning
## Explanation **Unsupervised learning** is the most suitable technique for this scenario because: - **No labels or prior classifications exist** - This is the key characteristic of unsupervised learning problems - **Customer segmentation** - This is a classic use case for clustering algorithms like K-means, which group similar data points together based on patterns in the data - **Buying behavior analysis** - Unsupervised learning can identify natural groupings in customer purchase patterns without predefined categories **Why other options are not suitable:** - **A) Supervised learning**: Requires labeled training data with predefined categories - **C) Reinforcement learning**: Focuses on decision-making through trial and error with rewards/penalties - **D) Self-supervised learning**: Uses automatically generated labels from the data itself, but still requires some form of labeling Unsupervised learning algorithms like clustering can automatically discover customer segments based on purchasing patterns, demographics, or other behavioral data.
Author: Ritesh Yadav
Ultimate access to all questions.
A retailer wants to segment customers into groups based on buying behavior, but no labels or prior classifications exist. Which machine learning technique is most suitable?
A
Supervised learning
B
Unsupervised learning
C
Reinforcement learning
D
Self-supervised learning
No comments yet.