zoukankan      html  css  js  c++  java
  • [Knowledge-based AI] {ud409} Lesson 3: 03

    Knowledge Representations 

     

    eg. F=ma

    Introduction to Semantic Networks 

     

    The example above is adapted from Raven's test of progressive matrices. For further information, see:

    Raven, J. (2003). Raven progressive matrices. In Handbook of nonverbal assessment (pp. 223-237). Springer US.

     Exercise: Constructing Semantic Nets I

     

    The example above is adapted from Raven's test of progressive matrices. For further information, see: Raven, J. (2003). Raven progressive matrices. In Handbook of Nonverbal Assessment. (pp. 223-237). Springer US.

     

     Structure of Semantic Networks

     

     Characteristics of Good Representations 

    This list of characteristics is adapted from the following book:

    Winston, P. (1993). Artificial Intelligence (3rd ed.). Addision-Wesley.

    Discussion: Good Representations

    What's a good representation for everyday life?

    Guards and Prisoners 

     

    The guards and prisoners problem is adapted from the cannibals and missionaries problem. For more information, please see:

    Amarel, S. (1968). On representations of problems of reasoning about actions. Machine intelligence, 3(3), 131-171.

    Semantic Networks for Guards & Prisoners 

     

    Solving the Guards and Prisoners Problem 

     

    only two doable choices

    Represent & Reason for Analogy Problems 

     

     

    more people choose 5 rather than 3, why?

     

    Choosing Matches by Weights 

     

    Errata: The arrow between p and q on the left should be in the opposite direction.

     Connections

    corresponding problem / matching problem 

    Assignment: Semantic Nets

     

     Semantic Networks: Winston Chapter 2, pp. 16-32 Can be found at http://courses.csail.mit.edu/6.034f/ai3/rest.pdf

     

    representation becomes the key, because we use knowledge to solve problems, and we need to first represent the knowledge.

    secondly, sematic networks are related to spreading activation networks, a very popular theory of human memory.

    eg, a story, with only two sentences: Jonh wanted to become rich. He got a gun. 

     How didi it draw the inferences about robbing a bank which the story didnt tell

     imagine we have a sematic network, with a large number of nodes.

    the two sentences spread activations in the network and the activations merge at some region.

    and all the nodes on the pathway become part of the story.

  • 相关阅读:
    自实现简单线程池
    Object obj=new Object()的内存引用
    Java运行时内存模式学习
    C/C++、C#、JAVA(一):代码模板与库代码的引入
    java GUI 快速入门
    C# 一些类名的后缀及其意义
    ASP.NET Core 中jwt授权认证的流程原理
    .NET Core 获取主机运行资源的库
    .NET Core 获取程序运行环境信息与反射的应用
    【5分钟+】计算机系统结构-数据表示
  • 原文地址:https://www.cnblogs.com/ecoflex/p/10979298.html
Copyright © 2011-2022 走看看