HiddenMarkovModel implements hidden Markov models with Gaussian mixtures as distributions on top of TensorFlow

HiddenMarkovModel implements hidden Markov models with Gaussian mixtures as
distributions on top of TensorFlow 2.0

Installation

pip install --upgrade git+https://gitlab.com/kesmarag/hmm-gmm-tf2

HiddenMarkovModel(p0, tp, em_w, em_mu, em_var)