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

搜索资源列表

  1. 高斯混合模型的EM算法的源程序代码

    2下载:
  2. GMM模型的一个小例子,可以做出不学习这个模型用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2010-12-25
    • 文件大小:65702
    • 提供者:xuefeng51go
  1. GMM-modeling-and-EM

    0下载:
  2. 介绍Opencv这个图像处理库环境下的GMM建模与EM算法,从数学的角度深入分析高斯建模和EM算法-Introduce the the Opencv this image processing GMM modeling the EM algorithm in the library environment, in-depth analysis from a mathematical point of the Gaussian model and the EM algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:451253
    • 提供者:xue
  1. 08gmm

    0下载:
  2. GMM很好的理论资料,对高斯模型的详细描述以及EM算法的介绍。对编程有一定的帮助。-This is for the initial researcher to study about the GMM Model.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:195954
    • 提供者:郭伟
  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-29
    • 文件大小:34395
    • 提供者:hannah
  1. Density_Estimation

    2下载:
  2. 分别采用GMM和KDE对Iris数据集进行密度建模,并进行对比。通过EM算法来确定GMM参数,通过交叉验证来确定K值-GMM and KDE respectively Iris data set of density modeling, and compared. GMM by EM algorithm to determine the parameters of K determined by the value of cross-validation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2951430
    • 提供者:高进
  1. em

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

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

    0下载:
  2. 这里介绍了一个利用了EM算法得到的GMM训练c代程序-This is a useful file of GMM code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2646
    • 提供者:李娜
  1. EM

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

    • 发布日期:2017-04-03
    • 文件大小: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算法,简单实用,非常好,包括原始文档内容-em algorithm is simple and practical, very good, including the content of the original document, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:9706
    • 提供者:zdm
  1. Gaussian-mixture-model

    0下载:
  2. 混合高斯模型GMM EM算法,建模效果好,可以用于行为识别-Gaussian mixture model GMM EM algorithm, modeling effect, can be used for behavior recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1089240
    • 提供者:余梓兴
  1. EM

    1下载:
  2. EM算法,迭代得到高斯混合模型对原数据进行估计.直接运行EM.m,可以直观观察运行结果-use EM algorithm to get GMM(Gaussion Mixture Model)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2127
    • 提供者:李娜
  1. gmm

    0下载:
  2. EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。-EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:982166
    • 提供者:王菽裕
  1. GMM-latentSpace-v2.0

    0下载:
  2. GMM算法,利用EM算法求解混合模型中每个模型的参数-Gaussian Mixture Model,GMMalgorith,Use EM algorith
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:38530
    • 提供者:Xiao Fang
  1. GMM

    0下载:
  2. 高斯混合模型,通过EM算法迭代得出,可用于语音识别,图像识别等各种领域(Gauss mixture model is iteratively obtained by EM algorithm, and can be used in various fields such as speech recognition and image recognition)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:TimeMiddle
  1. vbemgmm

    1下载:
  2. 在混合高斯模型参数估计方法上有很多方法,例如最大似然函数的EM算法,但是该算法容易出现过拟合,故本文提出了一个变分EM的算法来对参数进行估计,可以避免EM算法中的不足。 下面的示例文件中说明了使用下面的示例文件说明了用法 examplevbem,VBEM M示例文件 faithful.txt数据集为例(The parameters of Gauss mixture model estimation method has a lot of methods, such as the maxim
  3. 所属分类:书籍源码

    • 发布日期:2017-12-30
    • 文件大小:448512
    • 提供者:jiajiale
  1. GMM

    0下载:
  2. 此算法实现高斯混合,可以对初始聚类算法选择c均值和EM,可以实现密度估计和分类。(This GMM algorithm can estimate the density and class, the initial steps can select the C-mean and EM.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:永yong
  1. GMM

    0下载:
  2. 高斯混合聚类的python实现代码,里面有data的demo(Python implementation code of Gauss mixed clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:lwlei
  1. EM-GMM.py

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

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:rrr2727
« 1 23 »
搜珍网 www.dssz.com