ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 237 - MLS-C01 discussion

Report
Export

A wildlife research company has a set of images of lions and cheetahs. The company created a dataset of the images. The company labeled each image with a binary label that indicates whether an image contains a lion or cheetah. The company wants to train a model to identify whether new images contain a lion or cheetah.

.... Dh Amazon SageMaker algorithm will meet this requirement?

A.
XGBoost
Answers
A.
XGBoost
B.
Image Classification - TensorFlow
Answers
B.
Image Classification - TensorFlow
C.
Object Detection - TensorFlow
Answers
C.
Object Detection - TensorFlow
D.
Semantic segmentation - MXNet
Answers
D.
Semantic segmentation - MXNet
Suggested answer: B

Explanation:

The best Amazon SageMaker algorithm for this task is Image Classification - TensorFlow. This algorithm is a supervised learning algorithm that supports transfer learning with many pretrained models from the TensorFlow Hub. Transfer learning allows the company to fine-tune one of the available pretrained models on their own dataset, even if a large amount of image data is not available. The image classification algorithm takes an image as input and outputs a probability for each provided class label. The company can choose from a variety of models, such as MobileNet, ResNet, or Inception, depending on their accuracy and speed requirements. The algorithm also supports distributed training, data augmentation, and hyperparameter tuning.

References:

Image Classification - TensorFlow - Amazon SageMaker

Amazon SageMaker Provides New Built-in TensorFlow Image Classification Algorithm

Image Classification with ResNet :: Amazon SageMaker Workshop

Image classification on Amazon SageMaker | by Julien Simon - Medium

asked 16/09/2024
Andrej Mišura
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first