搜索资源列表
HMM(camb)
- 一个剑桥大学的关于HMM的很好的Matlab语言编写的程序集合-a Cambridge on HMM good Matlab prepared by the procedure set
HMM-used-in-the-speech-synthesis
- HMM在语音合成中的应用的课件,希望对你有些帮助,有需要的下。
HMM.rar
- hmm代码 隐马尔科夫模型 用于手势识别等,hmm code hidden Markov model for gesture recognition, etc.
HMMall
- 详细介绍了隐马尔科夫链的原理和matlab代码实现,可以运行其中的demo了解hmm的工作原理-Detailed information on hidden Markov chain theory and the matlab code, you can run the demo to understand the working principle hmm
VITERBI(HMM)
- UMDHMM这个C语言版本的HMM工具包中的维特比算法程序展示给大家.-UMDHMM the C language version of the HMM Toolkit Viterbi algorithm in the program presented to you.
PoS-Tagging-based-on-HMM
- 基于隐马尔科夫的中文词性标注系统的C++源代码,包括训练集和测试集语料库,单词量和词性数目都没有写死,可适应任意大的训练和测试数据集,程序已经过优化,一次标注只需要不到10秒的时间。-Based on Hidden Markov of the Chinese part of speech tagging system in C++ source code, including the training set and test set corpus, vocabulary and speech
HMM
- 简单明了的HMM-GMM-KEAMS调用接口,C环境使用。-Simple HMM-GMM-KEAMS Call Interface, C environments.
hmm
- 用于人脸识别 HMM算法 还可以进行改进-for
HMM
- 通用HMM,文件:Hmm.h and Hmm.cpp是Hmm class cmain.cpp是用c语言写的测试函数 main.cpp是用c++语言(stl)写的测试函数 HmmData.txt是一个hmm的存储文件,可由程序读出-Universal HMM, file: Hmm.h and Hmm.cpp yes Hmm class cmain.cpp is written in c language test function main.cpp is c++ language
HMM
- 关于隐马尔科夫HMM的人脸识别的源代码,在VC6.0下编译-On the Hidden Markov HMM face recognition source code, compiled in VC6.0
hmm
- 基于MATLAB的HMM算法的实现(Machine Learning Toolbox)包含Baum-Welch 算法的应用-MATLAB-based HMM Algorithm
accord-hmm-source
- 隐马尔可夫模型(HMM)模型的源码。隐马尔可夫模型(HMM)模型的随机方法和时间序列数据。-Hidden Markov Models (HMM) are stochastic methods to model temporal and sequence data.
HMM工具箱
- 隐马尔克夫模型工具箱,matlab 语言,包含有离散HMM、连续HMM(Hidden Markov model toolbox, MATLAB language, contains a discrete HMM and continuous HMM)
HMM
- HMM语音信号识别例程,包含用于MATLAB的语音信号识别工具箱。(Example of speech signal recognition by HMM)
hmm机器学习
- HMM(隐马尔科夫模型)是自然语言处理中的一个基本模型,用途比较广泛,如汉语分词、词性标注及语音识别等,在NLP中占有很重要的地位(HMM (hidden Markov model) is a basic model in Natural Language Processing, which is widely used, such as Chinese segmentation, part of speech tagging and speech recognition, and plays
GMM-HMM-master
- GMM HMM()
Python实现HMM模型完美版
- Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)
Python实现HMM模型完美版
- Python实现HMM算法完美版代码集合(Python realize HMM algorithm perfect edition code complete works)
HMM-master
- 隐马尔科夫模型进行中文分词 模型训练 python HMM_train.py RenMinData.txt_utf8 RenMinData.RenMinData_utf8 为人民日报已经人工分词的预料。 生成三个文件 * prob_start.py 为模型的初始概率 * prob_trans.py 为模型状态转移概率 * prob_emit.py 为发射概率 测试模型效果 python HMM.py reference 维特比算法:(python
HMM
- 用python实现基于HMM的简单中文输入法(Implementing a Simple Chinese Input Method Based on HMM with Python)