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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 10 de Sept. de 2012
Comentada: rakesh chintalapudi
el 5 de Ag. de 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.
Respuesta aceptada
MathWorks Support Team
el 10 de Sept. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!