-
Looking at the tutorials, the ordering looks a bit random. Perhaps we should reorder the tutorials, roughly in order from least to most advanced, to make it easier to understand them? I'd suggest some…
-
### Subject of the issue
I would like to point out an issue in the documentation where Parameterizing with continuous variables is described. The documentation only shows how to specify ContinuousFac…
-
I wanted to do Bayesian parameter estimation for Bayesian networks. I found that section in your book in chapter 5. But it seems there are some flaws in it.
1.) I do not find a way to specify priors…
-
Hello developers and users,
I am deeply intrigued by the process CBNplot employs to construct Bayesian Networks and I am particularly interested in understanding how it handles continuous data. Speci…
-
I've been working a bit on Bayesian Neural Networks in PyMC3 (here is the blog post: http://twiecki.github.io/blog/2016/06/01/bayesian-deep-learning/). I wonder if it would be possible to use Lasagne …
-
**Submitting author:** @janfb (Jan Boelts)
**Repository:** https://github.com/sbi-dev/sbi
**Branch with paper.md** (empty if default branch): joss-submission-2024
**Version:** v0.23.2
**Editor:** @boi…
-
I'm developing a package with Django 1.11 which depends on django-dag.
There are 2 models in the app depending on dag:
```
class BayesianNetworkEdge(
edge_factory('bayesian_networks.Baye…
-
None of these are necessary, I'm just listing them to keep track of all the possible small-ish changes that might improve performance or reduce the need for resources:
Normalizations:
- [ ] [Bat…
-
stub out new discord commands. The discord bot should allow these commands to run, but should just echo back "ok" or something; they don't need to do real work yet.
The idea here is to develop a us…
-
### Brief Context
Hello, I find your library an excellent tool for Bayesian network research.
I'm currently trying to work with hybrid Bayesian networks (Discrete and Gaussian CPDs). In your library…