TensorBFS / TensorInference.jl

Probabilistic inference using contraction of tensor networks
https://tensorbfs.github.io/TensorInference.jl/
MIT License
18 stars 2 forks source link

Stable Dev Build Status Coverage status

TensorInference is an open source   Julia   package for probabilistic inference over discrete graphical models. It leverages tensor-based technology for efficiently solving various inference tasks.

Features

TensorInference supports finding solutions to the most common probability inference tasks of the UAI inference competitions, which include:

Installation

Install TensorInference through the Julia package manager:

pkg> add TensorInference

Examples

Usage examples can be found in the examples folder, and for a comprehensive introduction to the package read the documentation .

Citing

If you use TensorInference as part of your research, teaching, or other activities, please consider citing our work.

Questions and Contributions

Please open an issue if you encounter any problems, or have any feature requests.