필터 지우기
필터 지우기

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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by