-
Need to decide how/what detail to go into. and what packages to use: xarray and networkx?
Also, could try follow [BMLIP](https://nbviewer.org/github/bertdv/BMLIP/blob/master/lessons/notebooks/Facto…
-
Hello, I am new to belief propagation. I saw your program and I think it is exactly what I need (a parallel loopy bp).
However, I am not using parallel loopy bp to denoise pics, but I want to do Ba…
-
Dear Dimple developers, is it possible to model hidden semi markov model with Dimple? Best Regards, Gabriele.
-
We should exploit parallelism in belief propagation.
*(Copied from a discussion on matrix.)*
Trying to parallelize a single belief propagation (i.e., multiple calls on the same BPState) with Con…
-
It looks like inference is not working for non-tree structures.
For example consider the following simple factor graph with nodes x1, x2, x3 and factors fa, fb, fc.
```python
from fglib import grap…
-
In your paper, there are two schemes:
+ mean field
+ loopy belief propagation
in example of `graph_classification`, there is only implementation of `mean field`.
loopy belief propagation con…
-
Hi there,
Is there any plan to add LoopyBP to the inference? I could help with that.
Thanks
-
1. Clean the current implementation
2. Better algorithms for creating Junction Trees.
3. Incorporate the Factor Graph BP into the main algorithm.
Ref #1740
-
**Describe the bug**
An index out of bounds error occurs during belief propagation. This error is triggered when setting a constant sum constraint as a public variable in the factor graph definition.…
-
It struck me that we have several different routes for improving dating: some are to do with simply improving the topologies, some to do with the tsdate algorithm, etc. It would be very useful to know…