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!