概率图模型学习资料整理

1 博客

汇总图:【机器学习】概率图模型总结
https://blog.csdn.net/u014433413/article/details/78330746
漫谈 Hidden Markov Model
http://freemind.pluskid.org/series/hmm-tutor/
隐马尔可夫模型HMM(有代码分析)
https://zhuanlan.zhihu.com/p/29938926
深度剖析HMM(附Python代码)】1.前言及隐马尔科夫链HMM的背景
https://github.com/tostq/Easy_HMM
https://blog.csdn.net/tostq/article/details/70846702
Python与HMM实现简单拼音输入法
https://zhuanlan.zhihu.com/p/35276044

2 视频资源

系统性课程:
CMU Eric Xing:http://www.cs.cmu.edu/~epxing/Class/10708-14/lecture.html

3 paper

An Introduction to Conditional Random Fields
https://arxiv.org/pdf/1011.4088.pdf

4 code

https://github.com/mioalter/hmm-example
hmmlearn
https://hmmlearn.readthedocs.io/en/latest/tutorial.html

你可能感兴趣的:(python,算法学习总结,算法,机器学习,nlp)