
Answer-first summary for fast verification
Answer: Unsupervised learning
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:** - **A: Supervised learning** requires labeled data with known outcomes (e.g., pre-defined customer tiers), which is not available here. It would necessitate manual labeling of petabytes of data, making it impractical and resource-intensive. - **C: Reinforcement learning** focuses on training agents to make sequential decisions through rewards and penalties, typically used in dynamic environments like gaming or robotics. It is not suited for static data classification tasks like customer tiering. - **D: Reinforcement learning from human feedback (RLHF)** is a specialized subset of reinforcement learning that incorporates human input to refine models, often applied in natural language processing for alignment. It is irrelevant to this scenario of analyzing unlabeled customer data for classification. Thus, unsupervised learning is the optimal, scalable approach for discovering inherent patterns in unlabeled data to meet the company's advertising objectives.
Author: LeetQuiz Editorial Team
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.