Number of validation checks in neural network training window
1 view (last 30 days)
Show older comments
Line 1 - net.divideFcn = 'dividerand'; Line 2 - [trainInd,valInd,testInd] = dividerand(400,0.7,0.15,0.15);
I was wondering why the validation checks will not run in the training window, but when I erased line 2, the validation checks run.
Thank you.
Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!