how to predict future values?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2016-12-10
编辑:Greg Heath
2016-12-10
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!