Narnet: How does the prediction work?
이전 댓글 표시
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).
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!