1 / 18

Artificial Intelligence

Artificial Intelligence. Knowledge Representation. Introduction. Introduction Cont. Data-Information-Knowledge-Wisdom. Data-Information-Knowledge-Wisdom. The AI Cycle. Knowledge and its types. Durkin refers to it as the “Understanding of a subject area”.

noam
Download Presentation

Artificial Intelligence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Artificial Intelligence Knowledge Representation

  2. Introduction

  3. Introduction Cont.

  4. Data-Information-Knowledge-Wisdom

  5. Data-Information-Knowledge-Wisdom

  6. The AI Cycle

  7. Knowledge and its types • Durkin refers to it as the “Understanding of a subject area”. There are different types of knowledge • Procedural knowledge • Declarative • Meta knowledge • Heuristic knowledge • Structural knowledge

  8. Types of knowledge (Cont.)

  9. Procedural VS Declarative Knowledge

  10. Types of Knowledge Cont. • Procedural knowledge: Describes how to do things, provides a set of directions of how to perform certain tasks, e.g., how to drive a car. • Declarative knowledge: It describes objects, rather than processes. What is known about a situation, e.g. it is sunny today, and cherries are red. • Meta knowledge: Knowledge about knowledge, e.g., the knowledge that blood pressure is more important for diagnosing a medical condition than eye color. • Heuristic knowledge: Rule-of-thumb, e.g. if I start seeing shops, I am close to the market. o Heuristic knowledge is sometimes called shallow knowledge. o Heuristic knowledge is empirical as opposed to deterministic • Structural knowledge: Describes structures and their relationships. e.g. how the various parts of the car fit together to make a car, or knowledge structures in terms of concepts, sub concepts, and objects.

  11. Knowledge Representation

  12. Knowledge Representation • Pictures and symbols. This is how the earliest humans represented knowledge when sophisticated linguistic systems had not yet evolved • Graphs and Networks • Numbers • Descriptive

  13. Using Picture • As you can see, this kind of representation makes sense readily to humans, but if we give this picture to a computer, it would not have an easy time figuring out the relationships between the individuals, or even figuring out how many individuals are there in the picture. Computers need complex computer vision algorithms to understand pictures.

  14. Using a graph and description Using a description in words For the family above, we could say in words – Tariq is Mona’s Father – Ayesha is Mona’s Mother – Mona is Tariq and Ayesha’s Daughter

  15. Formal KR techniques • Facts • Rules • Semantic Nets • Frames • Logic

  16. Facts • Single-valued • multiple –valued • Uncertain facts • Fuzzy facts • Object-Attribute-Value triplets

  17. Rules • Relationship • Recommendation • Directive • Uncertain Rules • Meta Rules • Rule Sets

  18. Semantic networks Semantic networks are graphs, with nodes representing objects and arcs representing relationships between objects. Various types of relationships may be defined using semantic networks. The two most common types of relationships are –IS-A (Inheritance relation) –HAS (Ownership relation)

More Related