Performance in Neural Network Training

1 次查看(过去 30 天)
hi! just to clear up my confusion. Is 'Validation Check' in training parameter affects the training performance?

回答(1 个)

Greg Heath
Greg Heath 2017-5-8
The main function of the validation subset is to stop training if it's error rate increases continually for 6(default) straight epochs.
The reason? The purpose of designing a net is for it to be able to generalize by working well on nontraining data.
The secondary function is to choose the best of multiple (typically 10 to 20) designs.
Then a completely unbiased estimate of performance can be obtained via the test subset.
Hope this helps.
Thank you for formally accepting my answer
Greg

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by