How the NARX delay setting and working ?

As indicated by the title,
can NARX be trained like below case ?
y(t) = f{ y(t-1) , x(t-3) }
If it can do this, is that the model like :
d1 = [ 3 ] ;
d2 = [ 1 ] ;
NARX = narxnet(d1,d2,10) ;

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2015b

質問済み:

2018 年 7 月 9 日

編集済み:

2018 年 7 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by