How can i make a closed loop NarxNet with feedback of predicted values?
古いコメントを表示
Hi, i´m trying to make a closed-loop Narxnet feedbacking future values. I mean, with feedback of (y+1) or (y+5), but i can´t find a way to do it. I supposed that using the feedback delay with a positive number i could manage it, but i´m not sure if this is correct: net = narxnet(0,5,20); %20 neurons, 0 delay input, y+5 feedback? Instead of delaying it with 1:d
Thank you beforehand
採用された回答
その他の回答 (2 件)
Greg Heath
2016 年 1 月 17 日
Read
help narxnet
doc narxnet
See posted examples in both the NEWSGROUP and ANSWERS
greg narxnet
greg narxnet tutorial
Reading the latest ones first may help.
Greg Heath
2016 年 1 月 22 日
If you find a way to feedback signals before they are created,
CONTACT ME IMMEDIATELY!!!
I'LL MAKE US BOTH VERY, VERY, WEALTHY!!!
Greg
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!