Intuitive
Turing models are easy to read and write — models work the way you write them.
Bayesian inference with probabilistic programming.
Turing models are easy to read and write — models work the way you write them.
Turing supports models with discrete parameters and stochastic control flow. Specify complex models quickly and easily.
Turing is modular, written fully in Julia, and can be modified to suit your needs.
Turing is fast.
Turing's modelling syntax allows you to specify a model quickly and easily. Straightforward models can be expressed in the same way as complex, hierarchical models with stochastic control flow.
Turing provides Hamiltonian Monte Carlo sampling for differentiable posterior distributions, Particle MCMC sampling for complex posterior distributions involving discrete variables and stochastic control flow, and Gibbs sampling which combines particle MCMC, HMC and many other MCMC algorithms.
Turing supports Julia's Flux package for automatic differentiation. Combine Turing and Flux to construct probabilistic variants of traditional machine learning models.
Join the Turing community to contribute, learn, and get your questions answered.
Report bugs, request features, discuss statistical applications/theory, and more.
Browse and join discussions on Turing.
Discuss advanced topics. Request access here.
Explore a rich ecosystem of libraries, tools, and more to support development.
Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms.
Chain types and utility functions for MCMC simulations.
Automatic transformations for constrained random variables.