1 / 7

Knowledge Representation

Knowledge Representation. Course CS II Lecture 2. Principles of Computer Science needed in AI. Data Structures (knowledge representation, scheme) Algorithms (needed to apply knowledge) Languages (the medium of implementation) Programming Techniques. Knowledge Representation.

jett
Download Presentation

Knowledge Representation

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. Knowledge Representation Course CS II Lecture 2

  2. Principles of Computer Science needed in AI • Data Structures (knowledge representation, scheme) • Algorithms (needed to apply knowledge) • Languages (the medium of implementation) • Programming Techniques

  3. Knowledge Representation • It is the representation of information for use in intelligent problem solving. • It allows us to derive new knowledge (inferences, conclusions). • Logic • Semantic networks • Conceptual dependencies • Scripts • Frames • Production Systems

  4. Semantic Networks • Semantic networks are knowledge representation schemes involving nodes and links (arcs or arrows) between nodes. • The nodes represent objects or concepts and the links represent relations between nodes.

  5. Conceptual dependencies • Conceptual dependencies model the semantic structure of natural language. • Conceptual dependency theory (CDT) offers a set of four primitive conceptualizations • CDT offers a set of four primitive conceptualizations from which the world of meaning is built.

  6. Primitive Conceptualization • ACTs actions • PPs objects (picture producers) • AAS modifiers of actions (actions aiders) • PAs modifiers of objects (pictures aiders) (See handout)

  7. Scripts • A script is a structured representation describing a stereotyped sequence of events in a particular context. • Typical and predictable situations (see handout)

More Related