搜索资源列表
hmm-1.032
- 基于隐马尔科夫的原来,写了相关关于HMM模型的代码。
hmmer-2[1].3.2linux
- 这是一个基于HMM 模型的生物多序列比对算法的linux实现版本。hmmer-This is a biological model based on HMM multiple sequence alignment algorithm to achieve the linux version. hmmer
HMM_ALLKOK
- HMM TEST System will automatically delete the directory of debug
umdhmm-v1.02
- HMM algorithm developed by Tapas Kanungo
HMMsource
- HMM的精準測試源碼,內容包含HMM問題的基本三個解法,有興趣的朋友快下載-HMM precision test source, the issue includes a basic three HMM method, interested friends fast download
hmm-principle
- HMM原理的深刻介紹,對於初學者來說是個非常有幫助的入門文件,值得參考-HMM profound principle introduction for beginners is a very helpful introductory paper, it is also useful
Hidden-Markov-Model
- 基于隐马尔可夫的入侵检测,通过对行为的隐马尔可夫比较,有效控制入侵-Hidden Markov Model,HMM is a good way for intrusion detection
attachments_03_01_2011
- Learning images with hidden Markov models (HMM) is a difficult problem, especially because of the important volume of data to be learned by the H-Learning images with hidden Markov models (HMM) is a difficult problem, especially because of the
vc12789
- 用VC++编写的语音识别HMM算法的系统,可以帮到计算机的孩子们-Written by VC++ speech recognition system HMM algorithm, the computer can help children
UMDHMM-python-master
- 1870年,俄国有机化学家Vladimir V. Markovnikov第一次提出马尔科夫模型 -hmm python
htk-3.3
- HTK是英国剑桥大学开发的一套基于C语言的隐马尔科夫模型工具箱,主要应用于语音识别、语音合成的研究,也被用在其他领域,如字符识别和DNA排序等。HTK是重量级的HMM版本。-Cambridge University HTK is a C-based language developed by the Hidden Markov Model Toolkit, mainly used in speech recognition, speech synthesis research, has also
BwBajo1.tcl
- hmm calculate bwa an ad-hoc networks level
fixp-arith
- Simplistic fixed-point arithmetics. Hmm, I m probably duplicating some code.
hmm
- 功能函数,用于matlab的仿真和实现,可用于语音识别和语音处理-Functions for matlab simulation and implementation, can be used for speech recognition and speech processing
master2
- 基于GMM-HMM的语音识别程序,自带训练和测试数据,使用的是MATLAB。-GMM-HMM-based speech recognition program, comes with the training and test data, using MATLAB.
vd265
- Import data files as input parameters matlab program is running, Very convenient to use, Complete HMM-based speech recognition system.
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)