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

7 次查看(过去 30 天)
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.

采纳的回答

MathWorks Support Team
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 个)

产品


版本

R2009b

Community Treasure Hunt

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

Start Hunting!

Translated by