Filter löschen
Filter löschen

dividing the data in neural network

1 Ansicht (letzte 30 Tage)
abdulhadi khalifa
abdulhadi khalifa am 15 Apr. 2015
Beantwortet: Greg Heath am 23 Apr. 2015
Dear friends,
I am building NN model for oil reservoir model. dividing the data (traning, validation test) is my concerning. According to what I have to divide the data.

Akzeptierte Antwort

Greg Heath
Greg Heath am 23 Apr. 2015
The data is automatically divided with the default ratio 0.7/0.15/0.15.
This is usually good enough.
However, if you wish to change it use, for example
net.divideParam.trainRatio = 0.34;
net.divideParam.valRatio = 0.33;
net.divideParam.testRatio = 0.33;
Hope this helps.
Greg

Weitere 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