NN NARX Basic question

1 回表示 (過去 30 日間)
Nauman Shah
Nauman Shah 2015 年 4 月 28 日
コメント済み: Greg Heath 2015 年 6 月 13 日
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

採用された回答

Greg Heath
Greg Heath 2015 年 6 月 13 日
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

その他の回答 (1 件)

Nauman Shah
Nauman Shah 2015 年 6 月 13 日
Hi Greg
Thank you for the reply.
During testing I mean when I already have the trained network?
  1 件のコメント
Greg Heath
Greg Heath 2015 年 6 月 13 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by