Stan now supports log_prob, grad_log_prob, hessian, un/constrain pars #131
hyunjimoon
started this conversation in
brain belief 🟩
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
stan-dev/cmdstanr#701 and using cmdstanX wrappers, it will soon be exposed to cmdstanpy as well. This is very useful for variational bayes approximators (optimization alogrithm). #96
For stan math library in C++ and its autodiff, I summarized the latter part of Bob Carpenter's https://statmodeling.stat.columbia.edu/wp-content/uploads/2019/01/under-stan-hood-jan-19.pdf with some comments.
Under Stan’s Hood: HMC+NUTS+reverse mode autodiff implementation
double
system seems faster, but perhaps hard to install...?Hard Models, Big Data: approximators with potential asymptotic bias
Challenges: discrete parameter (policy) and hierarchical model
-- Tom's blog on policy optimization and banana show SD model possesses position-dependent curvature (related BayesSD discussion)
-- market size * market share, first work accuracy * second checking accuracy could be examples for parameter products
-- low-level parameter is less confusing than global parameters..
-- dynamic target acceptance (adapt_delta) seems to be the key to speeding up hierarchical ode
Beta Was this translation helpful? Give feedback.
All reactions