Nonparametrics #94
rlouf
started this conversation in
New features
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.
-
Nonparametics
DRAFT
Gathering my thoughts on how to implement nonparametrics in
mcx. This needs to be thought through before freezing the internal API as it is likely to impact it substantially. Implementation can wait, but API design must be ready before first release.Here is a purely speculative design:
This is nice, but to see how this would impact MCX's design we need to answer the following questions:
distribution?DirichletProcess?ditributionlook like?DirichletProcesslook like?References
General reference on probabilistic programming and what a language would need to be able to implement non-parametrics (look for "HOPPL"):
General literature on nonparametrics:
Stochastic memoization:
Collection of samplers for infinite mixture models: https://github.com/tscholak/imm
Truncated Dirichlet Process in PyMC3:
Beta Was this translation helpful? Give feedback.
All reactions