net.divideFcn = 'dividerand' shuffling once or in every epoch/iteration?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Mukul Joshi
am 22 Aug. 2018
I guess just once in the beginning.
6 Kommentare
Greg Heath
am 18 Okt. 2018
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
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows 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!