필터 지우기
필터 지우기

Initial Emission and transition probability

조회 수: 2 (최근 30일)
pallavi patil
pallavi patil 2022년 7월 12일
편집: Akash 2023년 9월 15일
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