Open xukai92 opened 5 years ago
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?
https://github.com/TuringLang/Turing.jl/issues/769