Bayesian Inference
-
Updated
Aug 23, 2020 - Python
Bayesian Inference
FAIKR MOD3 project
Implementation of Prior, Rejection, Likelihood and Gibbs Sampling
Implementation of exact inference on Bayesian Network using Junction Trees in Python
This project implements both exact and approximate inference techniques for Bayesian Networks using enumeration and rejection sampling, respectively. It processes Bayesian Network structures in XMLBIF format, accepting command-line inputs to compute the posterior distribution of a query variable given observed evidence.
Add a description, image, and links to the exact-inference topic page so that developers can more easily learn about it.
To associate your repository with the exact-inference topic, visit your repo's landing page and select "manage topics."