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

搜索资源列表

  1. EM-algorithm-of-Matlab-source

    1下载:
  2. EM算法的Matlab源码 EM算法是机器学习中一个很重要的算法,即期望最大化算法,主要包括以下两个步骤:   E步骤:estimate the expected values   M步骤:re-estimate parameters-EM algorithm of Matlab source EM algorithm is the machine learning a very important algorithm, which maximize algorithm, mainly
  3. 所属分类:Algorithm

    • 发布日期:2015-05-01
    • 文件大小:11264
    • 提供者:柳瑶
  1. em_ghmm.zip

    0下载:
  2. EM算法,用于估计参数的一个初级入门实例,EM algorithm, used to estimate the parameters of a primary entry examples
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:204523
    • 提供者:wanglinghua
  1. EmEstimate

    0下载:
  2. 给定独立同分布样本集,用matlab编程实现EM算法进行参数估计-Given the independent and identically distributed sample set, using matlab programming EM algorithm to estimate parameters
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:764
    • 提供者:jing
  1. EM

    0下载:
  2. 用于估计未知数据的EM算法,即最大期望算法,用到的地方很多,可用来做同步。-The data used to estimate the unknown EM algorithm, that is the maximum expectation algorithm, used in many places, can be used for synchronization.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:5432
    • 提供者:龚万春
  1. em

    3下载:
  2. em算法是一种估计最优参数的方法 又名最大期望算法-em algorithm is a way to estimate the optimal parameters, also known as the greatest expectations algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5724
    • 提供者:凌风
  1. EM_1D

    0下载:
  2. 一维EM算法MATLAB实现,两分支高斯混合模型,均值和方差都不相同。-one dimensino EM algorithm implemented by MATLAB. Estimate the mean and variance of Gaussian Mixture Model with two branches.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1052
    • 提供者:luoyong
  1. bishecode

    0下载:
  2. 这个程序是用在LDPC加EM中的,自己编的有很好的性能,用来估计依稀未知的参数,比如相偏频偏之类的-This procedure is used in LDPC EM in Canada, his series have good performance, used to estimate the unknown parameters vaguely, such as phase offset of the class of partial
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:69964
    • 提供者:龚万春
  1. NDA_EM_qpsk

    0下载:
  2. 采用EM,期望最大方法,估计QPSK调制方式下的信噪比-Using EM, expectation maximization method to estimate the signal to noise ratio under QPSK modulation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:大户深
  1. EM.tar

    0下载:
  2. This package uses iterative EM and K-Subspaces methods to estimate multiple subspace structures with all dimensions given.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:214399
    • 提供者:Bingmiao Huang
  1. EMALGORITHM

    0下载:
  2. In statistics, an expectation-maximization (EM) algorithm is a method for finding maximum likelihood or maximum a posteriori (MAP) estimates of parameters in statistical models, where the model depends on unobserved latent variables. EM is an iterati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1888
    • 提供者:loossii
  1. EM_Algorithm

    0下载:
  2. EM algorithm is to solute the problem of parameter maximum likelihood estimation by Dempster, Laind, Rubin in 1977. The EM algorithm can estimate maximum likelihood only through incomplete data set. -EM algorithm is to solute the problem of parame
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:529
    • 提供者:hporange
  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. em_covariances

    0下载:
  2. Using SAS/IML : This code uses the EM algorithm to estimate the maximum likelihood (ML) covariance matrix and mean vector in the presence of missing data. This implementation of the EM algorithm or any similar ML approach assumes that the data are
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:8917
    • 提供者:jpsartre
  1. EM

    0下载:
  2. 该算法利用概率论中最大似然估计实现EM算法,通过对理论图像和统计图像的比较得出结果。-The algorithm uses the probability of the maximum likelihood estimate EM algorithm, the results of the comparison of theoretical imagery and statistical image.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-15
    • 文件大小:14336
    • 提供者:胡成燕
  1. KalmanAll

    1下载:
  2. 关于卡尔曼滤波的matlab代码,其中包含了滤波的主算法,以及使用EM查找最大可能的估计参数,随机样本-Kalman filter matlab code, which contains the main algorithm filtering, and the use of EM to find the best possible estimate parameters of a random sample, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:273465
    • 提供者:chen
  1. EM11

    0下载:
  2. EM算法用于混合高斯模型的估计。算法结构清晰,有详细的中文说明。条理清晰。保证能够运行出来。-EM algorithm is used to estimate the Gaussian mixture model. Clear algorithm structure, a detailed descr iption of the Chinese. Guaranteed to run out.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:谢辰
  1. GMM_EM

    0下载:
  2. 高斯混合模型EM算法,通过EM算法来进行高斯混合模型的参数估计-Gaussian mixture model EM algorithm parameters by EM algorithm to estimate the Gaussian mixture model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:40731
    • 提供者:songkun
  1. EM

    0下载:
  2. EM算法是在概率模型中寻找参数的最大拟然估计或最大后验估计的迭代算法-EM algorithm is looking for parameters in the probability model of maximum quasi likelihood estimation or maximum a posteriori estimate of the iterative algorithm
  3. 所属分类:AI-NN-PR

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

    1下载:
  2. 用Python写的EM算法 估计男女身高 来验证EM算法的准确性-Written in Python EM algorithm to estimate the height of men and women to verify the accuracy of the EM algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:173072
    • 提供者:王道
  1. R

    2下载:
  2. R语言对数据进行Garch-M-Copula建模并利用EM算法估计相应的参数(Garch-m-copula is used to model the data in R language and EM algorithm is used to estimate the corresponding parameters)
  3. 所属分类:其他

    • 发布日期:2020-04-14
    • 文件大小:35840
    • 提供者:kekedd
« 12 »
搜珍网 www.dssz.com