oml icon indicating copy to clipboard operation
oml copied to clipboard

Hidden Markov Models

Open struktured opened this issue 9 years ago • 6 comments

I didn't see any HMM implementations yet, any objection if I implement one and add it? It would probably be similar in api to https://github.com/hmmlearn/hmmlearn.

struktured avatar Feb 23 '16 20:02 struktured

That would be a welcome addition, go for it.

rleonid avatar Feb 24 '16 02:02 rleonid

I guess I could have a go at this.

Do you prefer MLE, MAP or Bayesian (mean-field) HMMs? hmmlearn implements MAP, but since we're talking about a from scratch implementation here, a proper Bayesian model might be more appropriate.

superbobry avatar Aug 08 '16 17:08 superbobry

I'd welcome any implementation that you find useful and want to share.

rleonid avatar Aug 08 '16 18:08 rleonid

Is anyone doing this? I would be interested in using it; Bayesian version the better option for me.

vd1 avatar Feb 22 '17 10:02 vd1

I am currently not working on this.

rleonid avatar Feb 22 '17 15:02 rleonid

I should also mention that while I'd love for this to a feature of Oml, perhaps leveraging some of the capabilities of Libra might make an implementation easier if you're looking for a pure OCaml, Bayesian, solution.

rleonid avatar Feb 22 '17 15:02 rleonid