Time Series Ahead Prediction in Neural Network (N Point Ahead Prediction) Large Scale Iterative Training
问题 (N=90) Point ahead Prediction using Neural Network: I am trying to predict 3 minutes ahead i.e. 180 points ahead. Because I compressed my time series data as taking the mean of every 2 points as one, I have to predict (N=90) step-ahead prediction. My time series data is given in seconds. The values are in between 30-90. They usually move from 30 to 90 and 90 to 30, as seen in the example below. My data could be reach from: https://www.dropbox.com/s/uq4uix8067ti4i3/17HourTrace.mat I am having