Learn Before
Concept
Latent Autoregressive Model
A latent autoregressive model addresses the challenge of variable-length histories by maintaining a hidden summary state, , of past observations. Instead of conditioning directly on a growing sequence of past inputs, the model predicts the current observation based on the current summary state (). Simultaneously, it updates the summary state using the previous state and the previous observation (). Because the state is never directly observed in the data, it is considered latent.
0
1
Updated 2026-05-14
Tags
D2L
Dive into Deep Learning @ D2L