Some text about how easy it is to get going.
@model function coinflip(; N::Int)
# Prior belief about the probability of heads
~ Beta(1, 1)
p
# Heads or tails of a coin are drawn from `N`
# Bernoulli distributions with success rate `p`
~ filldist(Bernoulli(p), N)
y
end;
Some text about how easy it is to interface with external packages like AbstractGPs. Learn more about modelling Gaussian Processes with Turing.jl.
@model function putting_model(d, n; jitter=1e-4)
~ Gamma(2, 1)
v ~ Gamma(4, 1)
l = GP(v * with_lengthscale(SEKernel(), l))
f ~ f(d, jitter)
f_latent = Binomial.(n, logistic.(f_latent))
binomials ~ product_distribution(binomials)
y return (fx=f(d, jitter), f_latent=f_latent, y=y)
end
News
Learn more
Learn about all the packages that are part of the TuringLang organization.
Familiarize yourself with the mechanics of Turing.jl.
Learn to tackle specific modelling problems with Turing.jl.
Algorithms
Placeholder text introducing this section on algorithms.
Column 1 | Column 2 | Column 3 | Column 4 |
---|---|---|---|
Entry A | Entry D | Entry G | Entry J |
Entry B | Entry E | Entry H | Entry K |
Entry C | Entry F | Entry I | Entry L |
Bayesian Workflow
Placeholder text introducing the Bayesian Workflow diagram from the ACM special issue submission.

An example of the Beeysian workflow.
Talks
Placeholder for intro text on list of talks which are available online
- Talk 1
- Talk 2
- Talk 3
Other resources
This list contains a few other written resources for learning Turing. If you have written something and would like to share it with the community, please get in touch!