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
-
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
?ditribution
look like?DirichletProcess
look 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