opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
817 stars 228 forks source link

Demo for complex pipeline processing #3064

Closed linas closed 5 months ago

linas commented 5 months ago

Add demo showing how to do more complicated pipeline processing. In this case, a collection of atoms arrives from some source stream; they are filtered out to keep only those matching the filter, and then, some processing is applied. For the demo, increment a count on each atom.

This is a demo of "sensory observation counts": maintain a count in the AtomSpace of how often something was observed in a sensory stream.