'preparets' command in Matlab Ver 7.9.0 (R2009b)
Show older comments
I am creating a narx network and am in the last phase of training the network. Can someone help me to address the following please;
I can't find the command for preparing inputs and targets (preparets) in R2009b. I worked previously on a later version and I could find. Also after training and simulating the network, which are the exact codes for predicting a series e.g. if the data you had was up to t=500 and you used the data e.g. up to 300 for training and up to 100 each for validation and testing. What is the exact code for extending the prediction say to get an output y at t=600?
Thanks in advance
1 Comment
FRANCISCO
on 7 Mar 2013
Hi, could you answer this question?, Is that I am now in the same situation. Many thanks.
Accepted Answer
More Answers (1)
Greg Heath
on 9 Mar 2013
0 votes
Using the commands type closeloop and type preparets, I found the copyright dates of 2010 and 2010/2011, respectively. So if you have 2009b you probably don't have access to them. Are you able to use someone else's version?
You don't need preparets to design an openloop timeseries. Just use delayed versions of input and target data as additional dimensionsof the input matrix.
Most likely, there is a feedback net or two that you can substitute for the closeloop option. Otherwise you wold have to build a custom net.
Check the 2009b documetation for timeseries and feedback nets.
Hope this helps.
Thank you for formally accepting my answer.
Greg
1 Comment
FRANCISCO
on 10 Mar 2013
Now I have installed the 2012 version of matlab, and I modified the code, I would like to know how to perform 10 iterations from today's data, ie, introducing the 9th data, get the next 10 days. As I said earlier predicted using outputs, but do not know how to do ten iterations taking inputs closeloop nothing today. Openloop accuracies are posted in previous post, which I would like to know how to make these ten iterations. Thank you very much.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!