backward-chaining
There are 36 repositories under backward-chaining topic.
opencog/ure
Unified Rule Engine. Graph rewriting system for the AtomSpace. Used as reasoning engine for OpenCog.
mattkearns/expert-system-shell
This is a rule-based logic system that uses forward- and backward-chaining algorithms to do two things: 1.) learn new rules and variable values based on those previously learned by the system, and 2.) explain its reasoning back to the user.
DeanLee77/Nadia
This is an open source project for building Rule/Policy Inference Engine written in Java
ap-atul/Expert-System
Generic Expert System with a custom Knowledgebase and Clause mappings.
RadostinaIvanova/Expert-system-in-Prolog
Expert system in Prolog for diagnosis of mental disorders.
Keerthivasan13/CSCI561_Artificial_Intelligence
Programs developed for CSCI561 Foundations of Artificial Intelligence course
memgonzales/medical-expert-ehrlich
Backward-chaining medical expert system that specializes in selected autoimmune diseases and employs MYCIN-style computations to handle uncertainty
Jumbub/block-world
Stacking blocks has never been so logical
VBrazhnik/Expert-System
School 42 project // Propositional calculus expert system with backward-chaining inference engine
yangrussell/animals-game
An expert system that attempts to guess the user's animal in 20 questions or less
fedefloris/Expert-system
A propositional calculus expert system.
KrishMunot/Spam-Detector
Spam detection using Neural Nets and back propagation
acarlson99/expert-system
Backward chaining engine to solve logical systems
bigyan9134/Expert-System-Implementation
An application of Expert System and Forward-Chaining and Backward-Chaining to design a heart disease diagnosis and treatment recommendation tool.
Meskine-Yasser/AI_Expert_System
An AI Expert System that uses Forward and Backward Chaining Algorithms
Pietracoops/rs3_dynamic_programming
Dynamic programming project featuring RuneScape3 Combat. An analysis of different exact and approximative dynamic programming techniques.
DeanLee77/NADIA-CPP
This is an open source project for building Rule/Policy Inference Engine written in C/C++
farukoflaz/BacwardChainingZookeeper
Backward Chaining implementation for Zookeeper problem
gidona18/backward
A small programming language that can deduce new information when given a set of rules and facts.
livankrekh/Expert_system
Implementation of a simple expert system.
MagmaArcade/Inference-Engine
This inference engine utilizes both forward and backward chaining, along with truth tables, to systematically derive logical conclusions about the knowledge base.
Mitchi-02/expert-system
A simple Flask App implementing an expert system that uses forward / backward chaining.
anjaliunnikrishnan/Inference-Engine
An inference engine that implements Resolution, a concept in AI, to determine whether given term in present in the knowledge base or not
batoull22/AI
Project idea about is a software that reproduces the behavior of a human expert performing an intellectual task in a specific field using two algorithms: Forward chaining and Backward chaining
carlosantiagorojas/Backward-chaining-backtracking
Backward-chaining algorithm with backtracking based on logical rules
erik-lance/travel-advisor
CS Intelligent Systems course requirement in Prolog. Travel Advisor Agent that uses backward chaining to determine if fit for travel
Jlmcconchie/hello-world
This is a learning tool repository.
OsamaBodiaf/expert-system-shell
Rule-based expert system shell.
wkurek/Maszyna-wnioskujaca
[PSZT] Backward reasoning in predicate logic.
ajailani4/parenting-style-expert-sys
An expert system that implement backward chaining and certainty factor to give a recommendation of parenting style
dolovnyak/Expert-System
Expert system for logical expressions on backward-chaining inference engine.
lpieri/Expert-System
Expert-System is a project capable of reasoning on a set of initial rules and facts in order to deduce certain other facts.
rjtmahinay/java-chatbot
ChatBot using Backward Chaining Algorithm