NARX input delays what exactly do they mean?
3 次查看(过去 30 天)
显示 更早的评论
Hi,
Im trying to create a neural network to time series prediction with a NARX net. My question is about the tap delays on this network.
Lets say Im using input delays 1:2 and feedback delays 1:2 with inputs X and targets T does this mean I am using the set { x(i-1),x(i-2),t(i-1),t(i-2) } to predict t(i)?
where my X = [x(1),x(2),x(3),….x(n)] and T = [t(1),t(2),t(3),…t(n)]
thanks.
0 个评论
采纳的回答
Greg Heath
2014-12-8
Yes, for i >=3.
Also: note that an input delay of 0 is allowable but a feedback delay of 0 is not.
Thank you for formally accepting my answer
Greg
1 个评论
Charles
2017-8-11
Thank you I believe I may have asked a question of similar nature today,so this helps. If you remove the input delay does this in effect tell the network to predict a step ahead? Is this why, output 'y' is short in length?
更多回答(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!