ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

146 / 258

Question 146:

You are a Machine Learning Specialist on a team that is designing a system to help improve sales for your auto parts division. You have clickstream data gathered from your user`s activity on your product website. Your team has been tasked with using the large amount of clickstream information depicting user behavior and product preferences to build a recommendation engine similar to the Amazon.com feature that recommends products through the tagline of “users who bought this item also considered these items.” Similarly, your team’s task is to predict which products a given user may like based on the similarity between the given user and other users.
How should you and your team architect this solution?

Answer options:

A.Create a recommendation engine based on a neural combinative filtering model using TensorFlow and run it on SageMaker.
B.Create a recommendation engine based on model-based filtering using TensorFlow and run it on SageMaker.
C.Create a recommendation engine based on a neural collaborative filtering model using TensorFlow and run it on SageMaker.
D.Create a recommendation engine based on content-based filtering using TensorFlow and run it on SageMaker.