CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - em gmm

搜索资源列表

  1. GMMandEMandBICProgramm

    1下载:
  2. 模式识别 关于GMM+EM+BIC,请运行附件的程序。主程序:VASceneAnalysisFH7_ICMEFull_2009.m -Pattern Recognition on the GMM+ EM+ BIC, please run the attached file. Main program: VASceneAnalysisFH7_ICMEFull_2009.m
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6844111
    • 提供者:姚其
  1. GMM-GMR-v1.2

    1下载:
  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

    • 发布日期:2015-04-07
    • 文件大小:39517
    • 提供者:Ruby
  1. GMM-GMR-v1.2

    0下载:
  2. GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1034732
    • 提供者:ning
  1. gmm

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

    • 发布日期:2017-03-28
    • 文件大小:13314
    • 提供者:
  1. GMM_background_src

    1下载:
  2. 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data sam
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5302
    • 提供者:路江
  1. GMM-GMR-v2.0

    0下载:
  2. 基于泛化自回归的源模型,以及在这个模型基础上的EM算法实现-Generalization based on the source from the regression model, as well as in the model based on EM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:34395
    • 提供者:hannah
  1. EM-GMM

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

    • 发布日期:2017-04-02
    • 文件大小:1613
    • 提供者:vicky
  1. EM

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

    • 发布日期:2017-04-02
    • 文件大小:51130
    • 提供者:郑良
  1. em-algorithm-for-gmm

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

    • 发布日期:2016-10-18
    • 文件大小:18432
    • 提供者:风陵渡
  1. gmm

    0下载:
  2. MATLAB编写的用于实现最大期望的算法,-EM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:542
    • 提供者:wangyong
  1. GMM

    2下载:
  2. 无监督混合高斯模型(GMM)的EM估计,含两篇IEEE论文的源码-This is a set of MATLAB m-files implementing the mixture fitting algorithm described in the paper M. Figueiredo and A.K.Jain, "Unsupervised learning of finite mixture models", IEEE Transaction on Pattern Analys
  3. 所属分类:matlab

    • 发布日期:2015-04-07
    • 文件大小:24576
    • 提供者:郑馨
  1. em

    0下载:
  2. EM算法的Matlab实现,针对GMM模型-EM algorithm for GMM Model
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11365
    • 提供者:李强
  1. EM

    0下载:
  2. GMM的优化,用EM算法实现高斯混合模型-GMM optimization algorithm EM
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14018
    • 提供者:zhfsongsong
  1. EM-GMM

    0下载:
  2. 利用EM算法实现高斯混合模型的优化,完成特征建模-Use of EM Algorithm to to achieve the the the optimization of of the Gaussian mixture model, to complete the Feature Modeling
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:14026
    • 提供者:zhfsongsong
  1. GMM

    0下载:
  2. 程序展示了使用EM algorithm来训练GMM(Gaussian Mixture Model)来进行binary classification。-Program demonstrates the use of EM algorithm to train the GMM (Gaussian Mixture Model) for binary classification.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2644
    • 提供者:杜晗
  1. GMM

    0下载:
  2. 通过应用matlab实现高斯算法,用EM估计GMM的数据参数,并把运算时其遗漏数据补全-Matlab achieved through the application of Gauss algorithm estimates GMM data parameters EM, and the missing data when computing its complement
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:11380
    • 提供者:张宁
  1. 讲课涉及到的一些源代码

    0下载:
  2. 一些关于混合高斯模型的程序,包括em方法和gibbish采样(some code relate to gmm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:17116160
    • 提供者:大桥2
  1. GMM_EM

    1下载:
  2. GMM模型下的EM算法,一个实用的matlab仿真代码(EM algorithm under GMM model)
  3. 所属分类:matlab例程

  1. EM-GMM.py

    0下载:
  2. Gaussian mixture 的 EM算法(EM algorithm for Gaussian mixture model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:rrr2727
  1. GMM

    1下载:
  2. 实现了EM算法对高斯混合模型进行聚类,并将聚类结果用图像展示出来,希望对混合模型的朋友有用。(The EM algorithm is implemented to cluster the Gauss mixture model, and the clustering results are displayed with images, hoping to be useful to friends of the mixed models.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:鱼干儿
« 12 »
搜珍网 www.dssz.com