Skip to content

ahmadfaizalbh/PyPNL

 
 

Repository files navigation

PyPNL : Python probabilistic network library

PyPNL is a probabilistic network library in Python. The library consists of a Python API which interfaces to state of the art C/C++ inference and learning engines. The API design is modular and allows for plug-ins which augment functionality. PyPNL comes with documentation, examples, and a test suite.

Features

The PyPNL library has a rich set of features for representation, inference, learning and actions using probabilistic networks.

Representation

  • Discrete nodes
  • Continuous nodes
  • Utility nodes
  • Decision nodes
  • Static Bayesian networks
  • Dynamic Bayesian networks
  • Markov random fields
  • Limited memory influence diagrams

Inference

  • Exact enumeration
  • Junction Tree
  • Pearl
  • Gibbs sampling

Learning

  • K2
  • Chow-Liu

Actions

  • Decision nodes

Documentation

Stay tuned!

Examples

Stay tuned!

Test suites

Stay tuned!

About

Python Probabilistic Network Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.2%
  • HTML 13.3%
  • Makefile 11.3%
  • C 4.6%
  • MATLAB 4.5%
  • Shell 4.3%
  • Other 0.8%