Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 50 discussion

A Marketing Manager at a pet insurance company plans to launch a targeted marketing campaign on social media to acquire new customers. Currently, the company has the following data in Amazon Aurora:
✑ Profiles for all past and existing customers
✑ Profiles for all past and existing insured pets
✑ Policy-level information
✑ Premiums received
✑ Claims paid
What steps should be taken to implement a machine learning model to identify potential new customers on social media?

  • A. Use regression on customer profile data to understand key characteristics of consumer segments. Find similar profiles on social media
  • B. Use clustering on customer profile data to understand key characteristics of consumer segments. Find similar profiles on social media
  • C. Use a recommendation engine on customer profile data to understand key characteristics of consumer segments. Find similar profiles on social media.
  • D. Use a decision tree classifier engine on customer profile data to understand key characteristics of consumer segments. Find similar profiles on social media.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
DonaldCMLIN
Highly Voted 3 years, 1 month ago
All of the questions in the preceding examples rely on having example data that includes answers. There are times that you don't need, or can't get, example data with answers. This is true for problems whose answers identify groups. For example: "I want to group current and prospective customers into 10 groups based on their attributes. How should I group them? " You might choose to send the mailing to customers in the group that has the highest percentage of current customers. That is, prospective customers that most resemble current customers based on the same set of attributes. For this type of question, Amazon SageMaker provides the K-Means Algorithm. https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html Clustering algorithms are unsupervised. In unsupervised learning, labels that might be associated with the objects in the training dataset aren't used. https://docs.aws.amazon.com/sagemaker/latest/dg/algo-kmeans-tech-notes.html THE ANSWER COULD BE B.clustering on customer profile data to understand key characteristic
upvoted 37 times
rsimham
3 years, 1 month ago
Yes, Clustering seems to be more appropriate in this scenario than recommender system
upvoted 10 times
mirik
1 year, 5 months ago
Collaborative filtering recommendation system is also unsupervised
upvoted 1 times
...
...
haison8x
3 years, 1 month ago
https://towardsdatascience.com/customer-segmentation-with-machine-learning-a0ac8c3d4d84 B
upvoted 3 times
...
...
cloud_trail
Highly Voted 3 years ago
Option C. This is not purely unsupervised, as clustering would be, because we have current and past customer profiles to go on. We want to find new customers by finding similar profiles on social media. So it is supervised to some extent. It's not a cluster problem; it is user-user collaborative filtering. The key is to recognize that this is not clustering. You're not blindly trying to group people. You have existing profiles that you are comparing them to.
upvoted 10 times
...
MultiCloudIronMan
Most Recent 1 week, 5 days ago
Selected Answer: B
'B' is correct
upvoted 1 times
...
VR10
8 months, 4 weeks ago
It is B. Recommendation Engines: Traditionally focus on suggesting products/services to existing customers based on past behavior.
upvoted 1 times
...
Selected Answer: B
Clustering is right
upvoted 2 times
...
DimLam
1 year ago
Selected Answer: B
C would be an answer if wanted to send the promo to the existing customers. But we want to find potential customers. And we can do it only by comparing existing customers with potential customers. It can be done by creating clusters of existing customers and measuring the distance to those clusters for the new potential users. So my answer is B
upvoted 2 times
...
loict
1 year, 2 months ago
Selected Answer: C
A. NO - Linear Regression not best to understand relationships between data B. NO - it is supervised (we know premiums received vs. claims paid, so can assign users to GOOD or BAD), so no clustering C. YES - A recommendation engine in AWS lingua is Amazing Recommender (https://docs.aws.amazon.com/personalize/latest/dg/what-is-personalize.html - "Creating a targeted marketing campaign") and can create user segments D. NO - not as good as C
upvoted 3 times
...
Mickey321
1 year, 2 months ago
Selected Answer: B
B for me
upvoted 1 times
...
teka112233
1 year, 2 months ago
Selected Answer: B
Recommendation engines is perfect for customers we have, but for implementing a machine learning model to identify potential (new customers on social media) this requires clustering and segmentation. https://neptune.ai/blog/customer-segmentation-using-machine-learning
upvoted 2 times
...
jyrajan69
1 year, 3 months ago
Based on the link below, it must be C https://medium.com/voice-tech-podcast/a-simple-way-to-explain-the-recommendation-engine-in-ai-d1a609f59d97
upvoted 1 times
...
kaike_reis
1 year, 3 months ago
Selected Answer: B
We are divided, but I stick with B.
upvoted 1 times
...
Venkatesh_Babu
1 year, 3 months ago
Selected Answer: C
I think it should be c
upvoted 1 times
...
nilmans
1 year, 4 months ago
Selected Answer: C
recommender system would help here, as we already have details of all customers
upvoted 1 times
...
nilmans
1 year, 4 months ago
it should be C - recommender system would be better fit here.
upvoted 2 times
...
mirik
1 year, 5 months ago
Selected Answer: C
We should use recommendation system to find key characteristics only among company users (past and present). At this step we don't take any users from the web. After we finish processing this CF model we identify key characteristics (important features?) and only after that, we will start looking for similar users on the web.
upvoted 1 times
...
earthMover
1 year, 5 months ago
Selected Answer: B
I would use clustering technique to identify which customers in my database are the target audience and get similar customer profiles from the social media dataset. Its a lot simpler
upvoted 2 times
...
vbal
1 year, 5 months ago
recommendation engines can use either supervised or unsupervised learning. I can't find any reason to NOT use recommendation engine???
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 ...