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 au au, the model only considers the observations xt1,,xtaux_{t-1}, \ldots, x_{t- au} to predict xtx_t. This ensures that for all time steps t>aut > au, the number of input arguments remains constant, allowing the use of models that require fixed-length feature vectors.

0

1

Updated 2026-05-13

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L