How to predict next value using time series?
古いコメントを表示
Hi, is there a way to use neural network toolbox to predict the next value in a time series?
採用された回答
その他の回答 (2 件)
Greg Heath
2014 年 10 月 24 日
Try
net = nar(1);
For details see
help nar
doc nar
Hope this helps
Thank you for formally accepting my answer
Greg
Star Strider
2014 年 10 月 24 日
0 投票
3 件のコメント
WT
2014 年 10 月 25 日
Star Strider
2014 年 10 月 25 日
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.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!