Skip to content

Bovril/pracmln

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Project Page: http://www.pracmln.org

Lead developer: Daniel Nyga (nyga@cs.uni-bremen.de)

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 by

$ sudo pip install sphinx sphinxcontrib-bibtex 



About

Markov Logic Networks in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • C++ 1.8%
  • Other 0.4%