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)?

6 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Sep 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>

More Answers (0)

Products


Release

R2009b

Community Treasure Hunt

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

Start Hunting!