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

搜索资源列表

  1. To-predict

    0下载:
  2. matlab预测程序集合,适用于数学建模大赛,直接数据导入就可以用。包括灰色模型预测程序2个,gm10,greymodel,高斯混合模型mixture_of_gaussians,以及BP神经网络优化模型,遗传算法优化,Genetic,粒子群算法优化,PSO-Matlab to predict collection, suitable for mathematical modeling contest, data import can use directly. Including gray mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:7211
    • 提供者:Lisa
  1. dangaosi

    0下载:
  2. 单高斯模型是一种图像处理背景提取的处理方法,适用于背景单一不变的场合,其他如混合高斯模型等方法都是对单高斯模型的扩展,单以单高斯模型最为简便,而且采取参数迭代方式,不用每次都进行建模处理。-Single Gaussian model is an image processing method for processing background extraction, suitable for constant background single occasion, other methods s
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7147520
    • 提供者:高炳辉
  1. Untitled2

    0下载:
  2. 基于帧间差分的单目标/多目标的实时跟踪程序,基于MATLAB编写。希望对刚学习MATLAB的同学有所帮助-This example shows how to perform automatic detection and motion-based tracking of moving objects in a video a stationary camera. Copyright 2014 The MathWorks, Inc. Detec
  3. 所属分类:Graph program

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:
  1. 98868527

    0下载:
  2. 关于高斯混合模型GMM的matlab源代码,不错的源码-About gaussian mixture model of GMM matlab source code, source code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:Chdistoeheb
  1. RZLNB33

    0下载:
  2. 关于高斯混合模型GMM的matlab源代码,不错的源码(About gaussian mixture model of GMM matlab source code, source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:pdpsistcnce
  1. GMM-Code

    0下载:
  2. A two-stage mechanism of ECG classification using Gaussian mixture model(An automatic classifier for electrocardiogram (ECG) based cardiac abnormality detection using Gaussian mixture model (GMM) is presented here. In first stage, preprocessing tha
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:487424
    • 提供者:vidi
  1. TrafficDetection-master

    0下载:
  2. 一种综合多种算法的车辆检测和追踪方法,运行时间较长,但效果很棒(We implement a system for vehicle detection and tracking from traffic video using Gaussian mixture models and Bayesian estimation. In particular, the system provides robust foreground segmentation of moving vehicles
  3. 所属分类:图形图像处理

  1. EMfc

    0下载:
  2. 一个EM算法 这是通过高斯混合模型进行聚类的EM算法的实现,使用图形在线表示。(EM algorithm This is an implementation of the EM algorithm for Clustering via Gaussian mixture models, using graphical on-line representation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:ykkhds
  1. RCY-GMMtest1

    0下载:
  2. 高斯混合模型(GMM,Gaussian Mixture Model)参数如何确立这个问题,详细讲解期望最大化(EM,Expectation Maximization)算法的实施过程。(How to establish the parameters of Gauss mixture model and explain the implementation process of the expectation maximization algorithm in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:cyren
  1. camshift

    0下载:
  2. Focusing on the failure under the condition of target blocking, the similarity between target color and background color for the Camshift algorithm, an improved algorithm based on Camshift algorithm is proposed. Gaussian mixture model is used to d
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:432128
    • 提供者:bouch
  1. GM-PHD1

    0下载:
  2. Over-the-horizon radar (OTHR) exploits skywave propagation of high-frequency signals to detect and track targets, which are different from the conventional radar. It has received wide attention because of its wide area surveillance, long detectio
  3. 所属分类:matlab例程

    • 发布日期:2020-01-25
    • 文件大小:18432
    • 提供者:ioeyoyo
  1. automatic_image_segement

    2下载:
  2. 本文以k-means算法为背景,引入信息熵相关知识,从而实现全自动分割图像。然而在利用混合高斯模型对图像进行数据分析时,会发生一定的过拟合现象,导致我们得不到预期的聚类数目。本文设计合理的合并准则,令模型简化,有效地消除过拟合现象,使得最后得到的聚类数目与预期符合。,设计合理的准则改进了图像的全自动分割方法,使得分割结果更加优化(In this paper, k-means algorithm is used as the background, and information entropy
  3. 所属分类:图形图像处理

    • 发布日期:2019-09-18
    • 文件大小:1024
    • 提供者:xiaoxiaofish
  1. machine_learning_python-master

    1下载:
  2. 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-05-08
    • 文件大小:2592768
    • 提供者:似水流年19
« 1 2 ... 9 10 11 12 13 14»
搜珍网 www.dssz.com