Learn Before
Concept

Laplace (Add-One) Smoothing

Laplace (Add-One) Smoothing is a smoothing algorithm that adds one to all the bigram counts, before normalizing them into probabilities, hence all counts that were zero are now one, and so on. This algorithm provides a useful baseline, but does not perform well enough to be used in modern n-gram models.

0

1

Updated 2022-06-29

Tags

Data Science

Related
Learn After