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

搜索资源列表

  1. OPENCV_GMM

    0下载:
  2. 基于OPENCV的GMM算法,通过时间推移建立视频图像的高斯混合背景模型,并可有效检测其中的运动目标。
  3. 所属分类:视频捕捉/采集

    • 发布日期:2014-01-17
    • 文件大小:9315
    • 提供者:马丁
  1. fuzzycluster

    0下载:
  2. 详细介绍了有关fcm,gmm算法的toolbox,并附有demo
  3. 所属分类:matlab例程

    • 发布日期:2010-10-20
    • 文件大小:2073264
    • 提供者:yuanyuanbenben
  1. 高斯混合模型的EM算法的源程序代码

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

    • 发布日期:2010-12-25
    • 文件大小:65702
    • 提供者:xuefeng51go
  1. hmm-1.03.tar.gz

    0下载:
  2. 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。, In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-11-08
    • 文件大小:12922
    • 提供者:李云强
  1. GMM-program

    0下载:
  2. 很好的GMM算法实现代码,代码中对矩阵使用编写的简单漂亮,并附有训练及测试数据-matlab code of GMM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:21235
    • 提供者:宇洁
  1. GMM

    1下载:
  2. 使用Matlab编程实现GMM算法,不调用已有函数库,对大量点进行分类-LM algorithm using Matlab programming, do not call the existing library, a large number of points to classify
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2130944
    • 提供者:lifei
  1. Speaker-recognition-based-on-GMM

    0下载:
  2. 本代码是主要实现基于GMM算法的说话人识别功能,属于现在比较热门的人工智能领域。-The code is mainly to achieve Based on GMM speaker recognition algorithms, it is now more popular field of artificial intelligence.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:10490
    • 提供者:季瑾
  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. 一种改进的混合高斯模型(GMM)算法,加入形态学滤波与团块处理算法,运动目标提取效果良好。(An improved hybrid Gauss model (GMM) algorithm, which combines morphological filtering and blob processing algorithm, achieves good moving target extraction.)
  3. 所属分类:其他

  1. GMM-GMR-v2.0

    0下载:
  2. 统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters. % This source code is the implementation of the algorithms described in % Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A %
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:39936
    • 提供者:negative09
  1. GMM_EM

    1下载:
  2. GMM算法是混合高斯模型,其求解过程需要不断迭代,本程序利用EM算法进行了仿真实现,可以加深对GMM的理解。(GMM algorithm is a hybrid Gauss model, and its solution process needs iteration. This program uses EM algorithm for simulation, which can deepen the understanding of GMM.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:530432
    • 提供者:我的1919年
  1. GMM

    0下载:
  2. 混合高斯算法,用opencv3实现,用于对运动目标进行检测 效果还算是不错的,代码通俗易(Hybrid Gauss algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:雨落清泉
  1. GMM

    0下载:
  2. matlab 实现GMM——EM算法,自动生产混合高斯分布,GMM算法的示例demo(matlab em gmm,Automatic production of mixed Gauss distribution, an example of GMM algorithm demo)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:yangbohust
  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. 一种较好的背景减除算法,可以提取运动物体的前景图像,并能较好进行运用(Background subtraction algorithm)
  3. 所属分类:图形图像处理

  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
    • 提供者:鱼干儿
  1. EM 算法

    1下载:
  2. 用EM算法求解高斯混合模型并可视化,数据是男女生的身高分布,前提是初始化男女生身高各自的均值和方差和比例,然后由EM算法求解,男女生身高的均值方差,以拟合数据。(The EM algorithm is used to solve the Gauss mixture model and visualize. The data is the height distribution of male and female. The premise is to initialize the mean, v
  3. 所属分类:数据挖掘

    • 发布日期:2021-04-05
    • 文件大小:1197056
    • 提供者:andyya
  1. 多维GMM聚类

    5下载:
  2. 该命令实现的是多维情况下的三维数据GMM聚类,该算法的缺点是使用matlab 对于大数据有计算机内存的要求。(This command implements GMM clustering of three-dimensional data in multi-dimensional situation. The disadvantage of this algorithm is that it requires computer memory for large data using matlab
  3. 所属分类:其他

    • 发布日期:2020-04-18
    • 文件大小:2048
    • 提供者:西江哥哥
  1. 聚类算法

    2下载:
  2. 文件夹中主要有二维的K-means,gmm,mean-shift,三维的K-means聚类算法的程序,同时已经经过本人验证无误,可以成功运行,有问题的可以私下交流。(Folder mainly two-dimensional k-means, GMM, mean-shift, three-dimensional k-means clustering algorithm procedures, at the same time has been verified by myself, can be
  3. 所属分类:通讯编程

    • 发布日期:2020-04-18
    • 文件大小:10240
    • 提供者:xuebiao
  1. EMM_Python2

    1下载:
  2. GMM算法说明 包括 EM、GMM、GMM参数设置、GMM机器学习(GMM code including EM,GMM. GMM_Parameter)
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:8192
    • 提供者:wenger111
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com