
ML
文章平均质量分 84
qq_27824601
这个作者很懒,什么都没留下…
展开
-
word2vec_gensim 中文处理 小试牛刀
word2vec-gensim介绍gensim 是word2vec的python实现。 word2vec是google的一个开源工具,能够计算出词与词之间的距离。 word2vec即是word to vector的缩写,一个word to vector的处理技术或模型通常被称为“Word Representation”或“Word Embedding” word2vec使用深度学习的方式进行训原创 2016-08-19 09:33:04 · 2178 阅读 · 0 评论 -
隐马尔可夫模型 HMM 的python实现
摘要: 本文主要介绍隐马尔可夫模型HMM的python实现,参考的文献主要是: [1]. Lawrence R. Rabiner, ‘A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition,’ Proceedings of the IEEE, Vol. 77,原创 2016-08-12 15:40:26 · 2033 阅读 · 1 评论