Skip to content

Instantly share code, notes, and snippets.

@beatrizalbiero
Last active August 20, 2019 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beatrizalbiero/5f3bacd514c5084d3ab98ddd3b17dde1 to your computer and use it in GitHub Desktop.
Save beatrizalbiero/5f3bacd514c5084d3ab98ddd3b17dde1 to your computer and use it in GitHub Desktop.
latex equations for bigrams language model
\begin{equation}
\label{eq:bigramsp}
P(t|t_{1}^{n-1}) \approx P(t|t_{n-1})
\end{equation}
\begin{equation}
\label{eq:brigrams}
P(t_n|w_{t-1}) = \frac{C(t_{n-1}t_n)}{C(t_{n-1})}
\end{equation}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment