
Explanation:
The correct answer is B: Unsupervised learning. This is because the company is working with unlabeled data (explicitly stated in the question) and aims to classify customers into tiers based on patterns within that data. Unsupervised learning is specifically designed for such scenarios where there are no predefined labels or categories. Techniques like clustering (e.g., K-Means, hierarchical clustering) can automatically group customers with similar characteristics, behaviors, or attributes into distinct tiers, enabling targeted advertising without prior labeling efforts.
Why other options are less suitable:
Thus, unsupervised learning is the optimal, scalable approach for discovering inherent patterns in unlabeled data to meet the company's advertising objectives.
Ultimate access to all questions.
A company possesses petabytes of unlabeled customer data for an advertising campaign and needs to categorize customers into tiers for targeted product promotion. Which approach should the company adopt to fulfill these requirements?
A
Supervised learning
B
Unsupervised learning
C
Reinforcement learning
D
Reinforcement learning from human feedback (RLHF)
No comments yet.