Top "Expert-system" questions

In artificial intelligence, an expert system is a computer system that emulates the decision-making ability of a human expert.

PHP function to increment variable by 1 each time

I have started writing a PHP script for a game about creatures, there are 4 yes/no questions and what I …

php function auto-increment decision-tree expert-system
Python Rule Based Engine

I am looking to design a system that will essentially need to make decisions based on input. The input will …

python artificial-intelligence rules rule-engine expert-system
Are there open source expert systems with reasoning capabilities?

For learning purposes I'd like to study an open source expert system, in particular one that can reason and explain …

artificial-intelligence expert-system
Decision trees and rule engines (Drools)

In the application that I'm working on right now, I need to periodically check eligibility of tens of thousands of …

java drools decision-tree expert-system drools-flow
Drools: insertLogical and retract

This is a follow up on my previous question. I have a decision tree in the following form: and I …

java drools decision-tree expert-system