GMM

所属分类:matlab编程
开发工具:matlab
文件大小:24KB
下载次数:115
上传日期:2011-12-08 15:05:21
上 传 者正月的星光
说明:  无监督混合高斯模型(GMM)的EM估计,含两篇IEEE论文的源码
(This is a set of MATLAB m-files implementing the mixture fitting algorithm described in the paper M. Figueiredo and A.K.Jain, "Unsupervised learning of finite mixture models", IEEE Transaction on Pattern Analysis and Machine Intelligence, vol. 24, no. 3, pp. 381-396, March 2002.)

文件列表:
demo1.bmp (236278, 2011-12-08)
demo2.bmp (236278, 2011-12-08)
demo1.m (626, 2011-12-08)
demo2.m (504, 2001-08-01)
elipsnorm.m (600, 2002-09-10)
genmix.m (1356, 1999-01-17)
mixtures4.m (18114, 2002-02-11)
multinorm.m (473, 2001-07-13)
uninorm.m (212, 2001-07-13)

This is a set of MATLAB m-files implementing the mixture fitting algorithm described in the paper M. Figueiredo and A.K.Jain, "Unsupervised learning of finite mixture models", IEEE Transaction on Pattern Analysis and Machine Intelligence, vol. 24, no. 3, pp. 381-396, March 2002. It consists of a main MATLAB function called "mixtures4.m" and three auxiliary functions: "uninorm.m", "multinorm.m", and "elipsnorm.m", which are called by the main program. For instructions type "help mixtures4" at the MATLAB prompt, or read the first few lines of the "mixtures4.m" file. Also included are two simple demos which exemplify how to use the program. The first one, "demo1.m", uses the three component mixture from the paper N. Ueda and R. Nakano, "Deterministic annealing EM algorithm", Neural Networks, vol. 11, pp. 271-282, 19***. The second one, "demo2.m", uses the "Simulated Set 2" from the book by McLachlan and Peel, 2000, page 218. These demos call a function "genmix.m", which generates samples from a Gaussian mixture; this function is also included.

近期下载者

相关文件


收藏者