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

https://github.com/daemon/jbl

Java library for performing Bayesian analysis
https://github.com/daemon/jbl

Last synced: about 1 year ago
JSON representation

Java library for performing Bayesian analysis

Awesome Lists containing this project

README

          

# JBL
This library contains routines for performing exact and approximate Bayesian inference on probabilistic graphical models.

## Models
* Bayes net
* Factor graph

## Exact inference methods
* Belief propagation
* Variable elimination

## Approximate inference methods
* Assumed-density filtering
* Expectation Propagation
* Markov Chain Monte Carlo