exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 278 discussion

A company's machine learning (ML) specialist is building a computer vision model to classify 10 different traffic signs. The company has stored 100 images of each class in Amazon S3, and the company has another 10,000 unlabeled images. All the images come from dash cameras and are a size of 224 pixels × 224 pixels. After several training runs, the model is overfitting on the training data.

Which actions should the ML specialist take to address this problem? (Choose two.)

  • A. Use Amazon SageMaker Ground Truth to label the unlabeled images.
  • B. Use image preprocessing to transform the images into grayscale images.
  • C. Use data augmentation to rotate and translate the labeled images.
  • D. Replace the activation of the last layer with a sigmoid.
  • E. Use the Amazon SageMaker k-nearest neighbors (k-NN) algorithm to label the unlabeled images.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
xiaoeason
12 months ago
Selected Answer: AC
C. Use data augmentation to rotate and translate the labeled images. Data augmentation involves creating new training data by applying transformations such as rotation, translation, scaling, etc. This helps to increase the diversity of the training data and makes the model more robust without requiring additional labeled data. A. Use Amazon SageMaker Ground Truth to label the unlabeled images. Leveraging Amazon SageMaker Ground Truth can help in labeling the unlabeled images to expand the training dataset and reduce overfitting. Adding more labeled data can improve the generalization of the model and reduce overfitting.
upvoted 4 times
...
fa0d8b7
12 months ago
Selected Answer: AC
A. Use Amazon SageMaker Ground Truth to label the unlabeled images C. Helps address the over-fitting problem
upvoted 2 times
...
aquanaveen
12 months ago
Ground Truth to label the unlabeled images and data augmentation to create multiple variations of the labeled images
upvoted 1 times
...
aquanaveen
12 months ago
Selected Answer: AC
Ground Truth to label the unlabelled images
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...