Evaluation, decoding and learning for Hidden Markov Models (HMMs)
The following algorithms are implemented
- Viterbi agorithm for decoding HMMs
- Forward and Backward Algorithms for evaluating HMMs
- Baum-Welch Method using the forward-backward algorithm for learning HMM parameters
References: