MATLAB: Neural Net Fitting, NARX

narxtarget datatime series data

I have 1×15000 timeseries input data, i want to predict the next data using the Neural Net fitting toolbox/neural net timeseries. But i don't know how to define the
"target" data set?

Best Answer

Refer to the documentation of narnet. You can prepare the data using preparets.
Related Question