bayesian
Here are 473 public repositories matching this topic...
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
-
Updated
Jun 23, 2020 - Python
var_context builder
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
MatrixXd m(3, 2);
...
var_context vc
= var_context::builder()
.matrix("a", m)
.real("f", 2.3)
.build();
Current Version:
v2.23.0
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
Seminars DeepBayes Summer School 2018
-
Updated
Aug 24, 2019 - Jupyter Notebook
Bayesian Data Analysis demos for Python
-
Updated
Sep 8, 2020 - Jupyter Notebook
A collection of Bayesian data analysis recipes using PyMC3
-
Updated
Sep 10, 2020 - Jupyter Notebook
Python package for Bayesian Machine Learning with scikit-learn API
-
Updated
Jun 11, 2020 - Jupyter Notebook
How to do Bayesian statistical modelling using numpy and PyMC3
-
Updated
Aug 5, 2020 - Jupyter Notebook
Bayesian Data Analysis demos for R
-
Updated
Aug 28, 2020 - R
High-performance Bayesian Data Analysis on the GPU in Clojure
-
Updated
Sep 10, 2020 - Clojure
A python library for Bayesian time series modeling
-
Updated
Jul 26, 2020 - Python
GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to adress parameter and model uncertainties.
-
Updated
Sep 8, 2020 - Python
-
Updated
Aug 31, 2020 - R
rstanarm R package for Bayesian applied regression modeling
-
Updated
Aug 28, 2020 - R
-
Updated
Aug 26, 2020 - R
bayesplot R package for plotting Bayesian models
-
Updated
Sep 10, 2020 - R
Collection of probabilistic models and inference algorithms
-
Updated
Apr 3, 2020 - Python
ELFI - Engine for Likelihood-Free Inference
-
Updated
Sep 2, 2020 - Python
A Python library for the state-of-the-art Bayesian optimization algorithms, with the core implemented in C++.
-
Updated
Feb 4, 2020 - C++
shinystan R package and ShinyStan GUI
-
Updated
Aug 6, 2020 - R
yet another general purpose naive bayesian classifier.
-
Updated
Sep 1, 2019 - Python
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
-
Updated
Sep 10, 2020 - Julia
Code that might be useful to others for learning/demonstration purposes, specifically along the lines of modeling and various algorithms.
-
Updated
Apr 19, 2020 - R
Tutorial on model assessment, model selection and inference after model selection
-
Updated
Mar 22, 2019 - HTML
An interactive online reading of McElreath's Statistical Rethinking
-
Updated
Jun 10, 2018 - Rebol
The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
-
Updated
Sep 8, 2020 - R
Bayesian Deep Learning: A Survey
-
Updated
Sep 3, 2020
-
Updated
Jul 27, 2020 - R
Improve this page
Add a description, image, and links to the bayesian topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bayesian topic, visit your repo's landing page and select "manage topics."


To begin I tried logging in with GitHub and also creating an account on the pyro forums, but neither of those is working.
Problem
I need to fit a batch of four independent Gaussian Processes and I don't want to have to use for loops for fitting each one. The current GP's are able to broadcast properly to my outputs, but I can't batch them so that the inputs are independent.
My input d