radiantone/inferencegraph
A knowledge graph based forward chain inferencing engine in typescript/node.
This is a forward-chaining inference engine designed for developers working with TypeScript/Node.js to build systems that automatically deduce new information from existing facts. You provide a set of rules and initial facts, and it outputs a 'plan' of actions or new facts that logically follow. Developers can use this to create applications that make decisions or categorize data based on defined logic.
No commits in the last 6 months. Available on npm.
Use this if you are a developer building a system that needs to automate decision-making or derive conclusions based on a collection of facts and predefined logical rules.
Not ideal if you are looking for a complete, production-ready expert system out-of-the-box, as this is currently a draft and under active development.
Stars
11
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Jan 23, 2021
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/radiantone/inferencegraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fuzzylite/pyfuzzylite
pyfuzzylite: a fuzzy logic control library in Python
fuzzylite/fuzzylite
fuzzylite: a fuzzy logic control library in C++
xcsf-dev/xcsf
XCSF learning classifier system: rule-based online evolutionary machine learning
fuzzylite/jfuzzylite
jfuzzylite: a fuzzy logic control library in Java
gregorLen/S-ANFIS-PyTorch
An Implementation of the State-Adaptive Neuro-Fuzzy Inference System (S-ANFIS) based on Pytorch....