-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Automatic structured variational inference #234
Comments
@LucaAmbrogioni it seems like this should be a "model transform". So the output is a new model. Does that sound right? I mean, as opposed to outputting a log-density function, or some other code. |
Yes indeed. It takes a model as input and it output a new trinable model. |
Ok IIUC it's something like
And I guess there's a different variational parameter for each, none are shared? |
No you do not need to find the MLE independently (although that is an interesting research idea, the problem is that the relevant likelihood is given by all the downstream observed nodes and it involves latent variables). You just set it as a free parameter. Then you can train both the convex coefficients and the MLE parameter jointly. |
Ah right, that makes more sense |
https://arxiv.org/abs/2002.00643
https://twitter.com/LucaAmb/status/1359561091278381056
The text was updated successfully, but these errors were encountered: