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

Variational approximations #66

Open
chris-nemeth opened this issue Aug 7, 2017 · 0 comments
Open

Variational approximations #66

chris-nemeth opened this issue Aug 7, 2017 · 0 comments
Assignees
Milestone

Comments

@chris-nemeth
Copy link
Member

In the case of non-Gaussian likelihoods, we're using the mcmc function to infer the model parameters and latent function, which we can think of as our posterior. Alternatively, we could use variational inference to get an approximation to the posterior. This is done using optimisation rather than sampling so should be considerably faster.

We could implement the ADVI algorithm, which in our case is even simpler as our latent function and parameters are already defined on the unconstrained real space. Therefore, we'd essentially be using optimisation find a Normal approximation to our posterior.

@chris-nemeth chris-nemeth self-assigned this Aug 7, 2017
@chris-nemeth chris-nemeth added this to the v0.6.0 milestone Aug 10, 2017
@fairbrot fairbrot modified the milestones: v0.6.0, v0.7.0 Mar 2, 2018
@chris-nemeth chris-nemeth modified the milestones: v0.7.0, v0.9.0 Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants