singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

pln with torch.Tensors as truth values #73

Closed noskill closed 5 years ago

noskill commented 5 years ago

this PR implements pln with TensorTruthValue as implemented in https://github.com/singnet/atomspace/pull/92

Only propositional rules are implemented.

Implementation uses almost unmodified scm files for rule generation, but formulas are rewritten in python.

also includes example of learning formula for pln.

See also https://github.com/singnet/opencog/issues/70