NN NARX Basic question
Show older comments
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
Accepted Answer
More Answers (1)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!