Narnet: How does the prediction work?
Mostrar comentarios más antiguos
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).
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!