Chad Scherrer
Chad Scherrer
Soss.jl
Probabilistic programming via source rewriting
Tilde.jl
WIP successor to Soss.jl
BayesianLinearRegression.jl
A Julia implementation of Bayesian linear regression using marginal likelihood for hyperparameter optimization, as presented in Chris Bishop's book.
KeywordCalls.jl
KeywordCalls makes it easy to define a method taking a NamedTuple considered as a an unordered collection of bound variables. The required redirection is done at compile time, so there's no runtime ov...
passage
Passage is a PArallel SAmpler GEnerator. The user specifies a hierarchical Bayesian model and data using the Passage EDSL, and Passage generates code to sample the posterior distribution in parallel.
SossMLJ.jl
SossMLJ makes it easy to build MLJ machines from user-defined models from the Soss probabilistic programming language