MATLAB: Validation sets vs test sets

difference

what is difference between validation and test datasets ?

Best Answer

I assume you're talking about Neural Networks?
If so, validation is used for the neural network to decide when training is complete and to avoid overfitting. Testing is an independent test set.