Is it possible to change the percentages of data used for training, validation and testing from the data sample using NNTOOL in Neural Network Toolbox 6.0.3 (R2009b)?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 10 Set 2012
Commentato: rakesh chintalapudi
il 5 Ago 2016
The GUI based tool (NNTOOL) randomly divides input vectors and target vectors into three sets as follows:
- 60% are used for training.
- 20% are used to validate that the network is generalizing and to stop training before overfitting.
- The last 20% are used as a completely independent test of network generalization.
Risposta accettata
MathWorks Support Team
il 10 Set 2012
You cannot change the percentages of data used for training, validation and testing from the data sample using NNTOOL.
In order to achieve this purpose, please use other graphical interface functions such as NFTOOL, NCTOOL, NPRTOOL etc. You can read more about them in the documentation at:
<http://www.mathworks.com/help/nnet/ref/nftool.html>
<http://www.mathworks.com/help/nnet/ref/nctool.html>
<http://www.mathworks.com/help/nnet/ref/nprtool.html>
0 Commenti
Più risposte (0)
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!