1 / 8

Hidden Markov Model LR Rabiner

Hidden Markov Model LR Rabiner. 12.04.26.(Thu) Computational Models of Intelligence Joon Shik Kim. Discrete Markov Process. Variables. S: state (rain, cloudy, sunny) O: observation (umbrella) How to infer the weather sequences based on only the observations?. Three Basic Problems for HMM.

jean
Télécharger la présentation

Hidden Markov Model LR Rabiner

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hidden Markov ModelLR Rabiner 12.04.26.(Thu) Computational Models of Intelligence Joon Shik Kim

  2. Discrete Markov Process

  3. Variables • S: state (rain, cloudy, sunny) • O: observation (umbrella) • How to infer the weather sequences based on only the observations?

  4. Three Basic Problems for HMM • Problem 1: Given the observation sequence O and model , how do we efficiently compute , the probability of the observation sequence, given the model? • Problem 2: Given the observation sequence O and the model , how do we choose a corresponding state sequence Q which is optimal in some meaningful sense (i.e., best “explains” the observations)?

  5. Three Basic Problems for HMM • Problem 3: How do we adjust the model parameters to maximize ?

  6. Solution to Problem 1 Forward-Backward Procedure

  7. Solution to Problem 2 • Viterbi algorithm

  8. Solution to Problem 3 • Baum-Welch method • EM (expectation-modification) method

More Related