validation sets vs test sets

14 Ansichten (letzte 30 Tage)
Seemab  Janjua
Seemab Janjua am 16 Dez. 2015
Beantwortet: Greg Heath am 17 Dez. 2015
what is difference between validation and test datasets ?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 16 Dez. 2015
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.

Weitere Antworten (1)

Greg Heath
Greg Heath am 17 Dez. 2015
Total = Design + Nondesign
Design = Training + Validation
Nondesign = Testing
Total = Training + Nontraining
Nontraining = Validation + Testing
Overfitting: Using more weights and biases than necessary
Overtraining: Improving the performance of the training data at the expense of deteriorating the performance
on nontraining data
Training data subset: Used to DIRECTLY estimate weights and biases. Performance estimates are BIASED.
Validation data subset: Used to
(1) determine when overtraining an overfit net begins to occur AND
(2) rank multiple designs.
Performance estimates are SIGNIFICANTLY LESS BIASED than training data estimates.
Test data subset: Used to obtain UNBIASED ESTIMATES of performance on nontraining (INCLUDING UNSEEN!) data
HOPE THIS HELPS
GREG

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by