Question:

What is the main purpose of evaluation in an AI project cycle?

Show Hint

Evaluation metrics like accuracy, precision, recall, and F1-score help measure model performance.
  • To collect data for training the model
  • To assess how well a model performs after training
  • To deploy the model into real-world systems
  • To visualize the data used for model building
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding evaluation.
Evaluation in AI refers to checking the performance of a trained model using test data and performance metrics.

Step 2:
Analyzing options.
(A): Data collection is part of data preparation.
(B): Correct. Evaluation measures model performance after training.
(C): Deployment is a later stage.
(D): Visualization is part of data analysis.
Step 3:
Conclusion.
Thus, evaluation is used to assess model performance after training.
Final Answer: To assess how well a model performs after training.
Was this answer helpful?
0
0