Skip to content

danielnyga/pracmln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniel Nyga
May 17, 2019
bbda656 · May 17, 2019

History

78 Commits
Oct 12, 2017
Mar 28, 2018
May 17, 2019
Dec 15, 2017
Oct 12, 2017
Mar 20, 2018
Jun 25, 2018
May 17, 2019
Oct 12, 2017
Oct 10, 2017
Dec 15, 2017
Dec 18, 2017
Oct 12, 2017
Dec 18, 2017

Repository files navigation

pracmln -- Markov logic networks in Python

pracmln is a toolbox for statistical relational learning and reasoning and provides a pure python implementation of Markov logic networks. pracmln is a statistical relational learning and reasoning system that supports efficient learning and inference in relational domains. pracmln has started as a fork of the ProbCog toolbox and has been extended by latest developments in learning and reasoning by the Institute for Artificial Intelligence at the University of Bremen, Germany.

Installation

$ pip install pracmln

Documentation

pracmln comes with its own sphinx-based documentation. To build it, conduct the following actions:

$ cd path/to/pracmln/doc
$ make html

If you have installed Sphinx, the documentation should be build. Open it in your favorite web browser:

$ firefox _build/html/index.html

Sphinx can be installed with

$ sudo pip install sphinx sphinxcontrib-bibtex