搜索资源列表

  1. gmm

    0下载:
  2. 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:windman
  1. gmm-gmr

    0下载:
  2. 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:31.96kb
    • 提供者:阿商
  1. 简单修改后的GMM程序

    0下载:
  2. 所属分类:源码下载

  1. GMM train

    0下载:
  2. 用于gmms的训练程序
  3. 所属分类:多媒体编程

    • 发布日期:2011-04-27
    • 文件大小:19.19kb
    • 提供者:liuevan48
  1. training_gmm

    0下载:
  2. 训练高斯混合模型的程序,尽管此类代码较多,但本程序经过笔者改写优化后,很大程度上避免了普通方法中局部最优的问题。-Gaussian mixture model training procedures, although the code more, but the procedure after the author rewrite optimization, largely avoiding the ordinary method o
  3. 所属分类:Audio

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:
  1. gmm_creation_mle

    0下载:
  2. 采用期望最大算法最优化初始高斯混合模型的程序,笔者借用ubm自适应方法,很好的解决了模型不收敛的问题。-expectations largest algorithm using optimization initial Gaussian mixture model procedures, the author borrowed ubm adaptive method, a good model is not the solution c
  3. 所属分类:Audio

    • 发布日期:2024-11-29
    • 文件大小:4kb
    • 提供者:
  1. gmm_prob

    0下载:
  2. 计算高斯混合模型先验概率和后验概率的程序,采用大矩阵运算,大大提高了运行速度。-Gaussian mixture model calculated a priori probability and the probability of post-mortem procedures, using a large matrix computation, greatly improved speed.
  3. 所属分类:Audio

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:
  1. gmm

    0下载:
  2. 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。-One in the matlab environment prepared by the use of expectation maximization method GMM procedure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:windman
  1. gmm-gmr

    0下载:
  2. 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。-This is a used C++ Prepared gmm algorithm to achieve the procedure, there are sample procedures, the realization of the EM algorithm to find GMM parameters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:32kb
    • 提供者:阿商
  1. GMM

    0下载:
  2. 混合高斯模型的C++程序,封装成为C++的类,直接调用即可。-gaussian mixture model train code
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:20kb
    • 提供者:jiangkaihua
  1. GMM

    0下载:
  2. 完整的语音识别程序,训练模型固定。可以运行出识别结果的~-entire speech recognition programme,with the trainning model given.On matlab,we can get the result of recognition.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-29
    • 文件大小:54kb
    • 提供者:杜敏
  1. GMM

    0下载:
  2. 本程序为EMD-HHT-M源代码,供大家交流学习,语音识别专用代码-This program is EMD-HHT-M source code for all to share learning, speech recognition-specific code
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-29
    • 文件大小:3.58mb
    • 提供者:wrd
  1. gmm

    1下载:
  2. C++和opencv相结合的关于图像中高斯建模的程序。-C++ and opencv combination of Gaussian model on the image of the procedure.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-29
    • 文件大小:2.68mb
    • 提供者:hehe
  1. gmm

    0下载:
  2. 求高斯混合模型的EM算法,matlab程序。-Seeking EM algorithm for Gaussian mixture model, matlab program.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-29
    • 文件大小:13kb
    • 提供者:
  1. MFCC-GMM

    1下载:
  2. 基于MFCC的GMM的说话人识别,是很好的语音处理程序-MFCC of the GMM based speaker recognition, speech processing is a very good program
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-29
    • 文件大小:1.13mb
    • 提供者:周钰川
  1. GMM

    0下载:
  2. 高斯混合模型,有详细的说明,而且有程序,希望下载,很有帮助的!-GMM including explanation and programs
  3. 所属分类:matlab例程

    • 发布日期:2024-11-29
    • 文件大小:135kb
    • 提供者:小王
  1. GMM

    0下载:
  2. 高斯k均值程序算法,k-means是一种常用的聚类算法,可以实现数据的聚类。-K-means algorithm for Gaussian process, k-means clustering algorithm is a commonly used, can achieve data clustering.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-29
    • 文件大小:9kb
    • 提供者:xiajulong
  1. GMM

    0下载:
  2. 做毕设是用到的gmm的matlab程序,测试过的 ,绝对可以用-Complete set is used to do the matlab program gmm, tested, can surely be
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-29
    • 文件大小:54kb
    • 提供者:janey
  1. GMM)matlab源码

    0下载:
  2. 高斯模型就是用高斯概率密度函数(正态分布曲线)精确地量化事物,将一个事物分解为若干的基于高斯概率密度函数(正态分布曲线)形成的模型。(Gaussian model is to use Gaussian probability density function (normal distribution curve) to accurately quantify things, a thing is divided into several
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:11kb
    • 提供者:Byydyh
  1. 基于高斯混合模型(GMM)的说话人识别matlab

    1下载:
  2. 基于GMM的话者识别matlab程序,训练运行train.m,识别运行recog.m(speaker identification system based on GMM)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-29
    • 文件大小:2.68mb
    • 提供者:Robin_JTH
« 12 3 4 5 »

源码中国 www.ymcn.org