GraphPPL.jl

DSL for probabilistic models specification and probabilistic programming.
Author biaslab
Popularity
13 Stars
Updated Last
1 Year Ago
Started In
July 2020

GraphPPL

Documentation Build Status
DOI

GraphPPL.jl is a probabilistic programming language focused on probabilistic graphical models. This repository is aimed for advanced users, please refer to the ReactiveMP.jl repository for more comprehensive and self-contained documentation and usages examples.

Inference Backend

GraphPPL.jl does not export any Bayesian inference backend. It provides a simple DSL parser, model generation, constraints specification and meta specification helpers. To run inference on generated models user needs to have a Bayesian inference backend with GraphPPL.jl support (e.g. ReactiveMP.jl).

Required Packages

Used By Packages