-
1. Clean the current implementation
2. Better algorithms for creating Junction Trees.
3. Incorporate the Factor Graph BP into the main algorithm.
Ref #1740
-
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…
-
Hello,
Each time I used qbindiff, I have this warning which is raised, it appears with pip package but also when I have built qbindiff from sources.
As I do not know if this warning is importan…
-
## 🚀 Feature
Requested by @YajunHuang, who is trying to reproduce the [SpEagle algorithm](https://www.andrew.cmu.edu/user/lakoglu/pubs/15-kdd-collectiveopinionspam.pdf) (example pure-Python impleme…
-
GTSAM uses Non-linear optimization (Gauss-Newton, Levenberg-Marquardt)
- For solving what?
- Why
- https://project.inria.fr/ppniv19/files/2019/11/miniSAM.pdf
There is another method …
-
which variables and factors (maybe conditionals) are needed in each clique?
-
In the paper formula (4), the neighbor of the point p is defined by N(p)\q. What does the N(p)\q mean?
-
# Interesting papers
## CoVLA: Comprehensive Vision-Language-Action Dataset for Autonomous Driving
- https://arxiv.org/pdf/2408.10845v1
# Gotta go fast
## KFAST
- Rosten 2006 의 FAST…
-
Dear Author,
I got this error after installing this package. Can you tell me what I need to do?
`TypeError Traceback (most recent call last)
in ()
39 # Pe…
-
### Subject of the issue
We can't use Belief Propagation's query method with different state names (ie strings or numbers that aren't the state numbers)
### Your environment
* pgmpy commit: [e52f…