The Wayback Machine - https://web.archive.org/web/20200820210814/https://github.com/topics/bayesian-inference
Skip to content
#

bayesian-inference

Here are 811 public repositories matching this topic...

mileslucas
mileslucas commented Dec 19, 2018

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

bob-carpenter
bob-carpenter commented May 23, 2020

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

Improve this page

Add a description, image, and links to the bayesian-inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian-inference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.