How to predict next value using time series?
Ältere Kommentare anzeigen
Hi, is there a way to use neural network toolbox to predict the next value in a time series?
Akzeptierte Antwort
Weitere Antworten (2)
Greg Heath
am 24 Okt. 2014
Try
net = nar(1);
For details see
help nar
doc nar
Hope this helps
Thank you for formally accepting my answer
Greg
1 Kommentar
WT
am 25 Okt. 2014
Star Strider
am 24 Okt. 2014
0 Stimmen
3 Kommentare
WT
am 25 Okt. 2014
Star Strider
am 25 Okt. 2014
The targets are the predicted outputs for your training data. If you have no training targets, the net has nothing to adapt its weights with respect to. The correctly trained net will have the predictions as its outputs based on the input data.
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!