sum-product-algorithm topic

List sum-product-algorithm repositories

ldpc_decoders

32
Stars
9
Forks
Watchers

Belief propagation with sparse matrices (scipy.sparse) in Python for LDPC codes. Includes NumPy implementation of message passing (min-sum and sum-product) and a few other decoders.

Partially-Observed-TreeCRFs

52
Stars
7
Forks
Watchers

Implementation of AAAI 21 paper: Nested Named Entity Recognition with Partially Observed TreeCRFs

belief_propagation

15
Stars
5
Forks
Watchers

Belief propagation on Tanner graphs (LDPC decoder)