搜索资源列表
hmm
- 著名的CHMM算法源码,是VC++ 7.0 版本的
BaumWelch算法
- BaumWelch算法的实现,BaumWelch是HMM模型的参数估计算法,本程序采用C++实现。
VITERBI(HMM)
- UMDHMM这个C语言版本的HMM工具包中的维特比算法程序展示给大家.-UMDHMM the C language version of the HMM Toolkit Viterbi algorithm in the program presented to you.
HMM
- 实现隐马尔可夫模型的viterby算法,用matlab实现的。-Hidden Markov Model to achieve viterby algorithm, achieved using matlab.
HMM
- 基于DSP芯片为控制核心,设计了语音处理系统,有效地解决了高性能与低成本间的矛盾。系统的硬件部分包括数字信号处理芯片、音频CODEC模块、电源模块、滤波电路、JTAG 仿真接口等几大模块,系统的软件部分介绍了语音识别的基本原理,阐述了DSP实现技术,探讨并验证小波变换算法比傅里叶变换算法在提高语音识别系统性能应用中的有效性。该系统资源丰富,电路兼有模拟和数字信号接口,可以作为一个独立的模块应用于其他电路,方便地扩展其应用。-The design of speech process system
hmm
- 用于人脸识别 HMM算法 还可以进行改进-for
htkbook
- htkbook是剑桥大学开发的专门针对HMM算法的连续语音识别工具,从事语音识别技术开发必看- HMM
BPNet
- 几种C++神经模型和算法实例,主要有BP神经网络、BP神经网络解决异或问题、HMM的C语言实现、矢量量化的C语言实现等。-Several C++ examples of neural models and algorithms, there are BP neural network, BP neural network to solve XOR problem, HMM of the C language, vector quantization, such as the C language
hmm
- 基于MATLAB的HMM算法的实现(Machine Learning Toolbox)包含Baum-Welch 算法的应用-MATLAB-based HMM Algorithm
hmm.c
- 用c实现hmm,给定观察值序列和HMM模型,利用前向后向算法求取其概率-Using c to achieve hmm, for a given sequence of observations and the HMM model, using forward and backward algorithm to compute the probability
CPP_HMM
- 可以运行的HMM算法模型,代码有详细注释-HMM algorithm model can run the code with detailed comments
Matlab-HMM
- 基于高斯混合模型的情感识别算法 matlab -Hmm emotion recgonition
HMM
- 隐马尔科夫模型相关算法,包括前向算法、后向算法,维特比算法等-Hidden markov model algorithm, including the forward algorithm and backward algorithm and viterbi algorithm, etc
HMM-Viterbi-Algorithm-c-achieve
- 隐马尔科夫模型Viterbi算法的c 实现-HMM Viterbi Algorithm c achieve
HMM
- HMM基于mfcc特征的语音识别,包括DTW算法演示、mfcc参数计算、端点检测等-HMM-based speech recognition feature mfcc
HMM
- hmm,包括前向,后向,前向-后向,EM,训练等算法的java实现-hmm, including forward, backward, forward- backward, EM, training algorithm to achieve the java
HMM
- 基于HMM模型的语音识别算法解析,里面含有汉语数码录音和其他各种训练算法,直接调用对比即可-HMM Viterbi Baum-Welch
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