Ground Truth and training data set

Arwa picture Arwa · Aug 24, 2015 · Viewed 11.8k times · Source

I want to know the relation between training data set, testing data set, and gound truth. I know the meaning of each one separately but I cannot see the relation between them especially ground truth and training data.

Answer

Simon picture Simon · Aug 24, 2015

Your training data is what you train your classifier on.

You then test the accuracy of your model on your test set.

Ground truth refers to the label for each training sample you have i.e. you know which category/outcome each training sample belongs to