I have been reading about HMM theory. From what i understand we need intial probability, transition probability and emission probability to coninue with HMM. The examples I saw about implementation of HMM define all these probabilities at start. But the problem is i want to recognize gestures using HMM and i haven't been able to figure out on how to define the probabilities (i.e.transition probability and emission probability matrix). I know how to use to viterbi algorithm to get the best sequence or how to get the inference using forward-backward, it is just the starting probabilities i am worried about
Can anyone guide me regarding this.