NARX input delays what exactly do they mean?

4 vues (au cours des 30 derniers jours)
Jacob Steeves
Jacob Steeves le 30 Nov 2014
Commenté : Charles le 11 Août 2017
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.

Réponse acceptée

Greg Heath
Greg Heath le 8 Déc 2014
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 commentaire
Charles
Charles le 11 Août 2017
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?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by