PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #4
You are an ML engineer at a global shoe store. You manage the ML models for the company's website. You are asked to build a model that will recommend new products to the user based on their purchase b
The correct answer is C. Build a collaborative-based filtering model. Collaborative filtering is a technique that recommends items to users based on the ratings of other users. It works by finding users who have similar ratings to the current user and then recommending items that those users have liked. https://cloud.google.com/architecture/recomme
Question
Options
- ABuild a classification model
- BBuild a knowledge-based filtering model
- CBuild a collaborative-based filtering model
- DBuild a regression model using the features as predictors
How the community answered
(36 responses)- A14% (5)
- B6% (2)
- C72% (26)
- D8% (3)
Explanation
Collaborative filtering is a technique that recommends items to users based on the ratings of other users. It works by finding users who have similar ratings to the current user and then recommending items that those users have liked. https://cloud.google.com/architecture/recommendations-using-machine-learning-on-compute- engine#filtering_the_data
Topics
Community Discussion
No community discussion yet for this question.