Skip to content

Instantly share code, notes, and snippets.

@akrueger
Created November 5, 2017 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrueger/e646748234eb3303a783ef198281a03e to your computer and use it in GitHub Desktop.
Save akrueger/e646748234eb3303a783ef198281a03e to your computer and use it in GitHub Desktop.
Inference engine

Forward chaining

  • Works from antecedent to consequent
  • Breadth-first

Backward chaining

  • Works from consequent to antecedent
  • Depth-first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment