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 151 discussion

A data science team is planning to build a natural language processing (NLP) application. The application's text preprocessing stage will include part-of-speech tagging and key phase extraction. The preprocessed text will be input to a custom classification algorithm that the data science team has already written and trained using Apache MXNet.
Which solution can the team build MOST quickly to meet these requirements?

  • A. Use Amazon Comprehend for the part-of-speech tagging, key phase extraction, and classification tasks.
  • B. Use an NLP library in Amazon SageMaker for the part-of-speech tagging. Use Amazon Comprehend for the key phase extraction. Use AWS Deep Learning Containers with Amazon SageMaker to build the custom classifier.
  • C. Use Amazon Comprehend for the part-of-speech tagging and key phase extraction tasks. Use Amazon SageMaker built-in Latent Dirichlet Allocation (LDA) algorithm to build the custom classifier.
  • D. Use Amazon Comprehend for the part-of-speech tagging and key phase extraction tasks. Use AWS Deep Learning Containers with Amazon SageMaker to build the custom classifier.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
exam_prep
Highly Voted 2 years, 4 months ago
I will go with A. Refer to link : https://aws.amazon.com/comprehend/features/
upvoted 18 times
ZSun
1 year, 5 months ago
whoever select A misunderstant "Custom classification", it is model for custom classificaiton, not submitting your own script!!!! and for the above reply with document, read document first.
upvoted 1 times
...
tgaos
2 years, 4 months ago
Agree. A is my answer. 1. part of speech tagging : https://docs.aws.amazon.com/comprehend/latest/dg/API_PartOfSpeechTag.html 2. Key phas extraction https://docs.aws.amazon.com/comprehend/latest/dg/how-key-phrases.html 3. custum classification algorithm https://docs.aws.amazon.com/comprehend/latest/dg/how-document-classification.html
upvoted 10 times
...
...
ovokpus
Highly Voted 2 years, 3 months ago
Selected Answer: D
D is the answer. Using Apache MXNet rules out Comprehend from making the classification task
upvoted 14 times
VinceCar
1 year, 11 months ago
any reference?
upvoted 1 times
VinceCar
1 year, 11 months ago
"Automatically improve performance with optimized model training for popular frameworks like TensorFlow, PyTorch, and Apache MXNet." https://aws.amazon.com/cn/machine-learning/containers/
upvoted 2 times
...
...
...
MJSY
Most Recent 2 weeks, 1 day ago
Selected Answer: D
Amazon Comprehend cant bring your own model, the feature of "custom classification" is meaning that your can train a classifier on the service with your own data, not bring your own model on. So the answer is definitely D.
upvoted 1 times
...
kyuhuck
8 months, 1 week ago
Selected Answer: D
Amazon Comprehend is a natural language processing (NLP) service that can perform part-of-speech tagging and key phrase extraction tasks. AWS Deep Learning Containers are Docker images that are pre-installed with popular deep learning frameworks such as Apache MXNet. Amazon SageMaker is a fully managed service that can help build, train, and deploy machine learning models. Using Amazon Comprehend for the text preprocessing tasks and AWS Deep Learning Containers with Amazon SageMaker to build the custom classifier is the solution that can be built most quickly to meet the requirements. References: Amazon Comprehend AWS Deep Learning Container
upvoted 1 times
...
rav009
9 months, 1 week ago
Selected Answer: D
The Custom classification in AWS Comprehend cannot choose algorithm, you cannot use your own algorithm in it. You only feed dataset to it. So A is wrong. The data science team want to use their own MXNET model, so D.
upvoted 1 times
...
backbencher2022
12 months ago
Selected Answer: A
Will go with A
upvoted 1 times
...
ixdb
1 year ago
Selected Answer: A
A is the most quickly solution.
upvoted 1 times
...
kaike_reis
1 year, 2 months ago
Selected Answer: D
We have to solve two NLP problems: part-of-speech tagging and key phase extraction. Note that the custom classifier already exists and has been trained! The question asks that it be done as quickly as possible, so the idea is to use a ready-made service. Letter A is wrong, as it uses another service compared to the already created model to classify. Letter B requires development and therefore would not be the fastest solution. Letter C is wrong for the same reason as Letter A, in addition it proposes an unsupervised service (LDA) for a supervised problem. Letter D is correct.
upvoted 2 times
...
Mickey321
1 year, 2 months ago
Selected Answer: D
Therefore, option D is the most efficient solution for building a NLP application that meets the requirements of the data science team.
upvoted 1 times
...
ADVIT
1 year, 3 months ago
Selected Answer: A
Quickest A
upvoted 4 times
kukreti18
1 year, 3 months ago
Latest is A.
upvoted 1 times
...
...
Mllb
1 year, 6 months ago
Selected Answer: D
The other mxnet model is the key
upvoted 3 times
...
AjoseO
1 year, 8 months ago
Selected Answer: D
option D is the most appropriate answer, given that the team has already written and trained a custom classification algorithm using Apache MXNet. Option D allows the team to use Amazon Comprehend for part-of-speech tagging and key phrase extraction, while also using AWS Deep Learning Containers with Amazon SageMaker to build and deploy the custom classifier.
upvoted 3 times
...
wolfsong
1 year, 8 months ago
D for me. Question says "The preprocessed text WILL be input to a custom classification algorithm that the data science team has already written and trained using Apache MXNet". So for some reason they want to use MXNet to do the classification, not Amazon Comprehend. So using MXNet for classification is a part of their requirement. How do we meet these requirements quickly? Well, use Amazon Comprehend for part-of-speech and key phrase tasks; and use container for the MXNet stuff.
upvoted 5 times
drcok87
1 year, 8 months ago
I had selected "A" in my first go, thanks for understanding the question. Although, comprehend does all three, since they have already built custom classification, we only need to provide solution for first two. D for me too.
upvoted 2 times
...
...
hamimelon
1 year, 9 months ago
The question did not make it clear whether the new solution has to use the custom model that the team built or not.
upvoted 2 times
...
tsangckl
1 year, 10 months ago
Selected Answer: A
A for me
upvoted 3 times
...
ystotest
1 year, 10 months ago
Selected Answer: A
Agreed with A, Comprehend 3 functions
upvoted 3 times
...
HerbertK
2 years ago
Selected Answer: A
A for me. https://docs.aws.amazon.com/comprehend/latest/dg/how-document-classification.html
upvoted 5 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 ...