You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For LSTM-based models it would probably make sense to use the loss of the predictions over the entire rolling window (see figure below) since they are computed anyways to obtain prediction for the last timestep.
lucasczz
changed the title
Enable Many-to-Many prediction for rolling window classifiers
Enable Many-to-Many training for rolling window classifiers
Aug 30, 2022
For LSTM-based models it would probably make sense to use the loss of the predictions over the entire rolling window (see figure below) since they are computed anyways to obtain prediction for the last timestep.
Source: http://karpathy.github.io/2015/05/21/rnn-effectiveness/
The text was updated successfully, but these errors were encountered: