Production Computing System

From GM-RKB
(Redirected from production system)
Jump to navigation Jump to search

A Production Computing System is a Computing System that uses computer programs to provide some form of Artificial Intelligence.



References

2014a

2014b

2009

  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Production_system
    • A production system (or production rule system) is a computer program typically used to provide some form of artificial intelligence, which consists primarily of a set of rules about behavior. These rules, termed productions, are a basic representation found useful in AI planning, expert systems and action selection. A production system provides the mechanism necessary to execute productions in order to achieve some goal for the system.
    • Productions consist of two parts: a sensory precondition (or "IF" statement) and an action (or "THEN"). If a production's precondition matches the current state of the world, then the production is said to be triggered. If a production's action is executed, it is said to have fired. A production system also contains a database, sometimes called working memory, which maintains data about current state or knowledge, and a rule interpreter. The rule interpreter must provide a mechanism for prioritizing productions when more than one is triggered.

1988