Change of Ratio of train and test and val in Neural network

1 visualización (últimos 30 días)
RSHU FA
RSHU FA el 20 de Abr. de 2018
Editada: RSHU FA el 20 de Abr. de 2018
Hi everyone, I have a question please: I want to change the ratio of train, test, and validation by:
net.divideparam.trainRatio= 60/100;
net.divideparam.valRatio= 20/100;
net.divideparam.testRatio= 20/100;
but when in workplace I type tr and enter, I get:
trainInd: [1×70 double]
valInd: [4 16 17 35 41 49 51 63 66 69 75 79 85 98 99]
testInd: [5 8 12 13 29 33 34 40 45 50 53 62 72 80 97]
this means that these didn't change, isn't it?

Respuestas (0)

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!

Translated by