HiddenMarkovModel_Pytorch icon indicating copy to clipboard operation
HiddenMarkovModel_Pytorch copied to clipboard

Pytorch: Viterbi, Forward-Backward and Baum Welch with a Hidden Markov Model (HMM)

Results 3 HiddenMarkovModel_Pytorch issues
Sort by recently updated
recently updated
newest added

If I have some sequences, such as ['a', 'b', 'c' , 'f'] , ['s', 'w', 'c' , 'u'] .... How to use `HiddenMarkovModel_Pytorch` to detect which is an abnormal sequence...

Hello, I'm interested in playing around with and modifying your HMM code to support Gaussian HMMs, but I noticed that you do not have a license attached. Would you mind...

Hello TreB1eN, I have a question about the code that predict the hidden state in viterbi_inference https://github.com/TreB1eN/HiddenMarkovModel_Pytorch/blob/50aed18b9fe3b1397b1c486a5d6ef3f14910d168/HiddenMarkovModel.py#L66-L68 I think to predict state, we have to choose the state with the...