We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › hidden Markov model
Page Index Toggle Pages: 1
hidden Markov model (Read 1476 times)
hidden Markov model
Jul 8th, 2009, 4:29pm
 
Has anyone seen a hidden Markov model implemented in Processing? I haven't yet, and could really use it for some work I'm doing.

I'm happy to try and make it myself -- I've got in mind a modification so it can perform the Viterbi algorithm in real-time -- but if it's out there already and I would be even more happy to check that out instead.

Thanks for your help!
Re: hidden Markov model
Reply #1 - Jul 9th, 2009, 2:54am
 
if you're working on natural language stuff you got rita..
http://www.rednoise.org/rita/

else use jahmm
http://code.google.com/p/jahmm/
you'll have to interface the lib to processing first though, but it shouldnt be that complicated if you're used to coding stuff on processing and java. would be useful to other p5 users aswell.
Re: hidden Markov model
Reply #2 - Nov 26th, 2009, 10:04am
 
I'm currently working with Jahmm and we're having to use a very old version so that it works well with processing as the new one is based on Java 1.5.

Is there any idea on when the porting to 1.5 is going to be happening?
Re: hidden Markov model
Reply #3 - Nov 26th, 2009, 11:53am
 
Quote:
Is there any idea on when the porting to 1.5 is going to be happening?

The porting of what?
Page Index Toggle Pages: 1