Neural Network Data division
Mostrar comentarios más antiguos
Hi all,
I am trying to build up a NN model in Matlab 2008a.
I am dividing the dataset using the following command
net.divideParam.trainRatio = 0.6;
net.divideParam.valRatio = 0.2;
net.divideParam.testRatio = 0.2;
Now after training, I want to have those datasets (_i.e._ target and network output only) that were used for training, testing and validation in three different files so that I can manually do the regression analysis. Can anyone please suggest the suitable command to so this.
Thanks for your kind help.
3 comentarios
Greg Heath
el 13 de Dic. de 2011
What do you mean by "regression analysis" ?
What quantities do you want that are not available via the output of TRAIN ?
Greg
Arijit
el 13 de Dic. de 2011
Arijit
el 14 de Dic. de 2011
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!