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

搜索资源列表

  1. hmmTutExamplesAlgo1

    0下载:
  2. HMM model- hidden markov model descr iption algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:242665
    • 提供者:heha
  1. KPMstats

    0下载:
  2. KPM stats Hidden Markov Model
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:82020
    • 提供者:pı nar
  1. HMMmodel

    0下载:
  2. 基于双重随机性的隐马尔科夫模型(Hide MarKov Model)的C语言实现-Based on double random hidden Markov model (HMM) of the C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:7443
    • 提供者:wangzhenjun
  1. HMM-learning

    0下载:
  2. 模式识别中比较重要的隐性马尔科夫模型,希望对大家有所帮助-Pattern recognition of the more important hidden Markov model, we want to help
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:179512
    • 提供者:
  1. fb_algor

    0下载:
  2. matlab implementation for forward-backward algorithm for train and test of hidden markov model (HMM).
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:832
    • 提供者:mohsen
  1. gmm

    0下载:
  2. 这是一章详解高斯模型的文章,非常适合初学者,理论思路讲解清晰,也是学习隐马尔科夫模型的准备知识。-This is an article Detailed Gaussian model, very suitable for beginners, theoretical ideas to explain clearly, but also to learn a ready knowledge of the hidden Markov model.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:209583
    • 提供者:zanzan
  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. testviterbi

    0下载:
  2. 维特比算法的设计与实现,不包含隐马尔科夫模型,可以输出最可能的状态序列。-Design and Implementation of the Viterbi algorithm does not contain a hidden Markov model, you can output the most likely state sequence.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5308886
    • 提供者:关晓炟
  1. Speech-Recognition-in-MATLAB

    0下载:
  2. 介绍了MATLAB 环境下的语音识别系统, 阐述了具体的实现过程。采用离散隐马尔科夫模型, 为提高识别率采用男女2 套参数, 对离散隐马尔科夫模型在实际语音识别系统中遇到的问题进行分析, 并给出相应的解决办法-】A digital speech recognition system and its realization course are introduced in the MATLAB environment. The DHMM(Discrete Hidden Markov Model
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:150438
    • 提供者:江丰安迪
  1. HMM

    0下载:
  2. Hidden Markov Model to train anything we may want from basic phonemes to words to anything else for that matter.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2605
    • 提供者:joskid
  1. HMM

    0下载:
  2. 隐马尔科夫模型(HMM)C++代码,自己实现的,注释也很详细,希望对大家有用。-Hidden Markov Model.C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5680
    • 提供者:胡孟
  1. study-on-speech-

    0下载:
  2. 就目前三种主流的语音识别算法:动态时间规(DTW)、隐马尔科夫模型(HMM)和人工神经网络(ANN)。分析它们的原理、特点及实现过程,对 DTW 的语音识别进行实验,通过对比分析三种算法的特点,结合本文研究的实际情况,选择 DTW 作为研究的重点,提出利用遗传算法对其进行改进。 -The three mainstream speech recognition algorithms: Dynamic Time Regulations (DTW), hidden Markov model (HM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1090289
    • 提供者:lumeng
  1. HMM_network

    0下载:
  2. 基于matlab的隐马尔可夫模型应用,解决了经典的三大基本问题。带有详细解释-The matlab-based hidden Markov model is applied to solve the classic three basic questions. With a detailed explanation of
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1376813
    • 提供者:herthy
  1. yunyinshibie-hmm-suan-fa-huizong-

    0下载:
  2. 语音识别基于hmm(隐马尔可夫模型)算法代码汇总(算法源码及应用)-Speech recognition based on hmm (Hidden Markov Model) algorithm code summary (algorithm source code and application)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-16
    • 文件大小:4328177
    • 提供者:小子
  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. SHMM1p

    0下载:
  2. 语音识别中的训练程序,简单实用。用C++编写。用用的是隐马尔可夫模型 ,经测试可直接使用。 -Training program in speech recognition, simple and practical. Prepared using C++. With the use of hidden Markov model has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:726748
    • 提供者:lmargin
  1. hhhmmarkovi

    0下载:
  2. 隐马尔可夫模型源代码,能用用于图像处理,分为前项与后项 -Hidden Markov model source code, can be used for image processing is divided into before and after entry
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:23949
    • 提供者:r123qq
  1. EwavelethmtemM

    0下载:
  2. 是利用EM算法进行小波域隐马尔科夫模型的参数训练,这个个训练时间上比其它方法有所提高。, -The EM algorithm for wavelet domain hidden Markov model parameter training, this training time than other methods has increased. ,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:6871
    • 提供者:消极
  1. HHTK-samples-i

    0下载:
  2. 隐马尔科夫模型工具箱使用样本本文件,可以广泛应用于识别等领域 -Hidden Markov model toolbox using the sample of this document can be widely used in the field of recognition
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2155211
    • 提供者:模仿
  1. dtwhmm.doc

    0下载:
  2. 两种不同的语音识别算法---动态时间伸缩算法(DTW)和隐马尔科夫模型(HMM),.doc-Speech recognition algorithm in two different dynamic time stretching algorithm--- (DTW) and Hidden Markov Model (HMM),. Doc
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1348057
    • 提供者:yongli
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com