《计算机科学概论原版(第九版)》由会员分享,可在线阅读,更多相关《计算机科学概论原版(第九版)(43页珍藏版)》请在人人文库网上搜索。

1、Chapter 10,Artificial Intelligence, 2007 Pearson Addison-Wesley. All rights reserved,Chapter 10: Artificial Intelligence,10.1 Intelligence and Machines 10.2 Perception 10.3 Reasoning 10.4 Additional Areas of Research 10.5 Artificial Neural Networks 10.6 Robotics 10.7 Considering the Consequences,Int。

2、elligent Agents,Agent: A “device” that responds to stimuli from its environment Sensors Actuators The goal of artificial intelligence is to build agents that behave intelligently,Levels of Intelligent Behavior,Reflex: actions are predetermined responses to the input data Intelligent response: action。

3、s affected by knowledge of the environment Goal seeking Learning,Figure 10.1 The eight-puzzle in its solved configuration,Figure 10.2 Our puzzle-solving machine,Approaches to Research in Artificial Intelligence,Performance oriented: Researcher tries to maximize the performance of the agents. Simulat。

4、ion oriented: Researcher tries to understand how the agents produce responses.,Turing Test,Proposed by Alan Turing in 1950 Benchmark for progress in artificial intelligence Test setup: Human interrogator communicates with test subject by typewriter. Test: Can the human interrogator distinguish wheth。

5、er the test subject is human or machine?,Techniques for Understanding Images,Template matching Image processing edge enhancement region finding smoothing Image analysis,Language Processing,Syntactic Analysis Semantic Analysis Contextual Analysis,Figure 10.3 A semantic net,Components of a Production 。

6、Systems,1. Collection of states Start (or initial) state Goal state (or states) 2. Collection of productions: rules or moves Each production may have preconditions 3. Control system: decides which production to apply next,Reasoning by Searching,State Graph: All states and productions Search Tree: A 。

7、record of state transitions explored while searching for a goal state Breadth-first search Depth-first search,Figure 10.4 A small portion of the eight-puzzles state graph,Figure 10.5 Deductive reasoning in the context of a production system,Figure 10.6 An unsolved eight-puzzle,Figure 10.7 A sample s。

8、earch tree,Figure 10.8 Productions stacked for later execution,Heuristic Strategies,Heuristic: A quantitative estimate of the distance to a goal Requirements for good heuristics Must be much easier to compute than a complete solution Must provide a reasonable estimate of proximity to a goal,Figure 1。

9、0.9 An unsolved eight-puzzle,Figure 10.10 An algorithm for a control system using heuristics,Figure 10.11 The beginnings of our heuristic search,Figure 10.12 The search tree after two passes,Figure 10.13 The search tree after three passes,Figure 10.14 The complete search tree formed by our heuristic。

10、 system,Handling Real-World Knowledge,Representation and storage Accessing relevant information Meta-Reasoning Closed-World Assumption Frame problem,Learning,Imitation Supervised Training Reinforcement Evolutionary Techniques,Artificial Neural Networks,Artificial Neuron Each input is multiplied by a。

11、 weighting factor. Output is 1 if sum of weighted inputs exceeds the threshold value; 0 otherwise. Network is programmed by adjusting weights using feedback from examples.,Figure 10.15 A neuron in a living biological system,Figure 10.16 The activities within a processing unit,Figure 10.17 Representa。

12、tion of a processing unit,Figure 10.18 A neural network with two different programs,Figure 10.19 An artificial neural network,Figure 10.20 Training an artificial neural network,Figure 10.20 Training an artificial neural network (continued),Figure 10.20 Training an artificial neural network (continue。

13、d),Figure 10.20 Training an artificial neural network (continued),Figure 10.21 The structure of ALVINN,Associative Memory,Associative memory: The retrieval of information relevant to the information at hand One direction of research seeks to build associative memory using neural networks that when g。

14、iven a partial pattern, transition themselves to a completed pattern.,Figure 10.22 An artificial neural network implementing an associative memory,Figure 10.23 The steps leading to a stable configuration,Robotics,Truly autonomous robots require progress in perception and reasoning. Major advances be。

15、ing made in mobility Plan development versus reactive responses Evolutionary robotics,Issues Raised by Artificial Intelligence,When should a computers decision be trusted over a humans? If a computer can do a job better than a human, when should a human do the job anyway? What would be the social impact if computer “intelligence” surpasses that of many humans。

