搜索资源列表
-
0下载:
期望最大化算法。MALAB编写。应用用模式识别。-expectation maximization algorithm. MATLAB prepared. Application of pattern recognition.
-
-
0下载:
一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。
-
-
6下载:
统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含:
1,Analysis of linear discriminant function
2,Feature extraction: Linear Discriminant Analysis
3,Probability distribution estimation and clustering
4,Support Vector and other Kernel Machines,
-
-
1下载:
混合高斯分布中基于最大期望算法的参数估计模型,适应于通信与信号处理以及统计学领域,Mixed Gaussian distribution algorithm based on the parameters of the greatest expectations of the estimated model, adapted to communications and signal processing, as well as the field of statistics
-
-
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.
-
-
2下载:
Blobworld:基于期望最大算法的图像分割
及其在图像查询中的应用
-Blobworld: Image segmentation using Expectation-Maximization and its
application to image querying
-
-
0下载:
duke的tutorial on EM的matlab经典源码,值得一看。-Matlab code for the tutorial on Expectation Maximization,worth a visit.
-
-
1下载:
关于最大似然重建方法的实现,可用于tomography reconstruction-This is the code for maximum likelihood expectation maximum reconstruction method which is frequently applied in tomography reconstruction, such as CT and PET
-
-
1下载:
Free Split and Merge Expectation-Maximization algorithm for Multivariate Gaussian Mixtures. This algorithm is suitable to estimate mixture parameters and the number of conpounds-Free Split and Merge Expectation-Maximization algorithm for Multivariate
-
-
1下载:
This package contains Matlab m-files for learning finite Gaussian mixtures from sample data and performing data classification with Mahalanobis distance or Bayesian classifiers. Each class in training set is learned individually with one of the three
-
-
1下载:
Expectation Maximization for training GMM s, diagonal covariances. Requires vqtrain.m to have a good initialization.
-
-
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下载:
Bayesian mixture of Gaussians. This set of files contains functions for performing inference and learning on a Bayesian Gaussian mixture model. Learning is carried out via the variational expectation maximization algorithm.
-
-
0下载:
Mixture of linear regressors. The routines contained in this file allow inference and learning of a mixture of linear-Gaussian regression models. Learning is performed by maximizing the data likelihood via the expectation maximization algorithm.
-
-
1下载:
Linear dynamical system. This set of functions performs inference and learning of a linear Kalman filter model. Inference is carried out via forward-backward smoothing, and learning is accomplished via the expectation maximization algorithm.
-
-
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
-
-
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下载:
统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters.
% This source code is the implementation of the algorithms described in
% Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A
%
-