Caesar AI Atlas

Rule-based System

Also known as: Rule based System

Caesar AI Atlas Definition

A rule-based system stores and applies knowledge in the form of rules, often expressed as if-then statements. It uses an inference mechanism to interpret information, trigger rules, and produce conclusions or actions.

Other Definitions

Rule-based System Source

In computer science, a rule-based system is used to store and manipulate knowledge to interpret information in a useful way. It is often used in artificial intelligence applications and research. Normally, the term rule-based system is applied to systems involving human-crafted or curated rule sets. Rule-based systems constructed using automatic rule inference, such as rule-based machine learning, are normally excluded from this system type.

Related Terms