Robotics & Artificial Intelligence

In machine learning, testing data is primarily used to:

  1. train the model for better performance.
  2. measure model performance on unseen data.
  3. store training parameters.
  4. provide labels for training.

Decision making in Machines

2 Likes

Answer

measure model performance on unseen data.

Reason — Testing data is used after training the model to evaluate how well it performs on new, unseen data. It helps in measuring the accuracy and effectiveness of the model rather than training it.

Answered By

3 Likes


Related Questions