I'm looking for a qualitative answer.
If someone said, The further you predict into the future with a Nnet,
the better the prediction.
I would say, that is not true all the time and that, in general, the
further into the future the worse the result - just like trying to
predict the weather 2 days -v- 2 weeks from now.
Don't need to know anything about the network.
Keeping this in Discussion Over a Beer Land,
A simple 3-layer forecasting MLP, in particular, does a bad job
predicting the average price of the next 10 future days, YET,
when the training window is advanced such that those poor predictions
become training cases, they are quickly fit during training and are
NOT one of the many areas in the training data that are difficult to
fit.
That sounds like a contradiction or at least an insight into the error
surface.
If asked, I would speculate that that particular case that was poorly
predicted yet easily trained upon:
1) that point was not in a classification cluster, i.e., had no
neighbors, (poor prediction)
2) that point was not a flyer (easily trained)