隐Markov模型.ppt

  1. 1、本文档共44页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
隐Markov模型

Media Computing CS@BIT * 第四讲 隐Markov模型 北京理工大学计算机系 2003.11 Markov过程与Markov链 Markov过程:具有无后效性的随机过程。即tm时刻所处状态的概率只和tm-1时刻的状态有关,而与tm-1时刻之前的状态无关。比如布朗运动,柏松过程。 Markov链:时间离散,状态离散的马尔可夫(Markov)过程。 转移概率:akl=P(πi=l|πi-1=k) 初始概率 Markov链的参数 Sunny Rain Cloudy State transition matrix : The probability of the weather given the previous days weather. Initial Distribution : Defining the probability of the system being in each of the states at time 0. States : Three states - sunny, cloudy, rainy. Markov链的例子 Each urn contain colored balls and there are 4 distinct colors. Choose an urn according to some random procedure, get a ball from the urn, and record (observe) its color. The ball is replaced. Select a new urn and repeat the above procedure. Colors of selected balls are observed but sequence of choosing urns is hidden. Urn-and-Ball Model Hidden Markov Models-HMM(1) 一个双重随机过程,两个组成部分: ● Markov链:描述状态的转移。 用转移概率 描述 ● 一般随机过程:描述状态与观察序列间的关 系用输出概率 描述 Circles indicate states Arrows indicate probabilistic dependencies between states Green circles are hidden states Dependent only on the previous state “The past is independent of the future given the present.” Purple nodes are observed states Dependent only on their corresponding hidden state HMM (2) N : {s1…sN } are the values for the hidden states M : {o1…oM } are the values for the observations P = {pi} are the initial state probabilities A = {aij} are the state transition probabilities B = {bik} are the observation state probabilities {N, M, P, A, B} A B A A A B B S S S O O O S O S O HMM (3) An HMM, λ, is a 5-tuple consisting of N the number of states M the number of possible observations {?1, ?2, .. ?N} The starting state probabilities P(q0 = Si) = ?i a11 a22 … a1N a21 a22 … a2N : : : aN1 aN2 … aNN b1(1) b1(2) … b1(M) b2(1) b2(2) … b2(M) : : : bN(1) bN(2) … bN(M) The state transition probabilities P(qt+1=Sj | qt=Si)=aij The observation proba

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档