Skip to content

Commit

Permalink
Update hmm_tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean authored Nov 19, 2017
1 parent e08dd94 commit fd1180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmm/hmm_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# python 实现 隐马尔可夫模型(HMM)\n",
"\n",
"本例子主要受 Michael Collins 教授的 Tagging Problems, and Hidden Markov Models 启发而编写,为了帮助大家理解语言模型,我在我的博客、公众号上发表了文章[一文读懂NLP中的HMM(公众号)](https://mp.weixin.qq.com/s?__biz=MzIwNDM1NjUzMA==&tempkey=OTMxX3luOXl1MjdCdlQvYjIySk5PYjg1N0VpbUQ1SGRlU2l1YVpqOVc1V0JOUlR4NU1hR3d3RUwtbTdSMGFhX3RqUzBRY1BVTWFvdXBQeExUcmZnUmZmUVJ0NEpudm5kcjJ4RmZRdVFKX1lnb1F3bFZEWHR4R201SEplUktRdFhpc1phb2NOQ2VaOFZTRVF4S3RZLV9vT19aZnZWM2c5QkpWd3ZIQVJ5blF%2Bfg%3D%3D&chksm=16c02fd621b7a6c00ac4b15cffb973c58c5ad72c2083e74a0b3a9a77089e70fe1d8c39221c78#rd),欢迎大家阅读。当然强烈推荐Michael Collins 教授的 [Tagging Problems, and Hidden Markov Models](http://www.cs.columbia.edu/~mcollins/hmms-spring2013.pdf)"
"本例子主要受 Michael Collins 教授的 Tagging Problems, and Hidden Markov Models 启发而编写,为了帮助大家理解语言模型,我在我的博客、公众号上发表了文章[一文读懂NLP中的HMM(公众号)](https://mp.weixin.qq.com/s?__biz=MzIwNDM1NjUzMA==&mid=2247483662&idx=1&sn=cf463dde9af1844a3fd1e3e4fec26f5c&chksm=96c02fd3a1b7a6c5cfabe53efbff54af33cd2f61d13064645fbff92ce1b024d82acb2375d9b0#rd),欢迎大家阅读。当然强烈推荐Michael Collins 教授的 [Tagging Problems, and Hidden Markov Models](http://www.cs.columbia.edu/~mcollins/hmms-spring2013.pdf)"
]
},
{
Expand Down

0 comments on commit fd1180a

Please sign in to comment.