计算机科学概论第二版笔记,计算机科学概论原版(第九版)相关推荐

  1. 【徐禾 政治经济学概论】 读书笔记 §1.1商品是资本主义经济的细胞

    一.引入问题 1.研究资本主义的经济制度首先应该从什么入手?为什么? 2.能否从人民.国家.市场等复杂现象出发来研究资本主义?为什么? 二.引入方法:抽象分析法 探求任何事物的本质,我们必须: 1.必 ...

  2. 计算机科学导论第二章,计算机科学导论第二章.doc

    计算机科学导论第二章.doc (2页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 3.9 积分  第二次作业 2.1 数值数据1. 计算机只识别二进制编 ...

  3. 20155235 信息安全技术概论 第二次实验报告

    20155235 信息安全技术概论 第二次实验报告 实验原理 一.口令破解方法 口令破解主要有两种方法:字典破解和暴力破解. 字典破解是指通过破解者对管理员的了解,猜测其可能使用某些信息作为密码,例如 ...

  4. C语言程序设计笔记(浙大翁恺版) 第二周:计算

    按照中国大学MOOC上浙江大学翁恺老师主讲的版本所作,B站上也有资源.原课程链接如下: https://www.icourse163.org/course/ZJU-9001 由于是大三抽空回头整理的, ...

  5. 剑指offer(第二版)读书笔记以及编程题目python版答案(二)

    剑指offer(第二版)读书笔记以及编程题目python版答案(二) 题目五:青蛙跳台阶 github地址: https://github.com/ciecus/leetcode_answers/tr ...

  6. 【徐禾 政治经济学概论】 读书笔记 §1.3劳动的二因素:具体劳动和抽象劳动(上.价值质的规定性)

    一.具体劳动 定义1 具体劳动:根据劳动的目的.对象.所用工具.操作方法和劳动成果来区分,生产一种特定品种的产品的劳动. 例:生产木器得用木匠的劳动,生产铁器得用铁匠的劳动,--即便生产的同样是铁器或 ...

  7. 数据库系统概论第二章总结

    数据库系统概论第二章总结 文章目录 数据库系统概论第二章总结 第二章 关系数据库 2.1 关系数据结构及形式化定义 2.1.1 关系 2.2 关系操作 2.2.1 基本的关系操作 2.2.2 关系数据 ...

  8. Android 学习之《第一行代码》第二版 笔记(二十三)Material Design 实战 —— 卡片式布局

    实现基础: Android 学习之<第一行代码>第二版 笔记(二十二)Material Design 实战 -- 悬浮按钮和可交互提示 卡片式布局 卡片式布局是 Materials Des ...

  9. 计算机科学导论作业大纲,《计算机科学导论》课程复习大纲与综合练习题.doc...

    文档介绍: <计算机科学导论>课程复****大纲与练****题参考书目--主编--版次--出版社--价格:课程名称计算机科学导论教材信息名称计算机科学导论出版社清华大学出版社作者瞿中.熊安 ...

最新文章

  1. 【硅谷牛仔】DropBox CEO --德鲁休斯敦--找到合适自己的圈子,追逐自己感兴趣的事...
  2. 现在的人工智能只是“窄AI”?
  3. SQL Server 2008基于策略的管理
  4. PHP获取IP地址以及IP地址所在位置
  5. html日期横向拖动选择控件,一个简单横向javascript日期控件
  6. oracle添加文件,ORACLE---添加控制文件
  7. 永恒python图片_python 数据词云展示实例(3)- 背景图设置
  8. 结对开发——求最大值
  9. Unity搭建简单的图片服务器
  10. weblogic使用脚本部署
  11. 沉痛悼念游戏开发技术专家毛星云
  12. 从认知盈余说起,也谈分享精神
  13. dnf服务器系统,可以挂dnf的云服务器
  14. 稳压二极管的原理和伏安特性
  15. 用敏捷思维来指导我们的工作和学习 --专栏《说透敏捷》学习总结
  16. H5接入支付流程-微信支付支付宝支付
  17. Cocos Creator 配合Tiled地图的使用
  18. 替换请求输出文件和日志文件
  19. HPET(High Precision Event Timer)简要说明
  20. CDOJ1059-秋实大哥与小朋友

热门文章

  1. VS Code 修改字体颜色
  2. printf log管理终极版本——printf字体颜色格式与log级别设置
  3. 苹果iPad 2通过3C认证 入华尚缺入网许可证
  4. Mac OS 隔空投送过来的软件不能打开(不能安装任意源程序)解决办法
  5. APK 解包之后修改了文件之后重新打包并签名
  6. SpringCloud(下)
  7. flexcell 字段设置格式为数字类型
  8. Java程序设计 图形用户界面 【十二】下拉列表JComboBox
  9. 按键精灵安卓版访问php接,按键安卓版网络访问之 图片处理,FTP,HTTP 实现
  10. 60岁大娘开面馆,做梦也没有想到,半年就给儿子赚回一辆豪车!