🔑 Keyword: Identify an item in an image and provide its location
✅ Correct Answer: C. Object detection
Why?
Object detection algorithms detect and localize objects within images (bounding boxes).
SageMaker supports built-in object detection using SSD (Single Shot Multibox Detector) and Faster R-CNN.
Why Others Are Wrong?
❌ A. Image classification only identifies the object but does not provide its location.
❌ B. XGBoost is a gradient boosting algorithm for structured/tabular data, not images.
❌ D. k-NN is for classification/regression, not object localization.
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.
aws_Tamilan
2 weeks, 5 days agotrongod05
1 month ago