Welcome![Sign In][Sign Up]
Location:
Search - EM

Search list

[matlabEM_GM

Description: % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %- EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates
Platform: | Size: 3072 | Author: Shaoqing Yu | Hits:

[Embeded-SCM DevelopIAR.Em

Description: IAR Embedded workbench 应用指南-IAR Embedded workbench Application Guide
Platform: | Size: 1449984 | Author: weayne | Hits:

[SCMem458+ht1621

Description: EM系列单片机驱动1621子程序,调试通过-EM Series 1621 Single-chip driver subroutines, debugging through
Platform: | Size: 1024 | Author: jim | Hits:

[Special EffectsEMyu

Description: 最近在做毕设,是有关高斯混合模型的算法,主要采用EM算法,这片硕士论文在这方面介绍的比较详细,可以去下载研究下。-Recently completed the set up to do, is the Gaussian mixture model algorithm, the main use of EM algorithm, this Master
Platform: | Size: 1801216 | Author: | Hits:

[Special Effectsprf

Description: EM算法,graph-cut VC6.0
Platform: | Size: 28672 | Author: 李佳 | Hits:

[matlabMatlab-Fitting-Functions

Description: 附件中的m代码包括了一系列的拟合函数,这些函数通常的输入是概率分布的样本。还有最大似然估计仿真器、最小平方仿真器、混合高斯分布估计的EM算法、-M in the annex to the code, including a series of fitting function, which function normally is the probability distribution of input samples. There are maximum likelihood estimation simulator, emulator least squares, mixed-Gaussian distribution is estimated that the EM algorithm,
Platform: | Size: 68608 | Author: liyuedsg | Hits:

[matlabFitFunc

Description: 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!-This algorithm, including maximum likelihood estimation, least squares estimation, based on the EM algorithm estimate a mixture Gaussian distribution, EM algorithm for the test examples, each mapping the distribution of the plot function. Very useful!
Platform: | Size: 22528 | Author: liyuedsg | Hits:

[AI-NN-PRgmm-gmr

Description: 这是一款用C++编写的实现gmm算法的程序,有样例程序,实现了EM算法来寻找GMM参数。-This is a used C++ Prepared gmm algorithm to achieve the procedure, there are sample procedures, the realization of the EM algorithm to find GMM parameters.
Platform: | Size: 32768 | Author: 阿商 | Hits:

[Special EffectsEM_algorithm

Description: 非常好的EM算法介绍,不妨去看看.The Expectation Maximization Algorithm A short tutorial-Very good introduction EM algorithm, may wish to go and see. The Expectation Maximization AlgorithmA short tutorial
Platform: | Size: 82944 | Author: stephen | Hits:

[matlabFittFunc

Description: 多种概率分布的拟合函数集合 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!-Fitting a wide range of probability distribution functions including the collection of this algorithm maximum likelihood estimation, least squares estimation, based on the EM algorithm estimate a mixture Gaussian distribution, EM algorithm for the test examples, each mapping the distribution of the plot function. Have reference value is!
Platform: | Size: 21504 | Author: lcp | Hits:

[Special Effects13898399GaussEm

Description: matlab 下em算法 ma tlab 下em算法 matlab 下em算法-em algorithm matlab under ma tlab under the em algorithm under the em algorithm matlab
Platform: | Size: 11264 | Author: chenhuixing | Hits:

[AlgorithmSAS

Description: sas教程 SAS数据挖掘技术的实现 作为智能型的数据挖掘集成工具,SAS/EM的图形化界面、可视化操作可引导用户(即使是数理统计经验不太多的用户)按SEMMA原则成功地进行数据挖掘,用户只要将数据输入,经过SAS/EM运行,即可得到一些分析结果。有经验的专家还可通过修改数据调整分析处理过程。
Platform: | Size: 4096 | Author: bakey | Hits:

[Special EffectsEM4pr

Description: 模式分类(duda)中的EM算法,根据课后题目编制(见程序注释),便于一开始学习em算法的详细实现过程-Pattern Classification (duda) of the EM algorithm, in accordance with the preparation of after-school subject (see program notes), easy to start learning one em algorithm realize the process in detail
Platform: | Size: 2048 | Author: skybird2006 | Hits:

[Other GamesGuessNumber

Description: 猜数字游戏,程式?数产生一个数字,由玩家去猜-猜数字game program? Few have a figure, by the players em guessing
Platform: | Size: 1024 | Author: Anthony | Hits:

[Software EngineeringSPCE061A

Description: A Complete LIMS Solution modules for QA lot, Stability, EM
Platform: | Size: 4096 | Author: 李鸿源 | Hits:

[Windows DevelopEM_tutorition

Description: A very gentle tutor for EM algorithm. A efficient way to help you know the famous statistical signal processing algorithm EM.
Platform: | Size: 428032 | Author: kun | Hits:

[Graph Recognizegpml-matlab

Description: 图像识别的matlab程序,其中包含EP,EM-EP算法等。很有参考价值。-Matlab image recognition process, which includes EP, EM-EP algorithm. Useful reference value.
Platform: | Size: 843776 | Author: asdasdasd | Hits:

[AI-NN-PRstprtool15aug08

Description: 统计模式识别算法包,包括线性分类算法,SVM,PCA,LDA,EM,k-means分类等多种常用的模式识别算法。-Statistical pattern recognition algorithm package, including a linear classification algorithm, SVM, PCA, LDA, EM, k-means classification and many other commonly used pattern recognition algorithms.
Platform: | Size: 5998592 | Author: Xiaoyue Jiang | Hits:

[AI-NN-PRMIL-Ensemble

Description: This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-DD. Ensembles of these single multi-instance learners can be built with this toolbox
Platform: | Size: 4047872 | Author: wsy | Hits:

[AlgorithmEM-FEM

Description: 用VC写得计算电磁学的有限元分析程序,供参考-Written by VC computational electromagnetics finite element analysis procedure, for reference
Platform: | Size: 331776 | Author: 严玉洁 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net