The hidden-markov-models tag has no wiki summary.
4
votes
1answer
116 views
Viterbi training vs. Baum-Welch algorithm
I'm trying to find the most probable path (i.e., sequence of states) on an hidden Markov model (HMM) using the Viterbi algorithm. However, I don't know the transition and emission matrices, which I ...
1
vote
2answers
108 views
Any very user friendly resources on the Baum-Welch algorithm?
I'd like to understand the Baum-Welch algorithm. I liked this video on the Forward-Backward algorithm so I'd like a similar one for Baum-Welch.
I'm having trouble coming up with good resources for ...
3
votes
1answer
57 views
Is it viable to use an HMM to evaluate how well a catalogue is used?
I was interested on evaluating a catalogue that students would be using to observe how is it being used probabilistically.
The catalogue works by choosing cells in a temporal sequence, so for ...