All Projects → TuringLang → Turing.jl

TuringLang / Turing.jl

Licence: mit
Bayesian inference with probabilistic programming.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Turing.jl

Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (-33.91%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (-92.35%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-85.04%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (-92.87%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
blangSDK
Blang's software development kit
Stars: ✭ 21 (-98.17%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (-58.35%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (-58.26%)
Mutual labels:  bayesian-inference, bayesian-statistics
Pymc3
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
Stars: ✭ 6,214 (+440.35%)
Mutual labels:  mcmc, bayesian-inference
Notes
Resources to learn more about Machine Learning and Artificial Intelligence
Stars: ✭ 766 (-33.39%)
Mutual labels:  artificial-intelligence, bayesian-inference
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (-32.26%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (-32.09%)
Mutual labels:  mcmc, bayesian-inference
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (-64.43%)
Mutual labels:  mcmc, bayesian-inference
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (-70.26%)
Mutual labels:  mcmc, bayesian-inference
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (-56.35%)
Mutual labels:  mcmc, bayesian-inference
Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (-75.22%)
Mutual labels:  bayesian-inference, bayesian-statistics
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-96.96%)
Mutual labels:  bayesian-inference, mcmc
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-98.35%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (-21.74%)
Mutual labels:  mcmc, bayesian-inference
Scikit Stan
A high-level Bayesian analysis API written in Python
Stars: ✭ 22 (-98.09%)
Mutual labels:  bayesian-inference, bayesian-statistics
Autoppl
C++ template library for probabilistic programming
Stars: ✭ 34 (-97.04%)
Mutual labels:  bayesian-inference, bayesian-statistics

Turing.jl

Build Status Coverage Status codecov Documentation

Turing.jl is a Julia library for general-purpose probabilistic programming. Turing allows the user to write models using standard Julia syntax, and provides a wide range of sampling-based inference methods for solving problems across probabilistic machine learning, Bayesian statistics, and data science. Compared to other probabilistic programming languages, Turing has a special focus on modularity, and decouples the modelling language (i.e. the compiler) and inference methods. This modular design, together with the use of a high-level numerical language Julia, makes Turing particularly extensible: new model families and inference methods can be easily added.

Current features include:

Getting Started

Turing's home page, with links to everything you'll need to use Turing is:

https://turing.ml/dev/docs/using-turing/get-started

What's changed recently?

See releases.

Want to contribute?

Turing was originally created and is now managed by Hong Ge. Current and past Turing team members include Hong Ge, Kai Xu, Martin Trapp, Mohamed Tarek, Cameron Pfiffer, Tor Fjelde. You can see the full list of on Github: https://github.com/TuringLang/Turing.jl/graphs/contributors.

Turing is an open source project so if you feel you have some relevant skills and are interested in contributing then please do get in touch. See the Contributing page for details on the process. You can contribute by opening issues on Github or implementing things yourself and making a pull request. We would also appreciate example models written using Turing.

Issues and Discussions

Issues related to bugs and feature requests are welcome on the issues page, while discussions and questions about statistical applications and theory should can place on the Discussions page or our channel (#turing) in the Julia Slack chat. If you do not already have an invitation to Julia's Slack, you can get one by going here.

Related projects

  • The Stan language for probabilistic programming - Stan.jl
  • Bare-bones implementation of robust dynamic Hamiltonian Monte Carlo methods - DynamicHMC.jl
  • Comparing performance and results of mcmc options using Julia - MCMCBenchmarks.jl

Citing Turing.jl

If you use Turing for your own research, please consider citing the following publication: Hong Ge, Kai Xu, and Zoubin Ghahramani: Turing: a language for flexible probabilistic inference. AISTATS 2018 pdf bibtex

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].