Topic 1 Question 36
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?
Training
Inference
Model deployment
Bias correction
ユーザの投票
コメント(5)
- 正解だと思う選択肢: B
It's the inference
👍 4jove2024/11/09 - 正解だと思う選択肢: B
AI inference is the process that a trained machine learning model uses to draw conclusions from brand-new data. An AI model capable of making inferences can do so without examples of the desired result.
👍 1urbanmonk2024/12/07 - 正解だと思う選択肢: B
B. Inference
Inference is the process of using a trained model to make predictions or decisions on new, unseen data. In the case of an object detection model, inference involves feeding a new image into the model, which then analyzes the image and outputs the detected objects and their locations.
👍 1eesa2024/12/09
シャッフルモード