Posted inBasics Logic Knowledge Representation Posted by admin July 15, 2021 We briefly mentioned how logic can be used to represent simple facts in the last…
Posted inBasics Issue in Knowledge Representation Posted by admin July 15, 2021 Below are listed issues that should be raised when using a knowledge representation technique: Important…
Posted inBasics Inferential Knowledge Posted by admin July 15, 2021 Represent knowledge as formal logic: All dogs have tails : dog(x) hasatail(x) Advantages: A set of strict rules.Can be used…
Posted inBasics Approaches to Knowledge Representation Posted by admin July 15, 2021 Simple relational knowledge The simplest way of storing facts is to use a relational method…
Posted inBasics Knowledge Representation Posted by admin July 15, 2021 What to Represent? Let us first consider what kinds of knowledge might need to be…
Posted inBasics Means-Ends Analysis Posted by admin July 15, 2021 Allows both backward and forward searching.This means we could solve major parts of a problem…
Posted inBasics And-Or Graphs Posted by admin July 15, 2021 Useful for certain problems where The solution involves decomposing the problem into smaller problems.We then…
Posted inBasics Problems and Search Posted by admin July 15, 2021 Problem solving involves: problem definition -- detailed specifications of inputs and what constitutes an acceptable…
Posted inBasics Frames Posted by admin July 15, 2021 Frames can also be regarded as an extension to Semantic nets. Indeed it is not…
Posted inBasics Why use this data structure? Posted by admin July 15, 2021 It enables attribute values to be retrieved quicklyassertions are indexed by the entitiesbinary predicates are…