What is the meaning for InputDelays and FeedbackDelays in Neural Network time series prediction?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi all,
I'm a littile confused about the meaning of InputDelays and FeedbackDelays in NN time series prediction. Actually, in the example of NARX prediction, InputDelays=1:2, FeedbackDelays=1:2, I wonder how to determine these two values and what these values extactly mean? Any suggestion is highly appreciated.
댓글 수: 0
채택된 답변
Greg Heath
2013년 10월 30일
y(t) = f(x(t-id:t-1),y(t-fd:t-1);
Good input feedback delays can be obtained by finding the significant delays of the input-target cross correlation function.
Good output feedback delays can be obtained by finding the significant delays of the target autocorrelation function.
I have posted several examples in the NEWSGROUP and ANSWERS.
Searching the two word phrase significant delay seems a good place to start.
Hope this helps.
Greg
댓글 수: 3
Greg Heath
2013년 10월 31일
Regularization via the mse option or trainbr can be used to mitigate the fact that there are more unknown weights than equations. I think it is most used for smaller data sets whose data division subsets would not be sufficiently large for reliable design and estimation of performance on unseen non-training data.
If you wish to make a few comparison designs, please use MATLAB data
help nndatasets
so that we can compare results.
Greg Heath
2014년 5월 21일
I have never seen trainbr used for timeseries nets. I use either dividetrain or divideblock with the default trainlm.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!