Chad Scherrer

Results 6 repositories owned by Chad Scherrer

Soss.jl

411
Stars
30
Forks
Watchers

Probabilistic programming via source rewriting

BayesianLinearRegression.jl

27
Stars
0
Forks
Watchers

A Julia implementation of Bayesian linear regression using marginal likelihood for hyperparameter optimization, as presented in Chris Bishop's book.

KeywordCalls.jl

24
Stars
3
Forks
Watchers

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

21
Stars
4
Forks
Watchers

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

15
Stars
1
Forks
Watchers

SossMLJ makes it easy to build MLJ machines from user-defined models from the Soss probabilistic programming language