
Explanation:
Unsupervised learning is the correct choice because:
No labels or prior classifications exist - This is the key characteristic of unsupervised learning problems where we don't have predefined labels or target variables.
Customer segmentation - This is a classic clustering problem where we want to group similar customers together based on their buying behavior patterns.
Why not the other options:
Common unsupervised techniques for customer segmentation:
Unsupervised learning algorithms discover hidden patterns and structures in unlabeled data, making them ideal for exploratory data analysis and customer segmentation tasks where we don't have predefined categories.
Q3. 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.