The hmm tag has no wiki summary.
6
votes
2answers
153 views
Gesture recognition with Hidden Markov Models
I am currently working on a gesture recognition system (for an Android Application). I think that I have completed the Image processing stage, where I am able to extract the contour of the hand (I am ...
2
votes
0answers
102 views
Most efficient algorithm for comparing two paths
I'm working with a Continuous Hidden Markov Model, and using the Viterbi Decoder which finds the best possible path for a given sequence. Here is how my algorithm works:
...
1
vote
1answer
139 views
Hidden Markov Models - Distinct Observation Symbols
I really, really hope someone can help me with regards to this question.
I'm trying to implement a Hidden Markov Model (based off this paper: Here
I understand the processes, but, I do not ...
0
votes
1answer
94 views
Hidden Markov Model
I am trying to construct a Hidden Markov Model to predict the next state to go to.
I am doing an example system, or, a test system that contains the following:
Ok so the training I have used is:
...