Logic: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 2: Line 2:


Logic is a formal language that allows us to make assertions about the world in a very precise way<ref>Ashok Goel</ref>
Logic is a formal language that allows us to make assertions about the world in a very precise way<ref>Ashok Goel</ref>
A logic-based AI has 2 parts:
# knowledge base
# inference engine (to make inferences from the knowledge base


* '''Soundness:''' Only valid conclusions can be proven
* '''Soundness:''' Only valid conclusions can be proven

Revision as of 13:08, 20 February 2018

Artificial Intelligence[1]

Logic is a formal language that allows us to make assertions about the world in a very precise way[2]

A logic-based AI has 2 parts:

  1. knowledge base
  2. inference engine (to make inferences from the knowledge base
  • Soundness: Only valid conclusions can be proven
  • Completeness: All valid conclusions can be proven

References