Knowledge Representation CH3 Flashcards
1
Q
2 primary concepts in knowledge representation
A
- Knowledge
- refers to the fact of knowing something that has been gained through experienced and learning it. - Representation
- refers to the process of representing what has been gained from the knowledge
2
Q
Types of Knowledge Representation
A
- Declarative Knowledge
- refers to the knowledge that describes our world - Procedural Knowledge
- refers to more complex concepts (how things work or behave) - Meta-Knowledge
- refers to predefined knowledge about things we are aware of - Heuristic Knowledge
- knowledge that experts in specific fields provide after acquiring them after years of experience - Structural Knowledge
- serves as a basic form of knowledge for solving real-world problems
3
Q
Knowledge Representation Techniques
A
- Logical Representation
- Semantic Network Representation
- Frame Representation (frame based system)
- Production Rules
4
Q
Logical Representation
A
- drawing conclusion based on various conditions
Divided into 2 parts:
a. Propositional Logic - The form of true and false
b. Predicate Logic - In the form of quantity
5
Q
Semantic Network
A
a technique for representing knowledge in AI that uses nodes (concepts or objects) and relationships
- easy and simple to understand
- EG google graph
6
Q
Frame Representation
A
- a record-like structure consisting of a collection of attributes and values to describe an entity
- EG form of a table (database)
7
Q
Production Rules
A
- also known as rule-based systems, type of AI that uses set of rules to represent knowledge and make decisions
EG “IF statements”
8
Q
Cycle of Knowledge Representation
A
- Perception
- Learning
- Knowledge representation and reasoning
- Planning and execution