Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
RSHU FA
RSHU FA am 20 Apr. 2018
Bearbeitet: RSHU FA am 20 Apr. 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?

Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by