Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Recommended way to represent Gaussian Mixture Model with gluon.probability? #19979

Answered by xidulu
feevos asked this question in Q&A
Discussion options

You must be logged in to vote

@feevos
My recommended way is to use EM,
at E step, you update \pi with probability computed by MultivariateNormal
at M step, you update pi and log_sigma by running a few optimization steps on the negative log likelihood, which can also be implemented easily using distribution.MultivariateNormal.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@feevos
Comment options

@xidulu
Comment options

xidulu Mar 17, 2021
Collaborator

@feevos
Comment options

Answer selected by feevos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants