
Explanation:
This question involves two key requirements for a media company:
Let's analyze each option:
A: Amazon Rekognition - This is a computer vision service for image and video analysis. While it could potentially analyze visual content, it's not designed for deploying custom ML models for behavioral analysis or monitoring model drift. It's primarily a pre-trained service for specific computer vision tasks.
B: Amazon SageMaker Clarify - This service helps detect bias in ML models and explain predictions. While it's valuable for model interpretability and fairness, it's not primarily designed for continuous monitoring of model quality drift in production environments.
C: Amazon Comprehend - This is a natural language processing service for text analysis. It could analyze text-based viewer feedback or content, but it's not designed for deploying custom ML models or monitoring model drift over time.
D: Amazon SageMaker Model Monitor - This is the correct choice because:
For a media company analyzing viewer behavior and demographics, SageMaker Model Monitor would enable them to:
This combination of model deployment and continuous monitoring ensures that personalized content recommendations remain relevant and accurate over time as viewer behavior patterns change.
Ultimate access to all questions.
A media company aims to analyze viewer behavior and demographics to provide personalized content recommendations. They plan to deploy a custom machine learning model into production and monitor it for model quality drift over time.
Which AWS service or feature satisfies these requirements?
A
Amazon Rekognition
B
Amazon SageMaker Clarify
C
Amazon Comprehend
D
Amazon SageMaker Model Monitor
No comments yet.