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!