Announcing syntreenet: A Python library to build scalable production rule systems

Hi all,

Perhaps some of you might be interested in this library I've released, that
might be used to build production rule systems, with the peculiarity that
the cost of matching a fact to the knowledge base would be logarithmic in
the size of said knowledge base, measured as the number of rules plus the
number of facts in working memory. As far as I know, the current state of
the art is polynomial.

https://gitlab.com/enriquepablo/syntreenet

Thanks!

-- 
Enrique Pérez Arnaud

Received on Saturday, 6 July 2019 18:47:25 UTC