A company stores documents in Amazon S3 but has no predefined product categories. A data scientist must build a model to derive product categories for all documents with maximum operational efficiency. Which solution is the most operationally efficient?
Choose an answer
Tap an option to check your answer.
Correct answer: Train a SageMaker Neural Topic Model (NTM) to discover product categories from the documents..
Why this is the answer
The most operationally efficient solution is to train a SageMaker Neural Topic Model (NTM) because NTM is an unsupervised learning algorithm specifically designed for discovering latent topics (product categories) within a collection of documents without requiring pre-labeled data. This directly addresses the problem of having no predefined categories and maximizes operational efficiency by using a built-in, optimized SageMaker algorithm. Tokenizing and converting documents into tabular features for k-means is a viable approach but adds an extra preprocessing step and k-means might not capture semantic relationships as effectively as NTM for text. Building a custom clustering model involves significant overhead (Dockerfile, ECR, custom image) which is not operationally efficient for a standard task like topic modeling. BlazingText is primarily for word embeddings and text classification, not for unsupervised topic discovery.
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