Why Validation set is not used in MATLAB example of Deep learning
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have started the deep learning tutorial with the example in Matlab 2017a of Digits. In that example they didn't use Validation set. What is the reason for using validation set?
0 Commenti
Risposte (1)
Duncan Lilley
il 19 Set 2017
As of the R2017b Prerelease, there is now a "ValidationData" parameter to the "trainingOptions" function. This allows the user to pass an image datastore, table, or cell array (depending on your data format) that contains all of your validation data.
0 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!