Hidden Markov model
The hmm.py
module implements a standard (i.e., non-Bayesian) Hidden Markov
model with
maximum-likelihood parameter estimation via the
EM-algorithm (specifically, Baum-Welch).
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
The hmm.py
module implements a standard (i.e., non-Bayesian) Hidden Markov
model with
maximum-likelihood parameter estimation via the
EM-algorithm (specifically, Baum-Welch).