Q21 — AWS AIF-C01 Ch.2
Question 21 of 100 | ← Chapter 2
A company has built a deep learning model for object detection and deployed it into production. When the model analyzes an image to identify objects, which AI process occurs?
- A. Training
- B. Inference ✓
- C. Model deployment
- D. Bias correction
Correct Answer: B. Inference
Explanation
Inference refers to the runtime process where a trained model processes new input data (e.g., an image) to generate predictions (e.g., bounding boxes and class labels for detected objects). Training occurs offline to learn parameters; deployment is the operational setup; bias correction is a separate fairness mitigation step—not part of real-time object identification.