高效学习--隐马尔可夫过程

 找到了一个比较好的隐马尔可夫过程教程,我翻译并记录一下。

今天给大家介绍隐马尔可夫模型是什么,以及它是如何工作的, 并介绍它在数据科学方面的应用。

For those of you who have been here before, you know that previous meetups for the Tucson Data Science Group have primarily focused on deep learning, namely ANNs, and while it important to keep up with the cutting edge technology, HMMs are extremely vital to know because they have been around for a long time AND are still consistently used by researchers in many fields such as NLP and especially in bioinformatics.

By the end of this talk you should have a solid understanding of HMMs, how to use them, and what you can use them for.

I’ll review the general intuition behind Markov processes, Markov chains, the architecture and the algorithm of an HMM,

and then go through an example in Python

before discussing some of the contemporary work that is being done with HMMs as well as my own work in bioinformatics.

猜你喜欢

转载自www.cnblogs.com/lvchaoshun/p/10219042.html