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!