搜索资源列表

  1. GMM建模与EM算法

    0下载:
  2. 介绍如何使用GMM建模的ppt.里面有公式和注意事项.
  3. 所属分类:编程文档

    • 发布日期:2011-08-14
    • 文件大小:440.68kb
    • 提供者:flashzf
  1. EM算法

    0下载:
  2. EM算法,用于实现高斯混合模型参数估计GMM
  3. 所属分类:源码下载

    • 发布日期:2011-09-08
    • 文件大小:172kb
    • 提供者:yangshuangxue
  1. emgmm

    0下载:
  2. EM算法估计GMM的matlab版本的源代码,适合给类机器学习问题-EM algorithm estimates GMM Matlab version of the source code, suitable for the type of machine learning problems
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:3kb
    • 提供者:罗军
  1. GMMTRAIN

    0下载:
  2. 实现了从wave中读取数据,并通过mfcc提取特征系数。再通过分裂法聚类,最后使用EM算法建立GMM。-Realize the data read from the wave, and through MFCC feature extraction coefficient. Clustering through secession law, and finally the use of EM algorithm for the esta
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:gujunjun
  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-26
    • 文件大小:1kb
    • 提供者:windman
  1. EMGMMSeg

    0下载:
  2. 对图像进行GMM(混合高斯)拟合后用EM算法进行分割-Image GMM (Gaussian Mixture) after fitting algorithm using EM Segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:mona
  1. EMGMM

    1下载:
  2. 混合高斯模型和EM算法结合,当中用到了自己写的Kmeans聚类,附带测试样例、训练样例和main函数。-Gaussian Mixture Model and EM algorithms, which use their own written Kmeans cluster, with the test sample, the training sample and the main function.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:1.59mb
    • 提供者:teddy9605486
  1. em-c++

    0下载:
  2. 本文介绍了用c++实现em算法,非常有用!-This paper introduces the use c++ Realize em algorithm, very useful!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:6kb
    • 提供者:钟宏
  1. GMM-EM

    0下载:
  2. 用matlab实现高斯混合模型的前期处理和分类训练!-Using Gaussian mixture model matlab realize the pre-treatment and classification of training!
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-26
    • 文件大小:59kb
    • 提供者:yue
  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-26
    • 文件大小:32kb
    • 提供者:阿商
  1. speaker_identification

    0下载:
  2. 这是小弟在实验室做的说话人身份识别程序,采用MFCC参数提取,并建立GMM模型来进行识别。希望会对大家有帮助。-This is the boy in the laboratory to do the speaker identification procedure for the extraction of MFCC parameters and to establish GMM model to be identified. I ho
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-26
    • 文件大小:372kb
    • 提供者:feng
  1. GMM

    0下载:
  2. 高斯模型的实现,vc 6.0环境下实现的源代码,对于初学者有很好的借鉴作用-The realization of Gaussian model, vc 6.0 environment to achieve the source code, for the beginners have a good reference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:15kb
    • 提供者:liurui
  1. GMM-GMR-v1.2

    0下载:
  2. 这是一款用matlab编写的GMM算法,有样例,实现用EM算法寻找GMM参数-This is a matlab prepared using GMM algorithm, there is a sample, look for implementation using EM algorithm for GMM parameter
  3. 所属分类:matlab例程

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

    0下载:
  2. fast EM GM algorithm solving long computation time in matlab
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-26
    • 文件大小:14kb
    • 提供者:Pavol Mulinka
  1. EMGMMSeg

    0下载:
  2. GMM-EM聚类程序,输入是一维数据,很有用的程序。-GMM-EM clustering procedure, very useful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:汪世刚
  1. em

    0下载:
  2. Expectation Maximization for training GMM s, diagonal covariances. Requires vqtrain.m to have a good initialization.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:Parvatishankar
  1. EM-GMM

    0下载:
  2. Em algo for GMM, data mining unsupervised learning-Em algo for GMM, data mining unsupervised learning
  3. 所属分类:matlab例程

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

    0下载:
  2. em algorithm used in G-em algorithm used in GMM
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:50kb
    • 提供者:郑良
  1. em-algorithm-for-gmm

    0下载:
  2. 基于高斯混合模型(GMM)的em算法,给出了其matlab实现-em algorithm for GMM
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:18kb
    • 提供者:风陵渡
  1. SpeakerMFCCGMM

    0下载:
  2. speaker recognition using MFCC GMM EM-speaker recognition using MFCC GMM EM
  3. 所属分类:语音合成与识别

    • 发布日期:2024-11-26
    • 文件大小:3.58mb
    • 提供者:midou54
« 12 3 4 5 6 »

源码中国 www.ymcn.org