Welcome![Sign In][Sign Up]
Location:
Search - expectation maximization algorithm in matlab

Search list

[AI-NN-PRempca

Description: 用EM算法估计PCA参数,效果比传统的PCA要好,原文发表于神经计算杂志上,有兴趣者可以先看论文。-using EM algorithm parameters estimated PCA results than the traditional PCA better, in the language of neural computation published in the magazine, those who are interested can read papers.
Platform: | Size: 159744 | Author: 武旗 | Hits:

[Graph programEM_Algorithm_for_Clustering

Description: 期望最大化算法。MALAB编写。应用用模式识别。-expectation maximization algorithm. MATLAB prepared. Application of pattern recognition.
Platform: | Size: 4096 | Author: Jing Fan | Hits:

[matlabEM

Description: 用matlab语言写的EM(Expectation maximization)算法,用于模式分类-Matlab language used to write the EM (Expectation maximization) algorithm for pattern classification
Platform: | Size: 2048 | Author: 罗升阳 | Hits:

[AI-NN-PREM

Description: EM算法介绍及Matlab演示代码(一维和多维高斯混合模型学习算法)-Introduction of EM algorithm and Matlab codes that implement the algorithm
Platform: | Size: 203776 | Author: 冰激凌 | Hits:

[matlabstprtool

Description: 统计模式识别工具箱(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- This section should give the reader a quick overview of the methods implemented in STPRtool. • Analysis of linear discriminant function: Perceptron algorithm and multiclass modification. Kozinec’s algorithm. Fisher Linear Discriminant. A collection of known algorithms solving the Generalized Anderson’s Task. • Feature extraction: Linear Discriminant Analysis. Principal Component Analysis (PCA). Kernel PCA. Greedy Kernel PCA. Generalized Discriminant Analysis. • Probability distribution estimation and clustering: Gaussian Mixture Models. Expectation-Maximization algorithm. Minimax probability estimation. K-means clustering. • Support Vector and other Kernel Machines: Sequential Minimal Optimizer (SMO). Matlab Optimization toolbox based algorithms. Interface to the SVMlight software. Decomposition approaches to train the Multi-class SVM classifiers. Multi-class BSVM formulation trained by Kozinec’s algorithm, Mitchell- Demyanov-Molozenov algorithm
Platform: | Size: 4271104 | Author: 查日东 | Hits:

[Linux-Unixgmmbayestb-v0.1.tar

Description: 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 variations of the Expectation Maximization algorithm: the basic EM algorithm with covariance fixing, the Figueiredo-Jain clustering algorithm and the greedy EM algorithm. The basic EM and FJ algorithms can handle complex valued data directly, the greedy EM algorithm cannot.
Platform: | Size: 20480 | Author: | Hits:

[matlabExpectation-Maximization

Description: 混合高斯分布中基于最大期望算法的参数估计模型,适应于通信与信号处理以及统计学领域-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
Platform: | Size: 6144 | Author: 赵亮 | Hits:

[Documentsregistration_EM

Description: It actually simulates the registration process of multiple dissimilar sensors in a wireless sensor network using the expectation maximization algorithm.
Platform: | Size: 2048 | Author: papa_roach | Hits:

[matlabmlr

Description: 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.
Platform: | Size: 4096 | Author: ruso | Hits:

[Software Engineeringmodelbasedonspectrumprediction

Description: 文章展示了基于高斯混合模型的语音频谱预测方法。频谱预测可能在传包过程中预防丢包这方面起到大作用。期望最大化算法用两倍或三倍的连续语音因素来测试模型。模型被用来设计第一,儿等指令预测量。预测表用频谱分配状态来估计并和一个简单的参考模型对比。最好的预测表得到一个平均频率扭曲值是0.46dB小于参考模型-This paper presents methods for speech spectrum prediction based on Gaussian mixture models. Spectrum prediction may be useful in a packet transmission system where the sensitivity to packet losses is a major problem. Models of speech are trained by the Expectation Maximization algorithm using pairs, triples etc. of consecutive cepstral vectors. The models are used to design first, second etc. order predictors. The prediction schemes are evaluated using the spectral distortion criterion and compared to a simple reference method. The best prediction scheme obtains an average spectral distortion that is 0.46 dB less than for the reference method.
Platform: | Size: 296960 | Author: will | Hits:

[matlabEM

Description: 用于估计未知数据的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.
Platform: | Size: 5120 | Author: 龚万春 | Hits:

[matlabEMALGORITHM

Description: 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 iterative method which alternates between performing an expectation (E) step, which computes the expectation of the log-likelihood evaluated using the current estimate for the latent variables, and a maximization (M) step, which computes parameters maximizing the expected log-likelihood found on the E step. These parameter-estimates are then used to determine the distribution of the latent variables in the next E step.-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 iterative method which alternates between performing an expectation (E) step, which computes the expectation of the log-likelihood evaluated using the current estimate for the latent variables, and a maximization (M) step, which computes parameters maximizing the expected log-likelihood found on the E step. These parameter-estimates are then used to determine the distribution of the latent variables in the next E step.
Platform: | Size: 2048 | Author: loossii | Hits:

[matlablibsvm

Description: 基于matlab的SVM(支持向量机)算法。作为非常流行的svm工具,可以实现基于SVM的数据分析,能够应用于人工智能及模式识别领域。-Matlab based on the expectation-maximization algorithm for Gaussian mixture model (GMM) toolkit. GMM-based data can be analyzed, can be used in the field of artificial intelligence and pattern recognition.
Platform: | Size: 96256 | Author: Zhao Sixuan | Hits:

[matlabEM

Description: 统计学中,基于matlab的EM(期望最大化)算法代码实现,可以设定输入和调整阈值-Expectation-maximization algorithm based on matlab, in which one can set input value and adjust threshold
Platform: | Size: 1024 | Author: haha | Hits:

[AlgorithmEM

Description: 自己编写的期望最大化(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
Platform: | Size: 18432 | Author: 张三 | Hits:

CodeBus www.codebus.net