DEV Community

Programming_M
Programming_M

Posted on

Need some help in coding

Good day
I need some help in the implementation of expectation maximization algorithm gaussian mixture

if any one able to teach me the implementation I appreciate.

Top comments (1)

Collapse
 
nlxdodge profile image
NLxDoDge • Edited

Assuming you are going to use Python, you might want to check this:

GMM-EM-Python

Pro tip for the next time:
Write down what you already tried, what language(s) you are using/want to use. Or what you don't understand. From my experience, if you post this question on Stack Overflow you will get down-voted (maybe even banned) almost immediately.