Difference between revisions of "HMM"
From Cohen Courses
Jump to navigationJump to searchLine 1: | Line 1: | ||
... In process of being edited by [[User:Dmovshov|Dana Movshovitz-Attias]] ... | ... In process of being edited by [[User:Dmovshov|Dana Movshovitz-Attias]] ... | ||
− | [[Category:: Method | ]] | + | [[Category::Method | ]] |
− | Hidden Markov Models (HMMs) are statistical models that are used for representing | + | Hidden Markov Models (HMMs) are statistical models that are used for representing stochastic [http://en.wikipedia.org/wiki/Markov_process Markov processes] with hidden states. |
− | + | The output of the model is observable and dependent on the hidden states. The process is governed by '''transition probabilities''' which determine the probability of moving between states, and '''emission probabilities''' which determine the output of each state. | |
[http://en.wikipedia.org/wiki/Hidden_Markov_model External Link] | [http://en.wikipedia.org/wiki/Hidden_Markov_model External Link] |
Revision as of 08:31, 29 September 2011
... In process of being edited by Dana Movshovitz-Attias ...
Hidden Markov Models (HMMs) are statistical models that are used for representing stochastic Markov processes with hidden states.
The output of the model is observable and dependent on the hidden states. The process is governed by transition probabilities which determine the probability of moving between states, and emission probabilities which determine the output of each state.