
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A retail analytics company wants to analyze customer reviews and detect emotions such as happiness, anger, and frustration. Which foundation model type in Bedrock is most appropriate?
A
Text-based foundation model (NLP)
B
Image generation model
C
Embedding model
D
Code generation model
Explanation:
Explanation:
Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. For analyzing customer reviews and detecting emotions (happiness, anger, frustration), the most appropriate foundation model type is a Text-based foundation model (NLP).
Here's why:
Natural Language Processing (NLP): Text-based foundation models are specifically designed for natural language understanding tasks, including sentiment analysis and emotion detection.
Task Alignment: Emotion detection in text requires understanding context, semantics, and linguistic patterns - exactly what NLP models are trained to do.
Other options are unsuitable:
Image generation models: Used for creating images, not analyzing text
Embedding models: Convert text to numerical vectors for similarity search, not direct emotion detection
Code generation models: Designed for generating programming code, not analyzing natural language text
Bedrock NLP Models: Amazon Bedrock offers various text-based foundation models like Anthropic's Claude, Amazon Titan, and others that can perform sentiment analysis and emotion detection tasks.
Correct Answer: A (Text-based foundation model (NLP))