CLOUD-DIGITAL-LEADER · Question #390
Which scenario is a good use case for machine learning?
The correct answer is C. Creating customer recommendations. Customer recommendations are a classic supervised machine learning use case where models learn patterns from historical data to predict preferences.
Question
Which scenario is a good use case for machine learning?
Options
- AClassifying data with no prior examples
- BTasks that require human experience and intuition
- CCreating customer recommendations
- DSolving ethical dilemmas
How the community answered
(20 responses)- B5% (1)
- C95% (19)
Why each option
Customer recommendations are a classic supervised machine learning use case where models learn patterns from historical data to predict preferences.
Classifying data with no prior examples describes zero-shot or unsupervised scenarios where ML has limited effectiveness without labeled training data.
Tasks requiring human experience and intuition, such as nuanced judgment calls, are areas where ML currently struggles compared to humans.
Recommendation systems use historical interaction data - such as purchases, clicks, or ratings - to train models that predict items a customer is likely to prefer. This is a well-established ML pattern with abundant labeled training examples and a clear objective function, making it highly suitable for machine learning.
Ethical dilemmas involve value judgments and moral reasoning that are outside the scope of ML model capabilities.
Concept tested: Identifying appropriate machine learning use cases
Source: https://cloud.google.com/recommendations-ai/docs/overview
Topics
Community Discussion
No community discussion yet for this question.