-
Notifications
You must be signed in to change notification settings - Fork 45
Move SGLD and SGHMC from Turing.jl #60
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
Comments
For implementing SGHMC and SGLD here, I am still at a loss as to how to query the mini batch gradient of posterior. Any pointers or some documentation about this repo would be helpful. |
I think for the scope of this package, we should assume the density and gradient function returns that of a mini batch. |
Heya, just wondering about the state of the SG samplers? I noticed that SGHMC / SGLD samplers exist in Turing, but details on the implementation and how data is mini-batched is missing? |
No description provided.
The text was updated successfully, but these errors were encountered: