Hidden Markov model implementation
이전 댓글 표시
Hello,
I am trying to implement a Hidden Markov Model for predicting the state of health of battery.
The observation symbols is an array of real numbers and hidden states is an array of integers from 1 to 5.
The data I have is a 2*n matrix consisting of hidden states for n observation symbols.
When I used hmmtrain function in Matlab, the parameters are not learnt as expected.
I set the initial values for emissions, transition and initial state matrix randomly.
I couldn't figure out, what has to be done! Do you have some advice on what might be the problem is?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Markov Chain Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!