How can i make a closed loop NarxNet with feedback of predicted values?
Show older comments
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
Accepted Answer
More Answers (2)
Greg Heath
on 17 Jan 2016
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.
1 Comment
Luis Ignacio Ruiz
on 17 Jan 2016
Greg Heath
on 22 Jan 2016
If you find a way to feedback signals before they are created,
CONTACT ME IMMEDIATELY!!!
I'LL MAKE US BOTH VERY, VERY, WEALTHY!!!
Greg
1 Comment
Luis Ignacio Ruiz
on 22 Jan 2016
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!