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

搜索资源列表

  1. maphmmbox

    0下载:
  2. VARHMMBOX, version 1.1, Iead Rezek, Oxford University, MAR 2002 Matlab toolbox for Hidden Markov Models-VARHMMBOX, version 1.1, Iead Rezek, Oxford University, MAR 2002 Matlab toolbox for Hidden Markov Model s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:430252
    • 提供者:Joyce
  1. POS_tagging_and_HMM

    0下载:
  2. 词性标注与隐马尔可夫模型.ppt,相当好的说明材料。-part-of-speech tagging and Hidden Markov Model. Ppt, very good descr iptive material.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:149754
    • 提供者:郝云龙
  1. HMMPak_cpp_v1.2

    0下载:
  2. hidden markov model 的package…我覺得還不錯…-hidden markov model of the package ... I think that was pretty good ...
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:10497
    • 提供者:waterliu
  1. jahmm-0.3.1

    0下载:
  2. java实现的隐马尔科夫模型,实现训练和预测-java realize the hidden Markov model, training and forecast
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:104609
    • 提供者:郭进
  1. 隐马尔可夫模型源代码

    1下载:
  2. 隐马尔可夫模型源代码.rar -hidden Markov model source code. Rar hidden Markov model source code. Rar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-14
    • 文件大小:19031
    • 提供者:赵君
  1. ymekf

    0下载:
  2. 隐马尔可夫模型源代码,希望对大家有所帮助-hidden Markov model source code, we hope to help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15813
    • 提供者:souluu
  1. svm_hmm

    0下载:
  2. SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:95144
    • 提供者:王强
  1. HMMmodel

    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. Serious students are directed to the
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:15630
    • 提供者:aaaaaaa
  1. Hidden_Markov_model_for_automatic_speech_recogniti

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23484
    • 提供者:张志
  1. HTK-3.4

    0下载:
  2. The Hidden Markov Model Toolkit (HTK) is a portable toolkit for building and manipulating hidden Markov models. HTK is primarily used for speech recognition research although it has been used for numerous other applications including research into sp
  3. 所属分类:语音合成与识别

    • 发布日期:2014-01-17
    • 文件大小:10996
    • 提供者:redbull
  1. hmmtrain

    0下载:
  2. 用于语音识别的离散隐马尔可夫模型程序(非特定人,多个观测序列),已调试通过。-used discrete speech recognition Hidden Markov Model (non-specific, a number of observation sequence), has been through testing.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5601
    • 提供者:赵姝彦
  1. ghmm-0.8_beta1

    0下载:
  2. General Hidden Markov Model Library 一个通用的隐马尔科夫模型的C代码库
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1233664
    • 提供者:schubert
  1. ghmm-0.6.0.tar

    0下载:
  2. 这是一个通用的隐马尔科夫模型的C代码库, 非常好用。-This is a generic Hidden Markov Model C code libraries, very handy.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:725271
    • 提供者:宋肖
  1. 基本的隐马尔可夫_模型

    0下载:
  2. 一个最几本的隐马尔可夫模型-most of the Hidden Markov Model
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15286
    • 提供者:李丰华
  1. HMM 隐马尔可夫模型程序代码

    0下载:
  2. 隐马尔可夫模型程序代码,很经典的一个算法-Hidden Markov model code, it is a classic algorithm
  3. 所属分类:并行运算

    • 发布日期:2017-04-09
    • 文件大小:1081667
    • 提供者:nietianle
  1. Part_Of_Speech_Label.rar

    1下载:
  2. JAVA实现的基于隐马尔科夫模型的词性标注。有指导的学习,附带语料,供参考,JAVA realization of hidden Markov model based on the part of speech tagging. Guided learning, incidental corpus, for reference
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:7090578
    • 提供者:yangwei
  1. hmm_modeling.zip

    0下载:
  2. This is a hidden Markov model (HMM) modeling program. Forward-backward algorithm is implemented to learn a model under maximum likelihood criterion.,This is a hidden Markov model (HMM) modeling program. Forward-backward algorithm is implemented to le
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-11
    • 文件大小:2911229
    • 提供者:SUNGWOONG KIM
  1. hmm-1.03.rar

    0下载:
  2. HMM隐马尔可夫模型的源代码,Java实现。,HMM Hidden Markov Model source code, Java implementation.
  3. 所属分类:Java Develop

    • 发布日期:2016-01-22
    • 文件大小:22032
    • 提供者:落叶不黄
  1. HMM21.rar

    0下载:
  2. 基于隐马尔科夫模型的分词,标注,词法分析的资料,Hidden Markov Model-based sub-word tagging information
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-10
    • 文件大小:1152844
    • 提供者:carry
  1. mfcc_description

    0下载:
  2. mfcc tanı mlama mfcc descr iption mfcc for hidden markov model in speech recognition for everyone that in interested
  3. 所属分类:Editor

    • 发布日期:2017-04-10
    • 文件大小:1122
    • 提供者:ibrahim
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com