oh2gxn / nip

Dynamic Bayesian Network library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nip

NIP - Dynamic Bayesian Network library

This repo contains the code used in my MSc thesis: http://users.ics.aalto.fi/jatoivol/di-oneside.pdf

There has been some revision to this software since the year 2007, though.

tl;dr:

  • (Dynamic) Bayesian Network (DBN) library in C
  • categorical/discrete random variables -> probability tables
  • (D)BN -> join tree transformation
  • exact join tree inference (batch/offline mode)
  • Expectation Maximization (EM) learning
  • sampling from a given model
  • some elementary command line tools, see demo.sh

[Smyth, Heckerman, Jordan 1996] used acronym PIN: probabilistic independence network (for BN), so I named this NIP

Licence: GPLv2+

--Janne OH2GXN

About

Dynamic Bayesian Network library

License:GNU General Public License v2.0


Languages

Language:C 87.8%Language:Yacc 8.4%Language:Makefile 1.4%Language:Shell 1.4%Language:Awk 0.9%Language:Dockerfile 0.0%