How can I get predicted values from an open-loop Narxnet following other predicted values? Or is just possible with closed loop?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Luis Ignacio Ruiz
am 22 Feb. 2016
Bearbeitet: Luis Ignacio Ruiz
am 24 Feb. 2016
I´m trying, once the net its trained, to get the net´s prediction of the trained data divided in 10 values predicted each time. I mean, it predicts the 10 first values, then the following 10 and so on. My question is if this is possible with an open-loop configuration of the net or its just possible with a closed-loop configuration, and if it is how.
Thank you beforehand
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 24 Feb. 2016
Using the openloop configuration requires a target input. When you run out of target data you have to use the closeloop configuration.
I have many posts in the NEWSGROUP and ANSWERS on both topics. Just add greg to the rest of your search words.
Hope this helps.
Thank you for formally accepting my answer
Greg
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!