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

搜索资源列表

  1. gaussmix

    0下载:
  2. gmm distribution writer
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5816
    • 提供者:entekhab
  1. voice1

    0下载:
  2. program for gmm distribution calculation of speech features
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1772
    • 提供者:entekhab
  1. MFCC

    0下载:
  2. 基于HTK的MFCC提取。通过验证是完全正确的,不是不负责任的随便乱写给出结果。编译环境是codeblocks-Based on HTK' s MFCC extraction. Validation is absolutely correct, not irresponsible given the results of random scrawl
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:410114
    • 提供者:Trileaf
  1. EM_GM

    0下载:
  2. 这是关于说话人识别很好的源程序,对研究GMM模型的说话人识别有很好的价值。-They are programms about speaker recognition, and they are helpful to the study about GMM speaker recognition.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:33329
    • 提供者:laiyuping
  1. cluster-3.1

    0下载:
  2. speech processing for g-speech processing for gmm
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1518991
    • 提供者:Augustine
  1. libsvm

    0下载:
  2. 基于matlab的SVM(支持向量机)算法。作为非常流行的svm工具,可以实现基于SVM的数据分析,能够应用于人工智能及模式识别领域。-Matlab based on the expectation-maximization algorithm for Gaussian mixture model (GMM) toolkit. GMM-based data can be analyzed, can be used in the field of artificial intelligence a
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:96722
    • 提供者:Zhao Sixuan
  1. my-paper

    0下载:
  2. effecient speech recognition using wavelet and g-effecient speech recognition using wavelet and gmm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:229048
    • 提供者:deepa
  1. GMM

    0下载:
  2. this document may be good for you, finding detecting object
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:317840
    • 提供者:foejk
  1. speech-emotion-recognition-system

    1下载:
  2. gmm模型下的语音情感识别系统,GMM只是一个数学模型,只是对数据形态的拟和,但是和你所看到的数据分布存在出入也是正常的,因为用EM估计GMM的那些参数时,一般假设我们所得到的数据是不完备的(也就是说假设我们看到的数据分布不是真正的分布,它在运算时把那部分丢失或者叫隐藏的数据“补”上了)-gmm model speech emotion recognition system, GMM is a mathematical model, but fitting the data form, but
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:11532
    • 提供者:张忠顺
  1. speakerrecognition

    0下载:
  2. 本程序是基于matlab的语者识别系统。采用mfcc算法进行提取语音特征,用gmm算法进行匹配。-This procedure is based on a speaker recognition system matlab. Mfcc algorithm using speech feature extraction, matching algorithms using gmm.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1880
    • 提供者:dtjtracy
  1. 10.1.1.4.2135

    0下载:
  2. Usually, speaker recognition systems do not take into account the short–term dependence between the vocal source and the vocal tract. A feasibility study that retains this dependence is presented here. A model of joint probability functions of the pi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:93178
    • 提供者:morteza
  1. js_gmm_Lee

    0下载:
  2. 根据Lee与2005年发表的混合高斯模型背景建模的论文编写的源代码,可以作为对GMM算法改进的一个参考。-According to Lee s paper published in 2005 about GMM background modeling, it is written in C. It should be a reference for those who are intrested in GMM algorithm improvement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:21939
    • 提供者:SONG CHU XUAN
  1. js_exponential

    0下载:
  2. 这是采用exponential算法对GMM改进的源代码。它可以作为对GMM改进感兴趣的程序眼参考。-This exponential algorithm is used to improve the source code for GMM. It can be as interested in improving the procedures for GMM eye reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18766
    • 提供者:SONG CHU XUAN
  1. morphology

    0下载:
  2. 对GMM更新时,形态学处理的使用的程序源码。-on improving GMM, the use of morphological processing program source code is discussed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6323
    • 提供者:SONG CHU XUAN
  1. netlab

    1下载:
  2. 里面包含的GMM等众多Matlab源程序,可以直接调用,均以应用为函数的命名,可以直接了解其用处,对于做图像处理的很有帮助,可以直接调用。-Which contains the GMM and many Matlab source code can be called directly, are applied to the function name, can understand its usefulness, useful for doing image processing, can b
  3. 所属分类:Special Effects

    • 发布日期:2015-04-07
    • 文件大小:244736
    • 提供者:晨晨
  1. gmm

    0下载:
  2. 混合高斯算法实现及一些自己对高斯混合模型的理解。-Gaussian mixture algorithm and some experience
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:4753
    • 提供者:李鸿
  1. gmm-estimation

    0下载:
  2. 高斯混合模型的程序计算的Matlab程序-Gaussian mixture model program to calculate in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1392
    • 提供者:王伟
  1. model

    0下载:
  2. 利用matlab语言进行模型建立,包括GMM、HMM 等-set up models with matlab language ,the models contain GMM and HMM
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:203567
    • 提供者:吴贤音
  1. mixture_of_gaussians

    1下载:
  2. 混合高斯模型使用K(基本为3到5个) 个高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点, 否则为前景点。-training video with GMM model ,then get the background,and store the picture in your computer.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-26
    • 文件大小:1639
    • 提供者:刘峰
  1. drewconway-GMM-e33616e

    0下载:
  2. 此包提供了一个基本的框架并且提供支持使用图形界面来产生随机的网络结构-This package provides a basic framework and supporting functionality for generating random network structure using graph motifs.
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:15962352
    • 提供者:wangbo
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 27 »
搜珍网 www.dssz.com