Narnet: How does the prediction work?
Show older comments
I am introducing myself into Neural Networks and wanted to unterstand the prediction of the Global Ice example in Matlabs NAR-Network example. I used the wizard
nnstart
and created the Neural Network net. Then I had a look at the generated code. There seems to be the possibility to predict future Global Ice values by calling
nnclose(net)
Anyway I do not understand, how I get the predicted data (let's say I want to predict 5 timestemps). Or is nnclose only interesting for NARX-Networks? Until now I used
removedelay
to predict one value and then I gave the network my "old data" plus the one new generated in order to predict the next-next one (and so on). I am very unsecure about this method.
This seems like a dumb beginner question, but searching the web and this forum in particular did not help neither, as many questions were unanswered or not precisely answered (e.g. http://www.mathworks.com/matlabcentral/answers/9424 has some bad errors).
Accepted Answer
More Answers (0)
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!