Expert Systems/What is Knowledge?

Category:Book:Expert Systems#What%20is%20Knowledge%3F%20

Knowledge

Rules

Rules are structured as "if"/"then" rules as follows:

IF X THEN Y

Here, X is known as the antecedent and Y is known as the consequent. The antecedent represents a series of requirements, and if those requirements are satisfied, then the actions in the consequent are performed.

Category:Book:Expert Systems