When we use HMM for classification, we need to train one HMM per class. My question is: How to find the matrices A,B,\pi?? What is the meaning of them?
To clarify: A =[aij] transition matrix, aij probability for moving from state I to state j When I have just one state as I denote above how would I calculate them out?
https://stats.stackexchange.com/questions/91290/how-do-i-train-hmms-for-classification
– OmarMH87 Oct 01 '18 at 20:40