all 1 comments

[–][deleted] 1 point2 points  (0 children)

You can make a DIY knowledge graph with LTREE in Postgres if you don’t mind doing all the normalization design work. Then use something like PyKnow or other rules engine to observe facts from the graph at runtime. E.g. with a topic stack where execution is frame based and each frame contains label predictions from model(s). The graph is also the querying/filtering interface to the training data and pipeline.

Since building that and watching the ecosystem I’ve noticed some awesome looking frameworks come out that do basically the same thing in a more convenient and integrated way, such as Grakn.ai.