/TuringTutorials

Educational material (tutorials) for the Turing language.

Primary LanguageJupyter NotebookMIT LicenseMIT

Turing Tutorials

Binder

This repository contains tutorials on the the universal probabilistic programming language Turing. The markdown folder contains files converted to markdown from the Jupyter notebooks at the root of this repository.

Note that if you have added or updated a tutorial, you must run the weave-examples.jl script in order to publish the markdown version. This is so that we can build moderately sophisticated models but handle the computation on our machines rather than during a Travis build.

Additional educational materials can be found at StatisticalRethinkingJulia/TuringModels.jl, which contains Turing adaptations of models from Richard McElreath's Statistical Rethinking. It is a highly recommended resource if you are looking for a greater breadth of examples.