AWS Certified AI Practitioner (AIF-C01) — Question 49

A company built a deep learning model for object detection and deployed the model to production.
Which AI process occurs when the model analyzes a new image to identify objects?

Answer options

Correct answer: B

Explanation

The correct answer is B, Inference, which refers to the process where a trained model makes predictions based on new data. Training is not the right answer because it involves preparing the model, while model deployment refers to the process of making the model available in a production environment, and bias correction is related to adjusting the model for fairness rather than analyzing images.