1 / 8

CS344 Artificial Intelligence Prof. Pushpak Bhattacharya Class on 26 Mar 2007

CS344 Artificial Intelligence Prof. Pushpak Bhattacharya Class on 26 Mar 2007. Knowledge Representation (KR). AI is often equated with KR Four layers in KR – Each layer knows how to use the layer below it. Wisdom Knowledge Information Data. KR (contd.). KR (kinds):

keefer
Download Presentation

CS344 Artificial Intelligence Prof. Pushpak Bhattacharya Class on 26 Mar 2007

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. CS344 Artificial Intelligence Prof. Pushpak Bhattacharya Class on 26 Mar 2007

  2. Knowledge Representation (KR) • AI is often equated with KR • Four layers in KR – Each layer knows how to use the layer below it. Wisdom Knowledge Information Data

  3. KR (contd.) • KR (kinds): • Structured (Semantic Net, Frame) • Unstructured (propositional and predicate calculus) • KR (application to): • Language situation (Linguistic processing) • Visual situations (Geometric processing) • KR (characterization): • Analytic (Problem solving) • Synthetic (Creative Situations, Arts)

  4. Ontology/Taxonomy • Ontology/Taxonomy is at the heart of KR • Hierarchical organization of concepts (typical relation is IS-A) • Terminology: • “Upper Ontology” – CYC project (D. Lenat – 1985) • IEEE SUMO (Standard Upper Merged Ontology) • Semantic Web efforts: Resource Description Framework (RDF), Web Ontology Language (OWL), Description Logic Entity Events Things Physical Abstract Concrete Mental Upper Ontology

  5. Structured Knowledge Representation • Structured Knowledge Representation is of two types, viz., Semantic Net and Frame • Semantic Net • Concepts • Relations • IS-A • PART-OF

  6. Knowledge Representation • Illustration through • Visual situation • Language situation Observer Scene ID of scene: Picture 101

  7. Unstructured Knowledge Representation • Visual situation – Unstructured knowledge representation for Picture 101: near(table, Ram) on(table, vase) in(table, flower) colour(flower, red)

  8. Structured Knowledge Representation Still Life Picture-101 IS-A • Representation of “Still Life” as SemanticNet is shown alongside. • Storing as records: Picture-101{ Instance_of: Still_life Has-parts: table-59{ instance_of: table} vase-3112{ instance_of: vase} ⋮ } Picture-101 PART-OF Ram PART-OF PART-OF RED PART-OF COLOUR-OF Table-59 Vase-3112 Flower-7123 ON IN

More Related