Hi
NARX question
If I have trained narx network and after making it close looped I predict the outcomes using new inputs, does it matter what the sequence of input data is to the network? Will results be same or different?.
For example, if [1 2 3 4] has the output [10 11 12 13] will [3 4 1 2] have the output of [12 13 10 11] or will it be different due to a different sequence?
A bit of reasoning will be highly appreciated.
Thanks

 Respuesta aceptada

Greg Heath
Greg Heath el 13 de Jun. de 2015

0 votos

The output will be different because it depends on previous outputs and inputs in addition to the current input.
Hope this helps.
*Thank you for formally accepting my answer*
Greg

Más respuestas (1)

Nauman Shah
Nauman Shah el 13 de Jun. de 2015

0 votos

Hi Greg
Thank you for the reply.
During testing I mean when I already have the trained network?

Categorías

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

Preguntada:

el 28 de Abr. de 2015

Comentada:

el 13 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by