Welcome![Sign In][Sign Up]
Location:
Search - hmm baum welch

Search list

[Speech/Voice recognition/combinehmm的c++语言实现

Description: 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
Platform: | Size: 8119 | Author: 宋敏 | Hits:

[Speech/Voice recognition/combineHMMmodel

Description: This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 15630 | Author: aaaaaaa | Hits:

[Other resourceHidden_Markov_model_for_automatic_speech_recogniti

Description: Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 23484 | Author: 张志 | Hits:

[Speech/Voice recognition/combinehmm的c++语言实现

Description: 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
Platform: | Size: 8192 | Author: 宋敏 | Hits:

[Speech/Voice recognition/combinebaum

Description: 在语音识别的hmm模型中使用matlab对语音信号进行训练的把baum源代码-in Speech Recognition hmm use Matlab model of voice signals training source put BAUM
Platform: | Size: 1024 | Author: | Hits:

[Speech/Voice recognition/combineHMMmodel

Description: This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 15360 | Author: aaaaaaa | Hits:

[AI-NN-PRHidden_Markov_model_for_automatic_speech_recogniti

Description: Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 23552 | Author: | Hits:

[DocumentsHMM1guide

Description: How to use the HMM toolbox HMMs with discrete outputs Maximum likelihood parameter estimation using EM (Baum Welch)
Platform: | Size: 16384 | Author: q | Hits:

[Speech/Voice recognition/combineHMMforspeechrecogntion

Description: 一个可执行的HMM语音识别程序例程,实现了对10个数字音的识别程序,包含了HMM语音识别中的分段,MFCC特征提取,Baum-Welch训练,及Viterbi等算法,通过此例程可以很好的理解HMM的算法原理-An executable HMM-based 10 digits speech recogntion program example. this code zip file includes segmentation, MFCC feature extraction, Baum-Welch based re-estimation and Viterbi algorithm involved in HMM. it helps much better understand the HMM algorithm and its application for speech recogntion.
Platform: | Size: 1179648 | Author: wh | Hits:

[Otherhmm

Description: 基于MATLAB的HMM算法的实现(Machine Learning Toolbox)包含Baum-Welch 算法的应用-MATLAB-based HMM Algorithm
Platform: | Size: 5120 | Author: 洋洋 | Hits:

[Speech/Voice recognition/combinehmm

Description: hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。-hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.
Platform: | Size: 538624 | Author: 于军 | Hits:

[Otherhmm-1.03

Description: This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others.-This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others.
Platform: | Size: 15360 | Author: shekarraj | Hits:

[Speech/Voice recognition/combinehmm

Description: 此代码包含了HMM的backward算法,viterbi算法以及,前后向算法-This code includes backward,vitibi and Baum-Welch algorithm of HMM.
Platform: | Size: 175104 | Author: muyi | Hits:

[source in ebookBWDOHMM

Description: 標準Baum-Welch演算法之離散觀察HMM模型(基礎版本)-Implements the standard Baum-Welch (any-path) algorithm for discrete-observation HMMs.
Platform: | Size: 1024 | Author: A.L. | Hits:

[matlabmatlab

Description: 了解隐马尔科夫模型HMM的概念、组成和需要解决的问题;通过matlab分析和三个基本算法分析读研和就业问题:forward算法、Viterbi算法和Baum-Welch算法-Understand the concept of Hidden Markov Model HMM, composition and problems to be solved matlab analysis by three basic algorithms: forward algorithm, Viterbi algorithm and Baum-Welch algorithm
Platform: | Size: 63488 | Author: laimingzhi | Hits:

[DataMiningHMM

Description: Hidden markov model with baum welch algo and vertibi algo
Platform: | Size: 353280 | Author: chiranjib | Hits:

[OtherHMM

Description: 基于HMM模型的语音识别算法解析,里面含有汉语数码录音和其他各种训练算法,直接调用对比即可-HMM Viterbi Baum-Welch
Platform: | Size: 98304 | Author: tianye | Hits:

[matlabHMM

Description: %函数名称:HMMTrain %参数:V-------训练观察序列(n X 1Cell矩阵),IPI,IA,IB-------模型参数初始值 %返回值:PI,A,B-------模型参数的学习结果 %函数功能:隐含马尔科夫模型的Baum-Welch学习算法(% function name: HMMTrain % parameters: V------- trains the observation sequence (n, X, 1Cell matrix), IPI, IA, and IB------- model parameter initial values % return values: PI, A, B------- model parameter learning results % function: Baum-Welch learning algorithm for hidden Markov model)
Platform: | Size: 1024 | Author: Kelly_kit | Hits:

[matlabHMM

Description: 离散HMM的matlab程序,包含有前向—后向算法、 Baum-Welch算法以及Vertebi算法(The matlab program of discrete HMM, including forward-backward algorithm, Baum-Welch algorithm and Vertebi algorithm)
Platform: | Size: 112640 | Author: 雨下一整晚128 | Hits:

[DataMiningHMM-homework

Description: 隐马尔科夫实现,包含forward-hmm, Viterbi-hmm, Baum-Welch-hmm(Hidden Markov implementation, including forward-hmm, Viterbi-hmm, Baum-Welch-hmm)
Platform: | Size: 103424 | Author: fassial | Hits:
« 12 »

CodeBus www.codebus.net