exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 260 discussion

A financial company sends special offers to customers through weekly email campaigns. A bulk email marketing system takes the list of email addresses as an input and sends the marketing campaign messages in batches. Few customers use the offers from the campaign messages. The company does not want to send irrelevant offers to customers.

A machine learning (ML) team at the company is using Amazon SageMaker to build a model to recommend specific offers to each customer based on the customer's profile and the offers that the customer has accepted in the past.

Which solution will meet these requirements with the MOST operational efficiency?

  • A. Use the Factorization Machines algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker endpoint to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system.
  • B. Use the Neural Collaborative Filtering algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker endpoint to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system.
  • C. Use the Neural Collaborative Filtering algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker batch inference job to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system.
  • D. Use the Factorization Machines algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker batch inference job to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
endeesa
Highly Voted 1 year, 4 months ago
Selected Answer: D
D makes more sence to me. Collaborative filtering takes into account other users preferences which is what we want to avoid because we do not want irrelevant promotions
upvoted 7 times
...
MultiCloudIronMan
Most Recent 6 months, 1 week ago
Selected Answer: C
Answer 'C' is better for efficiency
upvoted 1 times
...
amlgeek
6 months, 2 weeks ago
As per the documentation: https://docs.aws.amazon.com/sagemaker/latest/dg/fact-machines.html Factorization machines are a good choice for tasks dealing with high dimensional sparse datasets, such as click prediction and item recommendation. And factorization machines is better with sparse data.
upvoted 1 times
...
JonSno
11 months, 3 weeks ago
C. Use the Neural Collaborative Filtering algorithm with a SageMaker batch inference job This solution uses the Neural Collaborative Filtering algorithm to leverage the latest techniques in recommendation systems, while SageMaker's batch inference jobs provide efficient and cost-effective processing of recommendations in bulk. This aligns well with the company's weekly email campaigns and minimizes operational overhead.
upvoted 1 times
...
DimLam
1 year, 6 months ago
Selected Answer: D
I will go with D, as it is more operationally eficient
upvoted 1 times
...
loict
1 year, 7 months ago
Selected Answer: C
A. NO - Factorization Machines is classification B. NO - an endpoint needed be invoked C. YES - Collaborative Filtering is good for recommendations based on past activities, and a batch job will generate the fiel we want D. NO - Factorization Machines is classification
upvoted 3 times
...
chet100
1 year, 7 months ago
My choice D
upvoted 1 times
...
ashii007
1 year, 8 months ago
factorization machine algorithm is used for regression or classification. Generating recommendation is neither. Use neural collaborative filtering and do batch inference to identify email addresses.
upvoted 1 times
...
strike3test
1 year, 8 months ago
From Chat GPT The solution that will meet the requirements with the MOST operational efficiency is option C: Use the Neural Collaborative Filtering algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker batch inference job to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system. By using the Neural Collaborative Filtering algorithm, the ML team can build a model that can provide personalized offer recommendations based on customer profiles and past accepted offers. Deploying a SageMaker batch inference job allows for efficient processing of a large batch of customer data to generate offer recommendations. These recommendations can then be fed directly into the bulk email marketing system, streamlining the process and improving operational efficiency.
upvoted 3 times
...
Mickey321
1 year, 8 months ago
Selected Answer: D
: Use the Factorization Machines algorithm to build a model that can generate personalized offer recommendations for customers. Deploy a SageMaker batch inference job to generate offer recommendations. Feed the offer recommendations into the bulk email marketing system
upvoted 2 times
Mickey321
1 year, 8 months ago
, option D is more operationally efficient.
upvoted 3 times
...
...
awsarchitect5
1 year, 9 months ago
Selected Answer: C
C batch predictions and collaborative
upvoted 2 times
...
ADVIT
1 year, 9 months ago
C is a better option for efficiency.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago