How do I start coding for neural network time series?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am very new with matlab and the neural network function. I am doing a public transport prediction data using this toolbox. I have watch the tutorials but I do not really understand. How do I start inputing the data and set the inputs and the targets. Thanks in advance
0 件のコメント
採用された回答
Greg Heath
2013 年 11 月 5 日
Examine the help examples for
timedelaynet, narnet, narxnet and closeloop.
Next try other examples
help nndatasets.
Check back with specific questions.
2 件のコメント
Greg Heath
2014 年 3 月 25 日
Confused. Is the task to predict the ridership for the next 3*24 = 72 hours? It seems like you would at least, need the ridership for the last 4*24 = 92 hours.
その他の回答 (1 件)
Greg Heath
2014 年 3 月 28 日
You need continuation symbols after xlsread
xlsread...
Hope this helps.
Greg
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!