Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

mixture model EM with hyper parameters

1 Ansicht (letzte 30 Tage)
Rini
Rini am 22 Apr. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi, I am working on Gaussian Mixture models using EM and I am stuck at a problem. I have used uniform prior probability for the components, Gaussian prior for means and inverse Gamma prior for variance. If I compute the posterior probability of components without multiplying by the prior probabilities of mean and variance then the estimated means are close to true ones, each component has some data points and the EM converges very fast. But the order of estimated means is not correct. On the other hand if I compute the posterior probability after multiplying by the prior probability of mean and variance the estimated means are in the correct order, but most of the data points are assigned to few components and the EM does not converge as the component means oscillate between high and low values in alternate iterations. To avoid the problem I have to use the first case, but is there any way to solve the problem?
Thanks!

Antworten (0)

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by