Interest in a Common Lisp library for Bayesian Network inference?
Hi all,
I've been hanging on to some code I developed about 5-6 years ago when I was in academia. I'm wondering if I should open source it.
It is a native pure lisp Bayesian Network inference engine. It has two types of compilation:
1. 'Standard' Join Tree such as implemented by e.g. Netica circa 2008.
2. Arithmetic Circuits, which was a new research direction at the time.
The arithmetic circuit module is able to compile a Bayesian Network to lisp, C or Java standalone source code. That is, you don't need any libraries at all to perform probabilistic inference.
Just curious.
|