Learn Before
Concept

MLE & Normalizing

To estimate the n-gram probablities, we get estimation normalize the MLE estimate for the parameters of an n-gram model by getting counts from a corpus, and normalizing the counts so that they lie between 0 and 1: P(wnwnN+1:n1)=C(wnN+1:n1wn)C(wnN+1:n1P(w_n|w_{n-N+1:n-1}) = \frac{C(w_{n-N+1:n-1} wn)}{C(w_{n-N+1:n-1}}

0

1

Updated 2022-07-04

Tags

Data Science

Related
Learn After