SumProductLab for Factor Graphs

This is an platform for experiments with factor graphs.
3,5K Downloads
Aktualisiert 24. Mär 2010

Lizenz anzeigen

The SumProductLab provides a set of basic factor nodes for building up a factor graph. One can try out ideas by instantiating the necessary constraint nodes, connecting them up, and giving some evidence. The sum-product (or belief propagation) algorithm will compute the message to each node in the entire network. Finally, marginal probability of any variable in the graph can then be calculated.

Factor graphs can be used to model a wide range of systems. That means the same algorithm can be used to solve problems of different natures.

Examples are provided to demonstrate the usages of the pre-defined factor nodes. More information can be found in the included SumProductLab Reference. For startup and installation, please read the SumProductLab Quick Startup.

Zitieren als

Henry Leung (2024). SumProductLab for Factor Graphs (https://www.mathworks.com/matlabcentral/fileexchange/26607-sumproductlab-for-factor-graphs), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2009b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.4.0.0

The ls_add3_node and ls_equ3_node are replaced by more general ls_add_node and ls_equ_node. The ls_add_node handles both add and subtraction. All of ls_ the nodes are real and complex ready. Global variable linear_scalar is introduced.

1.2.0.0

R2.00 is expanded to include linear systems with scalar and real variables.

1.0.0.0