zoukankan      html  css  js  c++  java
  • BehaviorBased Intelligence

    Computer Science An Overview _J. Glenn Brookshear _11th Edition

    Early work in artificial intelligence approached the subject in the context of explicitly
    writing programs to simulate intelligence. However, many argue today that human
    intelligence is not based on the execution of complex programs but instead by simple
    stimulus-response functions that have evolved over generations. This theory of
    “intelligence” is known as behavior-based intelligence because “intelligent” stimulus-
    response functions appear to be the result of behaviors that caused certain individu-
    als to survive and reproduce while others did not.
    Behavior-based intelligence seems to answer several questions in the artificial
    intelligence community such as why machines based on the von Neumann architec-
    ture easily outperform humans in computational skills but struggle to exhibit com-
    mon sense. Thus behavior-based intelligence promises to be a major influence in
    artificial intelligence research. As described in the text, behavior-based techniques
    have been applied in the field of artificial neural networks to teach neurons to behave
    in desired ways, in the field of genetic algorithms to provide an alternative to the
    more traditional programming process, and in robotics to improve the performance of
    machines through reactive strategies.
     
     
  • 相关阅读:
    shiro (java安全框架)
    day13
    自己修改select的样式(修改select右边的小三角)
    如何让2个并列的div根据内容自动保持同等高度
    js定时显示广告代码
    jquery 模块拖拽
    JS获取浏览器可视区域尺寸
    jQuery事件绑定的最佳实践
    flot图插件使用
    计算json的和
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6099781.html
Copyright © 2011-2022 走看看