Are test images also used for training or are they held aside during training?

2025-01-16T01:52:43.0466667+00:00

After training, custom vision tests the model on 20% of the images of each class. Were these images held aside and not used for training, or were they also used as part of the training set? Thanks in advance.

(Note that the AI-provided answer is that the 20% test images are being held aside and not used during training. But I am sad to say that cannot see where it 'thinks' it gets that information from in the two links it provided as the basis of its conclusion. As far as I can tell, the two linked documentation pages do not contain any information on that question.)

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
265 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 1,285 Reputation points Microsoft Vendor
    2025-01-16T04:36:08.54+00:00

    Hi Schmidt-Lebuhn, Alexander (NCMI, Black Mountain)

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    It is a standard procedure in machine learning to split the dataset in Train, Validation and Test. The evaluation metrics including F1 score, precision, accuracy etc. are derived from comparison of predicted data against validation data and is displayed on summary page once model has been trained. We can provide external source of images for testing new model, ideally which were not used in model training to check its accuracy.

    Kindly refer below link: evaluate-the-trained-model

    Thank You.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.