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!