Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hidden Markov Models #148

Open
struktured opened this issue Feb 23, 2016 · 6 comments
Open

Hidden Markov Models #148

struktured opened this issue Feb 23, 2016 · 6 comments

Comments

@struktured
Copy link
Contributor

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.

@rleonid
Copy link
Owner

rleonid commented Feb 24, 2016

That would be a welcome addition, go for it.

@struktured struktured changed the title HIdden Markov Models Hidden Markov Models Feb 24, 2016
@superbobry
Copy link
Contributor

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.

@rleonid
Copy link
Owner

rleonid commented Aug 8, 2016

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

@vd1
Copy link

vd1 commented Feb 22, 2017

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

@rleonid
Copy link
Owner

rleonid commented Feb 22, 2017

I am currently not working on this.

@rleonid
Copy link
Owner

rleonid commented Feb 22, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants