I need help for determine significant feedbackDelays hiddenLayerSize by using NARNET

1 次查看(过去 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);

请先登录,再进行评论。

更多回答(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