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

https://github.com/sonph/bayesnetinference

Python implementation of variable enumeration and variable elimination algorithms for exact inference in probabilistic Bayesian networks.
https://github.com/sonph/bayesnetinference

Last synced: about 1 year ago
JSON representation

Python implementation of variable enumeration and variable elimination algorithms for exact inference in probabilistic Bayesian networks.

Awesome Lists containing this project

README

          

# BayesNet.py

## Description
This is one of the programming assignments I did in the Introduction to Artificial Intelligence course (CS4365). It implements two algorithms for performing exact inference given a Bayesian network, namely variable enumeration and variable elimination. These exact inference algorithms produce, well, exact probability distribution over the query variable given the observed evidences, as compared to the method of sampling which gives an approximate result.

[Full post and description here](http://sonph.net/code/2014/04/26/exact-inference-in-bayesian-networks/)

## License
Creative Commons License