Closed murphyk closed 3 years ago
Hi @murphyk, I will start working on it!
Thank you for the link of "Bayesian Gaussian Mixture Modeling with Stochastic Variational Inference", it is very helpful
This blog post has some of useful background on SVI for GMMs: https://ypei.me/posts/2019-02-14-raise-your-elbo.html. I will cover some of this in vol 2 of my book, but that's not ready for sharing yet.
Thank you @murphyk, I will start implementing SVI for BMM
@shivaditya-meduri Are you still working on this?
If you want to contribute that would be great, I will create a draft PR and you can look at the code I made till now
I have completed task 1, it is the task 2 I could use your help with, and after that I will add your name as a collaborator :). Thank you I wanted to upload only one commit for both the tasks, That's why I did not commit till now for the task 1
Stochastic Variational Inference can be used to do online optimization of Bayesian/latent variable models, such as finite mixtures of Gaussians / Bernoullis - this is faster than batch EM for large datasets. Here is an implementation of SVI for GMMs in Tensorflow Probabiltity. The goals of this issue are: