I'm using a hidden markov model for classification, the jahmm implementation.
When training a model i use kMeans clustering for an initial model. Then i a use an arbitrary iteration rounds to optimize the model. I was wonderding was happens in these iteration.
My guts tell me that sequenes are generated based on the initial model, which in turn are used to train the model again, and so on.
is this true or is there something else which happens?
Thank you!