Initial Emission and transition probability

2 次查看(过去 30 天)
I want to train a HMM classifier with features as input. Considering two observation states(o1, o2) and two hidden states(h1, h2), and some initial probability I apply a supervised algorithm and on the basis of the classifier output, calculate the following Transition prob : [ P(h1/h1), P( h1/ h2); P(h2/ h1),P(h2/h2)]. emission prob: [p(o1/h1), p(o1/h2); p(o2/h1), p(o2/h2)] Is this the correct way to calculate the probabilities?

回答(1 个)

Akash
Akash 2023-9-15
编辑:Akash 2023-9-15
Hi Pallavi,
I understand that you want to train a "Hidden Markov Model (HMM)" classifier using features as input. You are applying a supervised algorithm and based on the classifier output, you want to calculate the transition probabilities and emission probabilities.
To calculate these probabilities, I recommend referring to the documentation on "Hidden Markov Models (HMM)" in MATLAB. Specifically, you can explore the section "Estimating Transition and Emission Matrices" in the documentation, which provides insights on how to estimate these probabilities in an "HMM". You can find the documentation at the below provided link
Thanks,
Akash.

类别

Help CenterFile Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by