CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 隐马尔科夫

搜索资源列表

  1. segtag.rar

    3下载:
  2. 基于隐马尔科夫模型的分词标注程序,使用PASCAL语言编写,Hidden Markov Model-based sub-word tagging procedures, using the PASCAL language
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:32831
    • 提供者:carry
  1. HMMDemo

    0下载:
  2. 隐马尔科夫随机场的demo,有助于初学者了解隐马尔科夫随机场-HMM demo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:104789
    • 提供者:玉玉
  1. HMMDemo.rar

    0下载:
  2. 使用OPENCV实现基于隐马尔科夫过程人脸表情识别,OPENCV use of hidden Markov process based on Facial Expression Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:40968
    • 提供者:Xu Fangming
  1. HMM.rar

    1下载:
  2. BNT/HMM 隐马尔科夫 matlab源码,HMM matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:20289
    • 提供者:lizh
  1. JAVA-HMM

    1下载:
  2. 用java实现的隐马尔科夫模型,含代码,文档,使用手册。-With the java implementation of hidden Markov models, including code, documentation, user' s manual.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1211104
    • 提供者:liuwei
  1. Voice-recognizition

    0下载:
  2. 语音识别 隐马尔科夫模型 HMM算法 VC++开发环境下的源代码-voice recognizition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:8687
    • 提供者:天佑
  1. HTK-3.4.1

    1下载:
  2. 非常有用,功能强大的基于隐马尔科夫模型的语音识别工具箱,可在此基础上进行再开发,对于从事语音信号处理的工作人员有很好的参考价值。-Very useful and powerful hidden Markov model based speech recognition toolkit, can be re-developed on this basis, in the speech signal processing for the staff have a good reference val
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-09
    • 文件大小:2181768
    • 提供者:李娜
  1. CRF1-2

    0下载:
  2. CRF1.2,条件随机场软件包,很好用很流行的一个文本分类软件,可以用于自然 语言的处理,标签,分类,词性发现,用户只需要着重构造特征函数既可以,实验结果和应用表明crf要优于隐马尔科夫模型。实现环境为java语言。-CRF1.2, conditions package with the airport, very good very popular with a text classification software, can be used in natural language proc
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-10
    • 文件大小:2253205
    • 提供者:陈先开
  1. PoS-Tagging-based-on-HMM

    2下载:
  2. 基于隐马尔科夫的中文词性标注系统的C++源代码,包括训练集和测试集语料库,单词量和词性数目都没有写死,可适应任意大的训练和测试数据集,程序已经过优化,一次标注只需要不到10秒的时间。-Based on Hidden Markov of the Chinese part of speech tagging system in C++ source code, including the training set and test set corpus, vocabulary and speech
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:4439708
    • 提供者:蒋智威
  1. facerecognition

    0下载:
  2. 采用OpenCV进行人脸识别,隐马尔科夫链的应用,由混合分量来分割HMM的每个内在状态的所有观测值,运用现有的图像观测值分割为所有嵌入和内部的HMM函数,计算可能的变换矩阵-Using OpenCV for face recognition, hidden Markov chain applications, from the mixed components to split the internal state of each HMM all observations, use of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10840
    • 提供者:hulingling
  1. viterbi1.0

    1下载:
  2. 维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:88112
    • 提供者:郭丽
  1. HMT-Hidden-Markov-Contourlet[1]

    1下载:
  2. 这是一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。-This is a Matlab realization of Hidden Markov Tree Model, used to calculate the coefficient Contourlet images. Program also includes image denoising, texture restoration of the applicat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2464547
    • 提供者:小单
  1. PR_AI_code

    1下载:
  2. 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14680099
    • 提供者:
  1. HMM

    0下载:
  2. 隐马尔科夫模型(HMM)算法 c++实现,于20世纪70年代在语音识别领域取得巨大的成功,之后被广泛应用到自然语言处理的各个领域,成为基于统计的自然语言处理的重要方法. -failed to translate
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1082438
    • 提供者:chengbo
  1. hmm

    0下载:
  2. hmm语音识别程序,能根据参数,训练模型和计算出模型距离,对于学习和编写有关隐马尔科夫语音识别程序很有帮助-hmm speaker recognition program,use it you can directly write an hmm program easly.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:15004
    • 提供者:hstmg
  1. imdict-chinese-analyzer

    1下载:
  2. imdict-chinese-analyzer 是 imdict智能词典 的智能中文分词模块,算法基于隐马尔科夫模型(Hidden Markov Model, HMM),是中国科学院计算技术研究所的ictclas中文分词程序的重新实现(基于Java),可以直接为lucene搜索引擎提供简体中文分词支持。-imdict-chinese-analyzer is a smart imdict Chinese Dictionary smart module segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2016-07-06
    • 文件大小:3255959
    • 提供者:王同
  1. HMM2

    1下载:
  2. 多序列hmm模型代码,用于隐马尔科夫双观察序列的问题,例子是指硬币,c++实现-Multiple sequence hmm model code for the hidden Markov sequence of pairs of observed problems, examples refers to the coins, c++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:239111
    • 提供者:阿斯顿
  1. PSOHMM12

    2下载:
  2. 用于单序列观察。pso粒子群算法与隐马尔科夫模型的结合,用粒子群优化算法度模型参数进行优化,这个适用于单序列观察-For single sequence of observations. pso particle swarm algorithm with a combination of hidden Markov model, using particle swarm optimization algorithm to optimize the degree of model paramete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:319765
    • 提供者:阿斯顿
  1. weather

    1下载:
  2. 使用天气预报例子的隐马尔科夫模型,简单化计算,对初学HMM的人有借鉴意义-The use of weather forecast example hidden Markov model, simplified calculation of the beginner who is worth learning for HMM
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:194499
    • 提供者:king
  1. EM_baumWelch

    1下载:
  2. 采用Baum-Welch重估计算法对隐马尔科夫模型进行训练,使得结果达到最优化-Using Baum-Welch re-estimation algorithm for training hidden Markov models, making the results of optimized
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:16031
    • 提供者:king
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com