Prediction Problem using NARX neural network

I would like to conduct the multistep prediction by using NARX network. The network is trained. However, I am confused how to use it to predict the next values.
For example, output y(t+1) can be predicted by the trained network. However, in order to predict y(t+2), I need y(t+1) and u(t+1) (external input). But I did not know u(t+1) either. Should I predict u(t+1) first of all?
Thanks for answering

 Respuesta aceptada

Greg Heath
Greg Heath el 23 de Oct. de 2014

0 votos

If you are using NARX, the predictions stop when the inputs stop.
If you want to predict further, change to NARNET that does not require an input.
Hope this helps.
Thank you for formally accepting my answer
Greg

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Oct. de 2014

Respondida:

el 23 de Oct. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by