-
### Discussed in https://github.com/pgmpy/pgmpy/discussions/1479
Currently, there are two formats in which data can be returned from `BeliefPropagation:query` and related methods:
* a joint dis…
-
# Interesting papers
- [InstantSplat](https://github.com/NVlabs/InstantSplat) 코드 릴리즈
- DUSt3R 기반 초기 포즈 검출
- BARF와 비슷한 pose-refinement
- 6장 -> 5분간 DUSt3R + 렌더링. RTX 2080 Ti.
https://g…
-
I would like to do the following, which is one step of the EM algorithm:
* set up a factor graph corresponding to a simple Bayesian network (I've got this far)
* specify evidence in the form of …
-
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…
-
-
使用提供的LDPC码运行出错,大概是某个tensorflow向量维度不一致的错误。而当我使用BCH码或汉明码时成功运行。
There is an error when running with the provided LDPC code, probably because of an inconsistent tensorflow vector dimension. And when I u…
-
Some more classic ML examples that might be interesting:
- [ ] Graph Neural Networks (message passing) with the sparse indices
- [ ] Optimizers (ADAM / AdaGrad, not sure if they are interesting t…
srush updated
3 years ago
-
I'm trying to do Belief Propagation on a BayesianModel, and get the following when running:
```
bp = BeliefPropagation(model)
/usr/local/lib/python3.6/dist-packages/pgmpy/models/ClusterGraph.py…
-
Hi,
When I try to define a factor template that have varying number of neighbors, I got this error
```
Exception in thread "main" java.lang.ClassCastException: cc.factorie.variable.SeqVariable …
-
### Subject of the issue
Belief Propagation doesn't work with continuous factor
### Your environment
* pgmpy version 0.1.6
* Python version 3.6 with spyder
* Operating System Win7
### S…