how to predict future values?
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Greg Heath
on 10 Dec 2016
Edited: Greg Heath
on 10 Dec 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
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!