I need help for determine significant feedbackDelays hiddenLayerSize by using NARNET

조회 수: 2 (최근 30일)
How are friends ?
I am working on time series forecasting
I applied the narnet model but i need how determine significant feedback Delays hiddenLayerSize for my data

채택된 답변

Greg Heath
Greg Heath 2015년 10월 18일
Search the NEWSGROUP and ANSWERS using
NARNET NNCORR
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 2
abduall hassn
abduall hassn 2015년 11월 6일
Greg sir how are sir? I am trying to finding feedbackDelays hiddenLayer Size from this code but i found problem idnt know what is wrong plz can tell me
autoco
rrT = nncorr(zscore(cell2mat(targetSeries ),1),zscore(cell2mat(targetSeries ),1),N-1);
[ sigacorr inda ] = find(abs(autocorrT(N+1:end) > 0.21))
maxhidden=10;
for hidden=1:maxhidden
parfor feedbackdelays=1:N
fD=data(feedbackdelays);
Greg Heath
Greg Heath 2016년 12월 7일
Which of my posts *NEWSGROUP or ANSWERS) are you using for reference ???

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by