필터 지우기
필터 지우기

net.divideFcn = 'dividerand' shuffling once or in every epoch/iteration?

조회 수: 2 (최근 30일)
tony  gian
tony gian 2018년 8월 3일
댓글: Greg Heath 2018년 10월 18일
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.

답변 (1개)

Mukul Joshi
Mukul Joshi 2018년 8월 22일
I guess just once in the beginning.
  댓글 수: 6
tony  gian
tony gian 2018년 9월 3일
Thanks Greg, but i have one more question then. Correct me if i am wrong though, each iteration or epoch uses all the training data to determine the weights and biases. So considering our data is not initally classified or biased, why actually is training faster if neighbooring points are not similar? Shuffling each epoch makes sense because you actually use different data, but shuffling once i dont have a mathematical intuition on why it helps.Thanks in advance.
Greg Heath
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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by