https://github.com/devan-kerman/beliefpropagation
Implementation of belief propagation in python
https://github.com/devan-kerman/beliefpropagation
Last synced: 10 months ago
JSON representation
Implementation of belief propagation in python
- Host: GitHub
- URL: https://github.com/devan-kerman/beliefpropagation
- Owner: Devan-Kerman
- Created: 2024-03-06T19:58:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T22:02:02.000Z (over 2 years ago)
- Last Synced: 2025-05-17T06:41:03.557Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Belief Propagation
---
A basic implementation of belief propagation in python.
It's just a surface on which I can experiment.
Based on the formulas from [Wikipedia](https://en.wikipedia.org/wiki/Belief_propagation).