Hi everyone,
I'm creating Hidden Markov Models for musical instrument recognition,
I used the "famous" rabiner paper mainly, and usually I would say,
I'm finished with building the algorithms. Only problem is, when I try
to train my model with a matrix of collected features of test samples,
after 2 to 3 succesful Expectation->Maximization-steps with good
learning, the results of the gaussian densities all go zero, which
stops the baum-welch algorithm.
And also I realized, that the mixture coefficients don't seem to change
in the reestimation process, although I checked all my lines a thousand
times and compared to the written formulas.
Can anyone give me ANY hint for my problem? If some code is needed, no
problem, just mail me or ask here. :)
Thanks in advance for any answer!!
Christian