Learn Before
Concept
Markov Condition
A sequence satisfies a Markov condition if the future is conditionally independent of the past, given the recent history. This means that when predicting the next element in a sequence, we can discard the history beyond the previous time steps without any loss in predictive power, conditioning only on rather than the entire sequence history . While this is only approximately true for real text—where leftwards context continues to provide diminishing information gains—working with models that satisfy this condition obviates computational and statistical difficulties associated with processing arbitrarily long sequences.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L