Learn Before
Concept
Autoregressive Windowing Strategy
To overcome the challenge of variable-length inputs in autoregressive modeling, a common strategy is to condition predictions only on a fixed-length window of recent history rather than the entire past. By using a window of length , the model only considers the observations to predict . This ensures that for all time steps , the number of input arguments remains constant, allowing the use of models that require fixed-length feature vectors.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L