|
| 1 | +- name: Turing |
| 2 | + api: https://turinglang.org/Turing.jl/ |
| 3 | + github: https://github.com/TuringLang/Turing.jl |
| 4 | + description: "The main entry point to the Turing ecosystem" |
| 5 | + category: main |
| 6 | + |
| 7 | +- name: DynamicPPL |
| 8 | + api: https://turinglang.org/DynamicPPL.jl/ |
| 9 | + github: https://github.com/TuringLang/DynamicPPL.jl |
| 10 | + description: "Domain-specific language and backend for probabilistic programming; contains the core functionality of Turing.jl" |
| 11 | + category: modelling |
| 12 | +- name: JuliaBUGS |
| 13 | + api: https://turinglang.org/JuliaBUGS.jl/ |
| 14 | + github: https://github.com/TuringLang/JuliaBUGS.jl |
| 15 | + description: "A graph-based probabilistic programming language" |
| 16 | + category: modelling |
| 17 | +- name: TuringGLM |
| 18 | + api: https://turinglang.org/TuringGLM.jl/ |
| 19 | + github: https://github.com/TuringLang/TuringGLM.jl |
| 20 | + description: "Bayesian generalised linear models used for returning an instantiated Turing model using the formula syntax" |
| 21 | + category: modelling |
| 22 | +- name: AbstractPPL |
| 23 | + api: https://turinglang.org/AbstractPPL.jl/ |
| 24 | + github: https://github.com/TuringLang/AbstractPPL.jl |
| 25 | + description: "An abstract interface for probabilistic programming languages" |
| 26 | + category: modelling |
| 27 | + |
| 28 | +- name: AbstractMCMC |
| 29 | + api: https://turinglang.org/AbstractMCMC.jl/ |
| 30 | + github: https://github.com/TuringLang/AbstractMCMC.jl |
| 31 | + description: "Abstract types and interfaces for Markov chain Monte Carlo methods, featuring progress bars, parallel sampling, and user-defined callbacks" |
| 32 | + category: mcmc |
| 33 | +- name: AdvancedHMC |
| 34 | + api: https://turinglang.org/AdvancedHMC.jl/ |
| 35 | + github: https://github.com/TuringLang/AdvancedHMC.jl |
| 36 | + description: "A robust, modular, and efficient implementation of advanced Hamiltonian Monte Carlo algorithms" |
| 37 | + category: mcmc |
| 38 | +- name: AdvancedMH |
| 39 | + api: https://turinglang.org/AdvancedMH.jl/ |
| 40 | + github: https://github.com/TuringLang/AdvancedMH.jl |
| 41 | + description: "Random walk and adaptive Metropolis–Hastings algorithms" |
| 42 | + category: mcmc |
| 43 | +- name: AdvancedPS |
| 44 | + api: https://turinglang.org/AdvancedPS.jl/ |
| 45 | + github: https://github.com/TuringLang/AdvancedPS.jl |
| 46 | + description: "Lightweight implementation of particle-based Monte Carlo algorithms" |
| 47 | + category: mcmc |
| 48 | +- name: SliceSampling |
| 49 | + api: https://turinglang.org/SliceSampling.jl/ |
| 50 | + github: https://github.com/TuringLang/SliceSampling.jl |
| 51 | + description: "Univariate and multivariate slice sampling algorithms" |
| 52 | + category: mcmc |
| 53 | +- name: EllipticalSliceSampling |
| 54 | + api: https://turinglang.org/EllipticalSliceSampling.jl/ |
| 55 | + github: https://github.com/TuringLang/EllipticalSliceSampling.jl |
| 56 | + description: "Elliptical slice sampling for inference in models with multivariate Gaussian priors" |
| 57 | + category: mcmc |
| 58 | +- name: NestedSamplers |
| 59 | + api: https://turinglang.org/NestedSamplers.jl/ |
| 60 | + github: https://github.com/TuringLang/NestedSamplers.jl |
| 61 | + description: "Single- and multi-ellipsoidal nested sampling algorithms" |
| 62 | + category: mcmc |
| 63 | +- name: ThermodynamicIntegration |
| 64 | + api: https://theogf.github.io/ThermodynamicIntegration.jl/ |
| 65 | + github: https://github.com/theogf/ThermodynamicIntegration.jl |
| 66 | + description: "Computing Bayesian evidence using thermodynamic integration" |
| 67 | + category: mcmc |
| 68 | + |
| 69 | +- name: AdvancedVI |
| 70 | + api: https://turinglang.org/AdvancedVI.jl/ |
| 71 | + github: https://github.com/TuringLang/AdvancedVI.jl |
| 72 | + description: "Variational inference algorithms for Bayesian models" |
| 73 | + category: vi |
| 74 | +- name: NormalizingFlows |
| 75 | + api: https://turinglang.org/NormalizingFlows.jl/ |
| 76 | + github: https://github.com/TuringLang/NormalizingFlows.jl |
| 77 | + description: "Variational inference and normalizing flows for Bayesian computation" |
| 78 | + category: vi |
| 79 | + |
| 80 | +- name: TuringCallbacks |
| 81 | + api: https://turinglang.org/TuringCallbacks.jl/ |
| 82 | + github: https://github.com/TuringLang/TuringCallbacks.jl |
| 83 | + description: "Convenient callbacks for sampling in Turing.jl" |
| 84 | + category: utilities |
| 85 | +- name: TuringBenchmarking |
| 86 | + api: https://turinglang.org/TuringBenchmarking.jl/ |
| 87 | + github: https://github.com/TuringLang/TuringBenchmarking.jl |
| 88 | + description: "Tools to benchmark and check Turing models" |
| 89 | + category: utilities |
| 90 | + |
| 91 | +- name: MCMCChains |
| 92 | + api: https://turinglang.org/MCMCChains.jl/ |
| 93 | + github: https://github.com/TuringLang/MCMCChains.jl |
| 94 | + description: "Implementation of the Chains type returned by Turing sampling, with functions for diagnostics and visualisations" |
| 95 | + category: diagnostics |
| 96 | +- name: MCMCDiagnosticTools |
| 97 | + api: https://turinglang.org/MCMCDiagnosticTools.jl/ |
| 98 | + github: https://github.com/TuringLang/MCMCDiagnosticTools.jl |
| 99 | + description: "Extra functionality for diagnosing samples generated with MCMC methods" |
| 100 | + category: diagnostics |
| 101 | +- name: ParetoSmooth |
| 102 | + api: https://turinglang.org/ParetoSmooth.jl/ |
| 103 | + github: https://github.com/TuringLang/ParetoSmooth.jl |
| 104 | + description: "Leave-one-out cross-validation for fitted Bayesian models using Pareto smoothed importance sampling" |
| 105 | + category: diagnostics |
| 106 | + |
| 107 | +- name: Bijectors |
| 108 | + api: https://turinglang.org/Bijectors.jl/ |
| 109 | + github: https://github.com/TuringLang/Bijectors.jl |
| 110 | + description: "Transformations for distributions" |
| 111 | + category: distributions |
| 112 | +- name: DistributionsAD |
| 113 | + api: https://turinglang.org/DistributionsAD.jl/ |
| 114 | + github: https://github.com/TuringLang/DistributionsAD.jl |
| 115 | + description: "Automatic differentiation for calculating the log probability densities of distributions" |
| 116 | + category: distributions |
| 117 | + |
| 118 | +- name: turinglang.github.io |
| 119 | + api: "" |
| 120 | + github: https://github.com/TuringLang/turinglang.github.io |
| 121 | + description: "The code for this website itself" |
| 122 | + category: infrastructure |
| 123 | +- name: docs |
| 124 | + api: "" |
| 125 | + github: https://github.com/TuringLang/docs |
| 126 | + description: "The tutorials and usage guides; any page whose URL begins with https://turinglang.org/docs is built here" |
| 127 | + category: infrastructure |
| 128 | +- name: actions |
| 129 | + api: "" |
| 130 | + github: https://github.com/TuringLang/actions |
| 131 | + description: "Shared GitHub Actions for the TuringLang organisation" |
| 132 | + category: infrastructure |
| 133 | + |
| 134 | +- name: AbstractGPs |
| 135 | + api: https://juliagaussianprocesses.github.io/AbstractGPs.jl |
| 136 | + github: https://github.com/JuliaGaussianProcesses/AbstractGPs.jl |
| 137 | + description: "Low-level API and basic functionality for working with Gaussian processes" |
| 138 | + category: gps |
| 139 | +- name: KernelFunctions |
| 140 | + api: https://juliagaussianprocesses.github.io/KernelFunctions.jl |
| 141 | + github: https://github.com/JuliaGaussianProcesses/KernelFunctions.jl |
| 142 | + description: "Kernel functions for machine learning" |
| 143 | + category: gps |
| 144 | +- name: ApproximateGPs |
| 145 | + api: https://juliagaussianprocesses.github.io/ApproximateGPs.jl |
| 146 | + github: https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl |
| 147 | + description: "Approximate inference algorithms for Gaussian process models" |
| 148 | + category: gps |
| 149 | +- name: GPLikelihoods |
| 150 | + api: https://juliagaussianprocesses.github.io/GPLikelihoods.jl |
| 151 | + github: https://github.com/JuliaGaussianProcesses/GPLikelihoods.jl |
| 152 | + description: "Likelihoods used as building blocks in non-Gaussian problems" |
| 153 | + category: gps |
0 commit comments