An open API service indexing awesome lists of open source software.

https://github.com/reactivebayes/cortex.jl

A next generation message passing engine for Bayesian inference - successor of ReactiveMP.jl
https://github.com/reactivebayes/cortex.jl

Last synced: 11 months ago
JSON representation

A next generation message passing engine for Bayesian inference - successor of ReactiveMP.jl

Awesome Lists containing this project

README

          

# Cortex

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ReactiveBayes.github.io/Cortex.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ReactiveBayes.github.io/Cortex.jl/dev/)
[![Build Status](https://github.com/ReactiveBayes/Cortex.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ReactiveBayes/Cortex.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ReactiveBayes/Cortex.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ReactiveBayes/Cortex.jl)
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/Cortex.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/C/Cortex.html)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

This package implements a simple, efficient and modular framework for running message passing algorithms on graphs, with a focus on message-passing based Bayesian inference. This is a successor to the [ReactiveMP.jl](https://github.com/ReactiveBayes/ReactiveMP.jl) package. Read the official [documentation](https://ReactiveBayes.github.io/Cortex.jl/stable/) for more details.

> [!NOTE]
> This package is currently a work in progress. The API may change without notice until the first stable release.