nerdexam
Amazon

MLS-C01 · Question #113

A media company with a very large archive of unlabeled images, text, audio, and video footage wishes to index its assets to allow rapid identification of relevant content by the Research team. The…

The correct answer is A. Use Amazon Rekognition, Amazon Comprehend, and Amazon Transcribe to tag data into distinct. A media company needs to rapidly index a very large archive of various unlabeled media assets using ML, with researchers having limited ML expertise.

Machine Learning Implementation and Operations

Question

A media company with a very large archive of unlabeled images, text, audio, and video footage wishes to index its assets to allow rapid identification of relevant content by the Research team. The company wants to use machine learning to accelerate the efforts of its in-house researchers who have limited machine learning expertise. Which is the FASTEST route to index the assets?

Options

  • AUse Amazon Rekognition, Amazon Comprehend, and Amazon Transcribe to tag data into distinct
  • BCreate a set of Amazon Mechanical Turk Human Intelligence Tasks to label all footage.
  • CUse Amazon Transcribe to convert speech to text. Use the Amazon SageMaker Neural Topic
  • DUse the AWS Deep Learning AMI and Amazon EC2 GPU instances to create custom models for

How the community answered

(37 responses)
  • A
    78% (29)
  • B
    3% (1)
  • C
    11% (4)
  • D
    8% (3)

Why each option

A media company needs to rapidly index a very large archive of various unlabeled media assets using ML, with researchers having limited ML expertise.

AUse Amazon Rekognition, Amazon Comprehend, and Amazon Transcribe to tag data into distinctCorrect

Amazon Rekognition (for images/video), Amazon Comprehend (for text), and Amazon Transcribe (for audio) are fully managed AI services that provide pre-trained machine learning models for common tasks. These services require no machine learning expertise to use, offering the fastest and most efficient way to automatically tag and index a large, diverse archive of unlabeled media assets.

BCreate a set of Amazon Mechanical Turk Human Intelligence Tasks to label all footage.

Amazon Mechanical Turk involves human labeling, which is a time-consuming and manual process that would not be the fastest route for indexing a "very large archive" compared to automated ML services.

CUse Amazon Transcribe to convert speech to text. Use the Amazon SageMaker Neural Topic

While Amazon Transcribe is useful, pairing it with Amazon SageMaker Neural Topic Model requires more ML expertise and custom model development than using fully managed, out-of-the-box AI services for all media types, making it less fast.

DUse the AWS Deep Learning AMI and Amazon EC2 GPU instances to create custom models for

Using AWS Deep Learning AMI and Amazon EC2 GPU instances for custom model creation requires significant machine learning expertise, development time, and effort, which contradicts the requirement for the fastest route and limited ML expertise.

Concept tested: Leveraging managed AI services for rapid content indexing

Source: https://aws.amazon.com/rekognition/

Topics

#AWS AI Services#Content Indexing#Computer Vision#Natural Language Processing

Community Discussion

No community discussion yet for this question.

Full MLS-C01 Practice