Is there any object or example patch that implements an HMM (Hidden Markov Chain) in PD?
thanks, j#|@
hello, check pd/doc/2.control.examples/21.markov.chain.pl
hth, mark.k
On Wed, 5 Feb 2003, Johannes Taelman wrote:
Is there any object or example patch that implements an HMM (Hidden Markov Chain) in PD?
thanks, j#|@
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
On Sat, 8 Feb 2003, Mark Khemma wrote:
check pd/doc/2.control.examples/21.markov.chain.pl
That's a markov chain, but not a hidden markov model. I was looking for the forward backward, viterbi, and baum-welch algorithms. I'll probably write an external for it sooner or later. Ideas welcome.
j#|@