Next: Conditions to Retrain the
Up: Experimental Results and Evaluation
Previous: Performance of the NN
  Contents
  Index
More Than One Step in the Future
In the previous analysis, we used the NN to predict only one future step. However, it is possible to use our model to predict more than one step in the future. There are two ways of doing that. The first way is to train a NN having outputs (number of future steps) and the same past inputs as our model (time, day, windows). This model is very naive and its performance is very bad.
We propose a more sophisticated way to predict the future steps of the
traffic by proceeding as follows. The same NN model as we described in
Section 9.2 is to be used to predict as
before. The same trained NN is then to be used to predict by
setting
. We can continue to predict more than two steps in the future in the same way.
We used our model to predict the second step in the future for the whole next two weeks from the past values using the same trained NN described in Section 9.3.4, and obtained a MSE of 0.006. We show in Figure 9.8, the difference between the actual and the predicted traffic for the complete next two weeks for the second step. As we can see the performance of our model is good enough to predict even more than one step in the future.
Figure 9.8:
Predicting 2nd step ahead: the difference between the actual traffic and the predicted one for the complete next two weeks, including the spikes.
|
Next: Conditions to Retrain the
Up: Experimental Results and Evaluation
Previous: Performance of the NN
  Contents
  Index
Samir Mohamed
2003-01-08