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.
     
     
  • 相关阅读:
    MySql主从库配置
    Linux安装MySql5.6.43(亲测)
    Linux安装ffmpeg(亲测)
    Linux JDK安装(亲测)
    Linux磁盘挂载(亲测)
    Finance_CAPM&APT
    Python_QT_量化投资/量化交易 基础入门课
    581. Shortest Unsorted Continuous Subarray
    3. Longest Substring Without Repeating Characters
    239. Sliding Window Maximum
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6099781.html
Copyright © 2011-2022 走看看