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

搜索资源列表

  1. emgm

    0下载:
  2. matlab em程序,已经详细注释,可以作为参考。
  3. 所属分类:matlab例程

  1. EM-SVM

    0下载:
  2. 模式识别课程作业,em算法,svm算法,适合初学者,绝对简单例子-Pattern Recognition course work, em algorithm, svm algorithm, suitable for beginners, absolutely simple example
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:189163
    • 提供者:吴照
  1. EM

    1下载:
  2. 实现EM算法的MATLAB仿真程序,利用高斯混合模型实现EM聚类算法,并比较估计参数。-EM algorithm to achieve the MATLAB simulation program, using Gaussian Mixture Model EM clustering algorithm, and compare the estimated parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:940
    • 提供者:闻辉
  1. EM-MRF-ICM

    2下载:
  2. 基于EM-马尔科夫随机场-ICM的图像分割程序,很好的学习代码-EM-based Markov random-ICM image segmentation procedures, good learning code
  3. 所属分类:matlab

    • 发布日期:2016-04-26
    • 文件大小:9678848
    • 提供者:tyj
  1. EM

    0下载:
  2. EM算法,统计中被用于寻找,依赖于不可观察的隐性变量的概率模型中,参数的最大似然估计。程序用C++实现,注释写得很清晰-Expectation-maximization algorithm,based on Maximum Likelihood Estimation,C++ program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:79517
    • 提供者:lihaoliang
  1. em

    1下载:
  2. 实现利用高斯分布聚类,即完成em算法,直接在matlab上运行,可以作图直观显示(二维数据)-Achieve Gaussian distribution clustering, complete em algorithm, running directly on matlab, you can visualize mapping (two-dimensional data)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:799
    • 提供者:宁永恒
  1. EM

    0下载:
  2. 自己编写的期望最大化(EM)算法的MATLAB实现,里面有较为运行方法和程序说明,对新手有很好的帮助- I have written the expectation-maximization (EM) algorithm in MATLAB, which has run more methods and procedures described, there is a good help for the novice
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:18168
    • 提供者:张三
  1. em-x-help

    0下载:
  2. E.M-X利用辅助支持库,画地图格子,其他快速辅助函数。-EM-X supports the use of an auxiliary library, draw a map grid, other fast auxiliary functions.
  3. 所属分类:Game Engine

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

    0下载:
  2. EM 分类 多元高斯分布的一段程序 分类效果比较不错 -A program classification results EM classification multivariate Gaussian distribution is quite good
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:893
    • 提供者:老鸭煲
  1. EM

    0下载:
  2. EM算法 VC++ 需要的朋友可以自行下载-EM algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:40943
    • 提供者:CP
  1. Geometry-of-the-EM-

    0下载:
  2. 本文为对最大期望算法的一个介绍,从解析几何角度分析了算法的特性和几何意义,对从事机器学习的人有较大参考价值。-An excellent introduction for Expectation Maximum algorithm. In this paper, a geometric view of the EM algorithm is given, which might be
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:314867
    • 提供者:成方
  1. EM

    0下载:
  2. EM算法求解随机优化问题代码,用数值积分方法求解-EM algorithm for solving stochastic optimization problem code, using numerical integration method for solving
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:42708
    • 提供者:方轩
  1. EM-MCE

    0下载:
  2. 信号统计建模,MCE算法,EM算法,模式识别-Signal statistical modeling, MCE algorithm, EM algorithm, pattern recognition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:44890
    • 提供者:Yu Zhuang
  1. EM-Gaussian-mixture

    0下载:
  2. EM algorithm for Gaussian mixture model
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18962
    • 提供者:傲啸天
  1. PPPIterative-EM-MAP-Algorithm

    0下载:
  2. iterative EM MAP algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:365392
    • 提供者:sajad
  1. em

    0下载:
  2. em - EM algorithm for adaptive multivariate Gaussian mixtures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:javidmehrnoosh
  1. EM

    0下载:
  2. 模糊聚类算法的应用,找出相应的焦点和系统运行的相关状态。-Application of FCM and EM,it can select the focus and the operation of the system.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:1023735
    • 提供者:冯莉
  1. The-EM-Algorithm-and-Extensions

    1下载:
  2. 一本关于EM算法的书籍,对EM算法进行了详尽的介绍。-A book on the EM algorithm, the EM algorithm in detail.
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:15421007
    • 提供者:Bruce
  1. EM-SEM

    0下载:
  2. 极化SAR数据格式,EM算法,SEM的经典文献。-PolSARpro_DataFormat,Stochastic Versions of the EM Algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-06-01
    • 文件大小:13961305
    • 提供者:chen
  1. EM-algorithm-learning-tips

    1下载:
  2. 数据挖掘十大经典算法之一的EM算法的学习文档,里边有细致的介绍。-One of the top ten classical data mining algorithms EM algorithm to learn the document, inside a detailed introduction.
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:166000
    • 提供者:lida
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com