搜索资源列表
Hidden_Markov_model_for_automatic_speech_recogniti
- 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
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
umdhmm-v1.02
- hmm model, training phase data has to be given to the model .-hmm model, training phase data has to be given to the model .
FDA
- Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
training
- Matlab HMM training code
HMM
- This paper presents a hybrid framework of feature extraction and hidden Markov modeling (HMM) for two-dimensional pattern recognition. Importantly, we explore a new discriminative training criterion to assure model compactness and discriminability. T
training
- this source code is for Training ,HMM for speech recognition
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
HMM
- hmm 隐马尔科夫模型训练在C++环境下程序代码-hmm HMM training environment in C++ code
Ggeneratesampe
- 生成《matlab扩展编程》中对于HMM训练的sammples.mat程序,自己编写,已通过测试。 -Generation " matlab programming expansion" in the HMM training sammples.mat procedures, I have written a complete source code, has been tested.
speech-recognize-HMM-CPP
- 在语音识别中,用隐马尔科夫模型(HMM)进行训练,用C++编写的仿真代码-In speech recognition, hidden Markov model (HMM) for training, simulation code written in C++
HMM-voice-recognition
- 声音识别程序,matlab,有例子,对于学习不错,HMM的,包括训练和识别-Voice recognition program matlab, there are examples of good for learning, HMM, including training and recognition
hmm(train-and-recognize)
- 用于DHMM模型的训练和识别,提供例子测试-Used for DHMM model training and recognition, provide sample testing
hmm
- this is .cc file. hidden markov model. include generate and training source. good for you
hmm
- DHMM问题3matlab实现,即给出训练数据,求解(A,B,pi)-Implement of DHMM,i.e,given training data ,estimate (P,Q,pi)
hmm-matlab
- 实现最简单的HMM的模型例子,给定一组观察值,训练HMM的模型;再给出一组观察值,评估出其状态值 -Realize the simplest HMM model example, given a set of observations, training of HMM model To give a set of observations, uate its status value to achieve the simplest HMM model example, given a set
hmm-program
- HMM的示例程序,包含特征样本和产生训练数据的程序,注释详细,适合参考学习-HMM sample program, including feature samples and generator training data, detailed notes for reference study
SpeechRec
- 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-Isolated word speech recognition, the most s
HMM_VoiceRecognation
- 通过基于HMM的语音识别系统的基本结构,详细介绍了语音信号采集、预处理、MFCC特征参数提取、HMM训练和HMM识别等主要模块的基本原理 并针对实际应用中HMM存在的模型初始化和数据溢出等问题进行分析,引入了一些能提高系统性能的相应措施。-By the basic structure of HMM-based speech recognition system, details the basic principles of audio signal acquisition, preproces
HMM-speech-recognition-
- 这个方法之所以如此流行就在于其固有的统计框架:从有限语音训练集数据中训练出模型近似参数的简单易行;模型可根据特殊的词汇、声音等改变认知系统的大小、种类或模型的架构的灵活多变;实现整个认知系统的简单方便。在这篇解释性的文章中,我们将讲解应用在语音识别中的非常重要的统计方法,并讨论一系列尚未解决的原理性的和实际性的问题,因为他们很重要并对不同系统实现的性能有很大影响。-This method is so popular lies in its inherent statistical framewo