フィルターのクリア

dividing the data in neural network

1 回表示 (過去 30 日間)
abdulhadi khalifa
abdulhadi khalifa 2015 年 4 月 15 日
回答済み: Greg Heath 2015 年 4 月 23 日
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.

採用された回答

Greg Heath
Greg Heath 2015 年 4 月 23 日
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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by