How can I get predicted values from an open-loop Narxnet following other predicted values? Or is just possible with closed loop?

1 次查看(过去 30 天)
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

采纳的回答

Greg Heath
Greg Heath 2016-2-24
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 个评论
Luis Ignacio Ruiz
Luis Ignacio Ruiz 2016-2-24
编辑:Luis Ignacio Ruiz 2016-2-24
Hi Greg I just though that maybe i could modify the Ai given in Y=net(X,Xi,Ai) so i can include predicted data Y(i) one by one as targets to see if with some values of the target (T(k)) and some of the predicted data (Y(k+1)) i can predict correctly the following 10 values. But I don´t know if thats correct.
Thank you for your answer

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by