Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
GMM EM Based image segmentation
4.0
 Gaussian Mixture model and EM based image segmentation This is a function tries to obtain the maximum likelihood estimation of Gaussian mixture model by expectation maximization (EM) algorithm. It works on data set of arbitrary dimensions. Several techniques are applied to avoid the float number underflow problems that often occurs on computing probability of high dimensional data. Also the code is carefully tuned to be efficient by utilizing vertorization and matrix factorization.

ashaheer
2016-08-23
3
1
MATLAB Source code for GMM
no vote
Gaussian mixture models, EM algorithm is the algorithm used. For mean, variance and weights are estimated to have been written as an independent function, and save it into. M-files, the runtime and only need to run the main.m file. With sample data stored in a spreadsheet.
ashaheer
2016-08-23
2
1
No more~