Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estimation using Method of Moments #98

Open
andreasKroepelin opened this issue Apr 11, 2022 · 2 comments
Open

Estimation using Method of Moments #98

andreasKroepelin opened this issue Apr 11, 2022 · 2 comments

Comments

@andreasKroepelin
Copy link

There is a publication by Daniel Hsu and Sham Kakade (http:https://arxiv.org/abs/1206.5766) that describes how to estimate certain GMMs using the Method of Moments and tensor decomposition. This as appears to be interesting, as a MLE tends to end up in local optima.
I implemented this approach for my master thesis and if there is interest in such a contribution, I could port my code for usage with GaussianMixtures.jl.
Just let me know!

@ForceBru
Copy link

There's also a more recent paper that introduces computationally efficient algorithms for method of moments estimation for Gaussian mixtures: https://arxiv.org/abs/2202.06930.

@davidavdav
Copy link
Owner

I don't think I am going to implement this, but feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants