搜索资源列表
hmm的c++语言实现
- c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
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
- 该模型包括两个程序: 1、根据观察序列创建一个HMM模型,利用BW算法估计HMM的参数。 2、根据已知的观察序列和HMM模型,估计观察序列的概率值,利用Forward算法 注:在HMM.cpp中分别有这两个主程序,运行一个的时候注释另一个。-The model includes two procedures: 1 sequence to create a HMM based on the observed model, the BW algorithm estimates the p
hmm-cpp
- HMM model of the C language, algorithm refined, suitable for beginners of HMM research.
speech-recognize-HMM-CPP
- 在语音识别中,用隐马尔科夫模型(HMM)进行训练,用C++编写的仿真代码-In speech recognition, hidden Markov model (HMM) for training, simulation code written in C++
BW_FORWARD-HMM
- 该模型包括两个程序: 1、根据观察序列创建一个HMM模型,利用BW算法估计HMM的参数。 2、根据已知的观察序列和HMM模型,估计观察序列的概率值,利用Forward算法 注:在HMM.cpp中分别有这两个主程序,运行一个的时候注释另一个。-The model consists of two procedures: one to create an HMM model, based on the observed sequence, the use of the B
CPP.hmm
- 基于HMM的语音识别程序在C++平台下的实现-hmm recognize
CPP-For-HMMs-Three-Question
- 关于隐马尔可夫模型HMM三个问题的实现,用c++实现,是初学者学习的好资料-Hidden Markov Model HMM three realization c++ of realization is good for beginners to learn
HMM-TOOLBOX--WITH-MATLAB-AND-CPP-etc
- HMM的MATLAB工具箱及来源信息集锦,以MATLAB为主,亦有C++版。此外,包括不少下载网址与信息。- MANY HMM TOOLBOXS AND INFORMATION WITH MATLAB AND C++,etc
HMM-model---CPP
- HMM模型C++完整的实现,利用C++实现程序的封装。-HMM C++