net.divideFcn = 'dividerand' shuffling once or in every epoch/iteration?
조회 수: 1 (최근 30일)
이전 댓글 표시
In the matlab NARX model, when we chose train/validation/test data randomly, does this random division happen in every epoch or just once in the beggining? I am talking about the command : net.divideFcn = 'dividerand' Thank you in advance.
댓글 수: 0
답변 (1개)
Mukul Joshi
2018년 8월 22일
I guess just once in the beginning.
댓글 수: 6
Greg Heath
2018년 10월 18일
The good thing about these differences in opinion is that they can be tested and compared.
If you do so, remember
1. The results of regression/classification examples are
not necessarily valid for timeseries
2. The results for the three types of time-series may
not necessarily be the same.
Hope this helps.
Greg
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!