You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pr-previews/105/search.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"href": "index.html",
26
26
"title": "Turing.jl",
27
27
"section": "",
28
-
"text": "Turing.jl\n \n \n Bayesian inference with probabilistic programming\n \n \n \n Tutorials\n \n \n Ecosystem\n \n \n View on GitHub\n \n \n\n\n \n \n Intuitive\n \n Turing models are easy to write and communicate — syntax is close to mathematical notations. \n \n \n \n General-purpose\n \n Turing supports models with discrete parameters and stochastic control flow. \n \n \n \n Modular & composable\n \n Turing is modular, written entirely in Julia, and is interoperable with the powerful Julia ecosystem.\n \n\n\n\n\nHello, World in Turing\n\nSome text about how easy it is to get going.\n\n\n@model function coinflip(; N::Int)\n # Prior belief about the probability of heads\n p ~ Beta(1, 1)\n\n # Heads or tails of a coin are drawn from `N`\n # Bernoulli distributions with success rate `p`\n y ~ filldist(Bernoulli(p), N)\n\n return y\nend;\n\n\n\n\n\nGoodbye, World in Turing\n\nSome text about how easy it is to interface with external packages like AbstractGPs. Learn more about modelling Gaussian Processes with Turing.jl.\n\n\n@model function putting_model(d, n; jitter=1e-4)\n v ~ Gamma(2, 1)\n l ~ Gamma(4, 1)\n f = GP(v * with_lengthscale(SEKernel(), l))\n f_latent ~ f(d, jitter)\n binomials = Binomial.(n, logistic.(f_latent))\n y ~ product_distribution(binomials)\n return (fx=f(d, jitter), f_latent=f_latent, y=y)\nend\n\n\n\n News\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2022\n\n\nIt is another year of the Google Summer of Code time, and we have compiled an updated list of exciting Turing projects! Projects that the Turing team would be interested in…\n\n\n\nFeb 17, 2022\n\n\n\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2021\n\n\nIt’s about time for us to start thinking about projects we’d like to see at Turing.jl for the Google Summer of Code 2021! Below is a list of projects the Turing team would…\n\n\n\nFeb 10, 2021\n\n\n\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2020\n\n\nAs the 2020 Google Summer of Code comes to a close, the Turing team thought it would be a good opportunity to reflect on the work that was done by our superb students this…\n\n\n\nSep 11, 2020\n\n\n\n\n\n\n\n\nNo matching items\n\n\nSee all news →\n\n Learn more\n\n\n \n \n Discourse\n \n \n Get support from and discuss with other users.\n \n \n \n \n Documentation\n \n \n Familiarize yourself with the Turing.jl API.\n \n \n \n \n Official tutorials\n \n \n Learn to tackle specific problems with Turing.jl.\n \n \n \n \n Inofficial tutorials\n \n \n A list of inofficial tutorials using Turing.jl.\n \n \n \n \n Talks\n \n \n A list of talks on the Turing.jl ecosystem.\n \n \n \n \n Workshop\n \n \n Placeholder for Turing-Workshop repo link.\n \n \n\n\n\n\n\n Back to top"
28
+
"text": "Turing.jl\n \n \n \n \n \n \n \n \n\n\n Bayesian inference with probabilistic programming\n\n\n \n \n Tutorials\n \n \n Ecosystem\n \n \n View on GitHub\n \n \n\n\n \n \n Intuitive\n \n Turing models are easy to write and communicate — syntax is close to mathematical notations. \n \n \n \n General-purpose\n \n Turing supports models with discrete parameters and stochastic control flow. \n \n \n \n Modular & composable\n \n Turing is modular, written entirely in Julia, and is interoperable with the powerful Julia ecosystem.\n \n\n\n\n\nHello, World in Turing\n\nSome text about how easy it is to get going.\n\n\n@model function coinflip(; N::Int)\n # Prior belief about the probability of heads\n p ~ Beta(1, 1)\n\n # Heads or tails of a coin are drawn from `N`\n # Bernoulli distributions with success rate `p`\n y ~ filldist(Bernoulli(p), N)\n\n return y\nend;\n\n\n\n\n\nGoodbye, World in Turing\n\nSome text about how easy it is to interface with external packages like AbstractGPs. Learn more about modelling Gaussian Processes with Turing.jl.\n\n\n@model function putting_model(d, n; jitter=1e-4)\n v ~ Gamma(2, 1)\n l ~ Gamma(4, 1)\n f = GP(v * with_lengthscale(SEKernel(), l))\n f_latent ~ f(d, jitter)\n binomials = Binomial.(n, logistic.(f_latent))\n y ~ product_distribution(binomials)\n return (fx=f(d, jitter), f_latent=f_latent, y=y)\nend\n\n\n\n News\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2022\n\n\nIt is another year of the Google Summer of Code time, and we have compiled an updated list of exciting Turing projects! Projects that the Turing team would be interested in…\n\n\n\nFeb 17, 2022\n\n\n\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2021\n\n\nIt’s about time for us to start thinking about projects we’d like to see at Turing.jl for the Google Summer of Code 2021! Below is a list of projects the Turing team would…\n\n\n\nFeb 10, 2021\n\n\n\n\n\n\n\n\n\n\n\nGoogle Summer of Code 2020\n\n\nAs the 2020 Google Summer of Code comes to a close, the Turing team thought it would be a good opportunity to reflect on the work that was done by our superb students this…\n\n\n\nSep 11, 2020\n\n\n\n\n\n\n\n\nNo matching items\n\n\nSee all news →\n\n Learn more\n\n\n \n \n Discourse\n \n \n Get support from and discuss with other users.\n \n \n \n \n Documentation\n \n \n Familiarize yourself with the Turing.jl API.\n \n \n \n \n Official tutorials\n \n \n Learn to tackle specific problems with Turing.jl.\n \n \n \n \n Inofficial tutorials\n \n \n A list of inofficial tutorials using Turing.jl.\n \n \n \n \n Talks\n \n \n A list of talks on the Turing.jl ecosystem.\n \n \n \n \n Workshop\n \n \n Placeholder for Turing-Workshop repo link.\n \n \n\n\n\n\n\n Back to top"
0 commit comments