CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HMM training

搜索资源列表

  1. generatesample

    0下载:
  2. 生成《matlab扩展编程》中对于HMM训练的samples.mat程序,自己编写-Generation ‘matlab programming expansion’ in the HMM training samples.mat procedures, written by myself
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-14
    • 文件大小:4998
    • 提供者:ruiguo
  1. hmmfan

    0下载:
  2. 一个用于 词性标注的 HMM程序。 包含 训练和测试功能。-One for the HMM-speech tagging procedures. Includes training and testing.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-25
    • 文件大小:28585
    • 提供者:fanshixi
  1. ASR_matlab

    1下载:
  2. 语音识别的MATLAB代码,包括用于测试的语音,实现了利用HMM(隐含马尔可夫)和DTW(动态规划)两种方法的实现。-ASR use HMM and DTW method include wave files use for test and training.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:2202121
    • 提供者:wuhao
  1. HMM_Training_in_speech

    0下载:
  2. 改进的HMM训练方法在语音识别中的应用,论文-Improved HMM training methods in speech recognition applications, papers
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2374790
    • 提供者:lauyee
  1. DTW

    1下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
  3. 所属分类:matlab例程

    • 发布日期:2012-12-31
    • 文件大小:5778
    • 提供者:fujuan
  1. hmm-1.03

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15168
    • 提供者:shekarraj
  1. dtkirsch-hmm-v0.2.0-0-g7feffa1

    0下载:
  2. 这是一个Ruby机器学习项目中本地实现广义隐马尔可夫模型的分类。目前,它能够监督学习和Viterbi解码。-This project is a Ruby gem ( hmm ) for machine learning that natively implements a (somewhat) generalized Hidden Markov Model classifier. At present, it is capable of supervised learning (using la
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:8804
    • 提供者:wangbo
  1. HMM

    1下载:
  2. 隐马尔科夫模型源代码,隐马尔科夫模型的训练,输入序列得到隐马尔科夫模型。-Hidden Markov model source code, training of hidden Markov model, the input sequence hidden Markov model.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:1507
    • 提供者:关晓炟
  1. Ggeneratesampe

    0下载:
  2. 生成《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.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5129
    • 提供者:补助
  1. speech-recognize-HMM-CPP

    0下载:
  2. 在语音识别中,用隐马尔科夫模型(HMM)进行训练,用C++编写的仿真代码-In speech recognition, hidden Markov model (HMM) for training, simulation code written in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5789
    • 提供者:viky99
  1. HMM-voice-recognition

    1下载:
  2. 声音识别程序,matlab,有例子,对于学习不错,HMM的,包括训练和识别-Voice recognition program matlab, there are examples of good for learning, HMM, including training and recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:787241
    • 提供者:sun
  1. hmm(train-and-recognize)

    0下载:
  2. 用于DHMM模型的训练和识别,提供例子测试-Used for DHMM model training and recognition, provide sample testing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:45613
    • 提供者:vsdlh ausdhf
  1. hmm

    0下载:
  2. this is .cc file. hidden markov model. include generate and training source. good for you
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:13216
    • 提供者:ksdkfne
  1. HMM

    0下载:
  2. hmm,包括前向,后向,前向-后向,EM,训练等算法的java实现-hmm, including forward, backward, forward- backward, EM, training algorithm to achieve the java
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:dengfy
  1. hmm

    0下载:
  2. DHMM问题3matlab实现,即给出训练数据,求解(A,B,pi)-Implement of DHMM,i.e,given training data ,estimate (P,Q,pi)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3008
    • 提供者:Li
  1. hmm-matlab

    1下载:
  2. 实现最简单的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
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:659
    • 提供者:小兜兜
  1. hmm-program

    0下载:
  2. HMM的示例程序,包含特征样本和产生训练数据的程序,注释详细,适合参考学习-HMM sample program, including feature samples and generator training data, detailed notes for reference study
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4502
    • 提供者:王代码
  1. SpeechRec

    1下载:
  2. 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-Isolated word speech recognition, the most s
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3494713
    • 提供者:David
  1. HMM_VoiceRecognation

    1下载:
  2. 通过基于HMM的语音识别系统的基本结构,详细介绍了语音信号采集、预处理、MFCC特征参数提取、HMM训练和HMM识别等主要模块的基本原理 并针对实际应用中HMM存在的模型初始化和数据溢出等问题进行分析,引入了一些能提高系统性能的相应措施。-By the basic structure of HMM-based speech recognition system, details the basic principles of audio signal acquisition, preproces
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1096586
    • 提供者:David
  1. HMM-speech-recognition-

    0下载:
  2. 这个方法之所以如此流行就在于其固有的统计框架:从有限语音训练集数据中训练出模型近似参数的简单易行;模型可根据特殊的词汇、声音等改变认知系统的大小、种类或模型的架构的灵活多变;实现整个认知系统的简单方便。在这篇解释性的文章中,我们将讲解应用在语音识别中的非常重要的统计方法,并讨论一系列尚未解决的原理性的和实际性的问题,因为他们很重要并对不同系统实现的性能有很大影响。-This method is so popular lies in its inherent statistical framewo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:96791
    • 提供者:黄灿奕
« 1 23 4 »
搜珍网 www.dssz.com