Jump to content

Model-based reasoning

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gregbard (talk | contribs) at 02:08, 9 March 2010 (Quick-adding category Reasoning (using HotCat)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In artificial intelligence, model-based reasoning refers to an inference method used in expert systems based on a model of the physical world.

Knowledge representation

In a model-based reasoning system knowledge is represented using causal rules. For example, in a medical diagnosis system the knowledge base may contain the following rule:

patients : Stroke(patient) Confused(patient) Unequal(Pupils(patient))

In contrast in a diagnostic reasoning system knowledge would be represented through diagnostic rules such as:

patients : Confused(patient) Stroke(patient)
patients : Unequal(Pupils(patient)) Stroke(patient)

References

  • Russell, Stuart J.; Norvig, Peter (2003), Artificial Intelligence: A Modern Approach (2nd ed.), Upper Saddle River, New Jersey: Prentice Hall, p. 260, ISBN 0-13-790395-2

See also