This is the respository doing about implementing Hidden Markov Model problems
- https://web.stanford.edu/~jurafsky/slp3/A.pdf (Weather and Ice-cream problem)
- A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition. Rabiner.
- Problem 1: Evaluation is
forward_backward.py - Problem 2: Decode is
viterbi.py - Problem 3: Learn is
baum_welch.py