AWS Certified Machine Learning – Specialty — Question 157
A machine learning specialist needs to analyze comments on a news website with users across the globe. The specialist must find the most discussed topics in the comments that are in either English or Spanish.
What steps could be used to accomplish this task? (Choose two.)
Answer options
- A. Use an Amazon SageMaker BlazingText algorithm to find the topics independently from language. Proceed with the analysis.
- B. Use an Amazon SageMaker seq2seq algorithm to translate from Spanish to English, if necessary. Use a SageMaker Latent Dirichlet Allocation (LDA) algorithm to find the topics.
- C. Use Amazon Translate to translate from Spanish to English, if necessary. Use Amazon Comprehend topic modeling to find the topics.
- D. Use Amazon Translate to translate from Spanish to English, if necessary. Use Amazon Lex to extract topics form the content.
- E. Use Amazon Translate to translate from Spanish to English, if necessary. Use Amazon SageMaker Neural Topic Model (NTM) to find the topics.
Correct answer: C
Explanation
The correct answer is C because it involves translating Spanish comments to English and then using Amazon Comprehend, which is specifically designed for topic modeling. Options A and B do not effectively utilize tools for translating and modeling topics together, while D uses Amazon Lex, which is not intended for topic extraction, and E uses NTM, which is not as suitable for this specific task as Comprehend.