CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Expectation–maximization algorithm

搜索资源列表

  1. 基于贝叶斯网络的半监督聚类集成模型

    5下载:
  2. 已有的聚类集算法基本上都是非监督聚类集成算法,这样不能利用已知信息,使得聚类集成的准确性、鲁棒性和稳定性降低.把半监督学习和聚类集成结合起来,设计半监督聚类集成模型来克服这些缺点.主要工作包括:第一,设计了基于贝叶斯网络的半监督聚类集成(semi-supervised cluster ensemble,简称SCE)模型,并对模型用变分法进行了推理求解;第二,在此基础上,给出了EM(expectation maximization)框架下的具体算法;第三,从UCI(University of Ca
  3. 所属分类:编程文档

    • 发布日期:2011-03-21
    • 文件大小:698421
    • 提供者:imgump@qq.com
  1. opencv em算法

    0下载:
  2. Expectation-Maximization The EM (Expectation-Maximization) algorithm estimates the parameters of the multivariate probability density function in a form of the Gaussian mixture distribution with a specified number of mixtures.
  3. 所属分类:软件工程

  1. empca

    0下载:
  2. I present an expectation-maximization (EM) algorithm for principal component analysis (PCA).
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:122045
    • 提供者:sreenath
  1. registration_EM

    0下载:
  2. It actually simulates the registration process of multiple dissimilar sensors in a wireless sensor network using the expectation maximization algorithm.
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:1831
    • 提供者:papa_roach
  1. iccsa06_1

    0下载:
  2. Expectation-maximization algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:224342
    • 提供者:Binh
  1. Ch04

    0下载:
  2. Expectation-maximization algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:342714
    • 提供者:Binh
  1. Ch05

    0下载:
  2. Expectation-maximization algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:193143
    • 提供者:Binh
  1. modelbasedonspectrumprediction

    0下载:
  2. 文章展示了基于高斯混合模型的语音频谱预测方法。频谱预测可能在传包过程中预防丢包这方面起到大作用。期望最大化算法用两倍或三倍的连续语音因素来测试模型。模型被用来设计第一,儿等指令预测量。预测表用频谱分配状态来估计并和一个简单的参考模型对比。最好的预测表得到一个平均频率扭曲值是0.46dB小于参考模型-This paper presents methods for speech spectrum prediction based on Gaussian mixture models. Spec
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:297136
    • 提供者:will
  1. EM_algorithm.pdf

    0下载:
  2. Good tutorial for Expectation maximization algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:83940
    • 提供者:woody
  1. A-Bayesian-Approach

    0下载:
  2. In this paper, we propose a Bayesian methodology for receiver function analysis, a key tool in determining the deep structure of the Earth’s crust.We exploit the assumption of sparsity for receiver functions to develop a Bayesian deconvolution
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3350076
    • 提供者:张洋
  1. Km

    0下载:
  2. In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data space into Vo
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:691
    • 提供者:pongpan
  1. Gupta-and-Chen---2010---Theory

    0下载:
  2. This introduction to the expectation–maximization (EM) algorithm provides an intuitive and mathematically rigorous understanding of EM. Two of the most popular applications of EM are described in detail: estimating Gaussian mixture models (GMMs),
  3. 所属分类:Communication

    • 发布日期:2017-10-31
    • 文件大小:892543
    • 提供者:steve
  1. Final-report-V2

    0下载:
  2. 这篇论文基于Kernel和Gaussian Mixture Model提出了一种新的误码率估计方法,使用Stochastic Expectation-Maximization算法实现误码率实时盲估计-This report presents a new Bit Error Rate estimation method based on Kernel and Gaussian Mixture Model, the method utilizes Stochastic Expectation-Max
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1959845
    • 提供者:LIU He
  1. svm-alogrithm

    0下载:
  2. 机器学习十大算法之一:EM算法。能评得上十大之一,让人听起来觉得挺NB的。什么是NB啊,我们一般说某个人很NB,是因为他能解决一些别人解决不了的问题。神为什么是神,因为神能做很多人做不了的事。那么EM算法能解决什么问题呢?或者说EM算法是因为什么而来到这个世界上,还吸引了那么多世人的目光-Expectation Maximization Algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:424679
    • 提供者:991621
  1. EM

    0下载:
  2. 实验报告,实现:对于混合高斯分布的情况,使用最大期望算法,通过不断计算每个样本的均值与方差,使得似然函数达到最大值。可以很好地处理满足一定概率分布的数据。 代码中通过mvnrnd()函数,设定其中的参数,产生符合混合高斯分布的一组数据集。-Lab reports, to achieve: the case of the mixed Gaussian distribution, using expectation-maximization algorithm, through continuo
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:26692
    • 提供者:小明
  1. Distributed Expectation-Maximization Algorithm

    0下载:
  2. 介绍了分布式em在DOA中的应用,含有不同信噪比的实验结果(Introduced the application of distributed em in DOA)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-06
    • 文件大小:114688
    • 提供者:turrity
搜珍网 www.dssz.com