Please enable JavaScript.
Coggle requires JavaScript to display documents.
Prolog fact (AI Requirements (Experimenting with different strategies,…
Prolog fact
AI
Requirements
Experimenting with different strategies
Reasoning and testing
Heuristics
fuzzy issues
AI Languages
LISP (LISt Processing)
POP-11
PROLOG (PROgramming in LOGic)
Prolog Programs
Different to conventional programming
No repeat loops
No while do loops
No goto jumps
No type declarations
no arrays
Captures
Procedural knowledge
a set of rules
Declarative knowledge
set of facts
Component
predicate
argument
AI problems
Not dealing with numeric computation
Not a database