An OpenSource Python implementation of bayesian networks inspired by BNT.
Project description
OpenBayes is a library that allows users to easily create a bayesian network and perform inference on it. It is mainly inspired from the Bayes Net Toolbox (BNT) which is available for MatLAB, but uses python as a base language which provides many benefits : fast execution, portability and ease to use and maintain. Any inference engine can be implemented by inheriting a base class. In the same way, new distributions can be added to the package by simply defining the data contained in the distribution and some basic probabilistic operations.
The project is mature enough to be used for static bayesian networks and we are currently developping the dynamical aspect.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file OpenBayes-0.1.0.tar.gz
.
File metadata
- Download URL: OpenBayes-0.1.0.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
724ff167f0ebda3fbe16d30f35566d3d59227c11ecbf1ea4d57d467f8f38ace1
|
|
MD5 |
4163b24177ba112246eb96acbd0108fd
|
|
BLAKE2b-256 |
b019727c1b39066592eb55d33c768bfa1cff2d1ae8f2537ff8abb2c8ef2f7a5c
|
File details
Details for the file OpenBayes-0.1.0.win32.exe
.
File metadata
- Download URL: OpenBayes-0.1.0.win32.exe
- Upload date:
- Size: 109.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1f3174f426c84211ea40f2ccff9d3b623b5b1123feb648a879666a498ee9ab22
|
|
MD5 |
501d527f9875c71933dca1d344482766
|
|
BLAKE2b-256 |
5679359806a764e0c2fee69c1814184cf7bfc9484bbe83e787dc508004c2407b
|