搜索资源列表
-
0下载:
用matlab语言写的EM(Expectation maximization)算法,用于模式分类
-
-
6下载:
EM算法介绍及Matlab演示代码(一维和多维高斯混合模型学习算法)-Introduction of EM algorithm and Matlab codes that implement the algorithm
-
-
0下载:
用于估计未知数据的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.
-
-
0下载:
duke的tutorial on EM的matlab经典源码,值得一看。-Matlab code for the tutorial on Expectation Maximization,worth a visit.
-
-
0下载:
GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
-
-
0下载:
GUI for an Expectation-Maximization algorithm (EM) variant (Split-EM-Discriminant)
-
-
0下载:
采用EM,期望最大方法,估计QPSK调制方式下的信噪比-Using EM, expectation maximization method to estimate the signal to noise ratio under QPSK modulation
-
-
0下载:
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
-
-
0下载:
EM算法 , EM算法是机器学习中一个很重要的算法,即期望最大化算法-EM algorithm, EM algorithm is a very important machine learning algorithm, that is, expectation maximization algorithm
-
-
1下载:
求解参数估计的常用算法——EM,即期望最大化算法,用于代替样本量不完全时的极大似然估计算法。-Common algorithm for solving parameter estimation- EM, expectation maximization algorithm is used to replace the sample size is not completely at the maximum likelihood estimation algorithm.
-
-
0下载:
Expectation-Maximization algorithm
-
-
0下载:
Expectation-Maximization algorithm for a HMM with Multivariate Gaussian measurement
Usage
-------
[logl , PI , A , M , S] = em_ghmm(Z , PI0 , A0 , M0 , S0 , [options])
-
-
0下载:
自己小结的期望最大化算法(EM算法),很详细。-Own summary of the expectation-maximization algorithm (EM algorithm), in great detail.
-
-
0下载:
EM算法,最大期望值算法,用MATLAB程序来编程-EM algorithm, expectation maximization algorithm using MATLAB program to program
-
-
0下载:
统计学中,基于matlab的EM(期望最大化)算法代码实现,可以设定输入和调整阈值-Expectation-maximization algorithm based on matlab, in which one can set input value and adjust threshold
-
-
0下载:
用多尺度卡尔曼滤波法,对信号参数进行识别估计。高频信号和低频信号识别结合起来改进了算法识别的精确度和准确度。-It is an implementation of hierarchical (a.k.a. multi-scale) Kalman filter using belief propagation. The model parameters are estimated by expectation maximization (EM) algorithm. In this impleme
-
-
1下载:
状态模型的极大似然估计,使用EM算法,以及卡尔曼滤波。-This supplementary note discusses the maximum likelihood esti-mation of state space models using Expectation-Maximization (EM) algorithm and
bootstrap procedure for statistical inference. A Matlab program scr ipt impleme
-
-
0下载:
EM算法,统计中被用于寻找,依赖于不可观察的隐性变量的概率模型中,参数的最大似然估计。程序用C++实现,注释写得很清晰-Expectation-maximization algorithm,based on Maximum Likelihood Estimation,C++ program
-
-
0下载:
自己编写的期望最大化(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
-
-
1下载:
在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。(In statistical calculation, the expectation maximization (EM) algorithm in probability (probabilistic) maximu
-