๐Ÿฅท Hidden Markov model

= a statistical โฉ Markov model, in which the system being modeled is assumed to be a Markov process, with unobserved hidden states.

Assumptions

Formula (focus ๐Ÿท POS-Tagging)

  • current word
  • current tag
  • = frequency
    • = likelihood of word under condition tag
  • = context
    • = likelihood of tag under condition previous tag

How to estimate these probabilities?

โ†’ use ๐Ÿ” Maximum likelihood estimation:

  • =
  • =

How to find the best โ€œpathโ€?

โ†’ ๐ŸŽป Viterbi algorithm