How do I start coding for neural network time series?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nur safura
am 5 Nov. 2013
Beantwortet: Greg Heath
am 28 Mär. 2014
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 Kommentare
Akzeptierte Antwort
Greg Heath
am 5 Nov. 2013
Examine the help examples for
timedelaynet, narnet, narxnet and closeloop.
Next try other examples
help nndatasets.
Check back with specific questions.
2 Kommentare
Greg Heath
am 25 Mär. 2014
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.
Weitere Antworten (1)
Greg Heath
am 28 Mär. 2014
You need continuation symbols after xlsread
xlsread...
Hope this helps.
Greg
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!