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 Exchange에서 Deep 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