A retailer has 1,000 customer reviews (each labeled for durability concerns) and many reviews contain empty fields. The team must build a model to detect reviews mentioning product durability and have it ready within 2 days. Which approach is the most direct way to meet this 2-day requirement?
Choose an answer
Tap an option to check your answer.
Correct answer: Train a custom text classifier using Amazon Comprehend..
Why this is the answer
Training a custom text classifier using Amazon Comprehend is the most direct approach because Comprehend is a fully managed natural language processing (NLP) service that excels at text classification tasks with minimal code and setup. It handles data preprocessing and model training automatically, significantly reducing development time, which is critical for a 2-day deadline. Implementing a recurrent neural network (RNN) in Amazon SageMaker with Gluon and Apache MXNet, while powerful, requires significant expertise in deep learning, model architecture design, and extensive hyperparameter tuning, making it too time-consuming for a 2-day deadline. Training a built-in BlazingText model in Amazon SageMaker using Word2Vec mode is primarily for generating word embeddings, not directly for text classification. While embeddings can be used as features for a classifier, building the full classification pipeline would still take longer than using Comprehend. Using a built-in sequence-to-sequence model in Amazon SageMaker is typically for tasks like machine translation or text summarization, not for straightforward text classification. It's an overkill for this problem and would require more complex data preparation and model configuration.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed