Learn Before
Concept
Backoff
Backoff is the method of estimating probabilities using to a lower-order n-gram if we have zero evidence for a higher-order n-gram; if the n-gram we need has zero counts, we approximate it by backing off to the (n-1)-gram, and continue backing off until we reach a history that has some counts.
0
1
Updated 2022-06-29
Tags
Data Science