klangner / hmm

Hidden Markov Model
Apache License 2.0
8 stars 1 forks source link

Implementation of forward and backward algorithm #5

Open holtgrewe opened 6 years ago

holtgrewe commented 6 years ago

Hi

I found your library and it appears to be the only HMM library in Rust. It's a bit of a shame that only viterbi is implemented and I'll see whether I can find the time and imement the forward backward algorithm.

Cheers

altunenes commented 1 year ago

bump! :) any hope about this? Baum Welch would be great... :)