Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 621 Bytes

File metadata and controls

18 lines (13 loc) · 621 Bytes

Bayesian Methods for Hackers using Turing.jl

start julia with --threads=auto, check with Threads.nthreads()

import Pkg
Pkg.add(["Turing", "StatsPlots", "CSV", "JSON", "DataFrames", "PDMats", "LogExpFunctions"])

advanced read:

docs:

distributes sapling maybe faster than threaded sampling: https://discourse.julialang.org/t/trying-to-understand-parallel-performance-in-turing/74963/6