how to predict future values?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hi there,I have been working on my thesis that is related prediction the land surface temperature. I want predict it with neural network,thus I downloaded images of 10 years from 1985 to 2014. I set the LST(land surface temperature) as target and some indices as inputs. however I can train the network with neural network toolbox,I do not know how to predict the LST of future years,for instance 2017. I will be thankful,if you help me. thanks
0 Commenti
Risposta accettata
Greg Heath
il 10 Dic 2016
Modificato: Greg Heath
il 10 Dic 2016
If you need to predict 3 years ahead, then you should practice on data spaced 3 years apart.
The autocorrelation function of the target and the cross-correlation function of the target and input will yield the significant predictive spacings between the current output with past outputs and the current input.
There are many helpful posts and examples in the NEWSGROUP and ANSWERS. Try searching in both with
greg nncorr narxnet
Hope this helps.
Thank you for formally accepting my answer
Greg
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!