
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
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.