人工智能课后习题答案部分已翻译考试
人工智能课后习题答案部分已翻译,适合专业选修课考试
Chapter1
1.1 Definein yourownword:(a)intelligence,(b)artificialintelligence,(c)agent.
Intelligence智能: Dictionarydefinitions of intelligencetalk about―the capacity to acquireandapply knowledge‖ or ―the faculty of thought and reason‖ or ―the ability to comprehend and profit from experience.‖ Theseareallreasonableanswers,butifwewantsomethingquantifiablewewoulduse somethinglike ―the abilityto apply knowledge in orderto performbetterin anenvironment.‖
智能的字典定义有一种学习或应用知识的能力,一种思考和推理的本领,领会并且得益于经验的能 力,这些都是有道理的答案,但如果我们想量化一些东西,我们将用到一些东西像为了在环境中更 好的完成任务使能力适应知识
Artificialintelligence人工智能:Wedefineartificialintelligenceasthestudyandconstructionofagent programs thatperformwell in a given environment, fora given agentarchitecture.
作为一学习和构造智能体程序,为了一个智能体结构,在被给的环境中可以很好的完成任务。 Agen 智能体t:Wedefineanagentasanentity实体 thattakesactioninresponsetoperceptsfroman environment.在一个环境中对一个对象做出反应的实体
1.4Thereare well-knownclassesofproblemthatareintractablydifficult forcomputers,andother classesthatare provablyundecidable. Doesthismean thatAIisimpossible?
http://www.77cn.com.cnually,thismeansthey can onlyapproximateoptimalbehavior.Noticethathumansdon’tsolveNPcompleteproblemseither.Sometimes they aregoodatsolvingspecificinstanceswithalotofstructure,perhapswiththeaidofbackground knowledge. AIsystems should attempt to dothesame.
1.11“surelycomputerscannotbeintelligent-they candoonly whattheirprogrammerstellthem.”Is the latterstatementtrue,and doesitimplytheformer?
Thisdependsonyourdefinitionof―intelligent‖and―tell.‖Inonesensecomputersonlydowhatthe
programmers command themto do, butinanothersense what the programmers consciouslytellsthe computertodooftenhasvery littletodowithwhatthecomputeractually does. Anyonewhohaswritten a program withanornerybugknowsthis,asdoesanyonewhohaswrittenasuccessfulmachinelearning program.SoinonesenseSamuel―told‖thecomputer―learntoplaycheckersbetterthanI do,andthenplay thatway,‖butinanothersensehetoldthecomputer―followthislearningalgorithm‖anditlearnedtoplay. Sowe’re leftin the situationwhereyoumay ormay notconsider learning to play checkers tobes signof intelligence(oryou maythinkthatlearningto playin the rightwayrequiresintelligence, butnotin thisway), and you maythinktheintelligenceresidesin the programmeror inthe computer
Chapter2
2.1Defineinyourown wordsthefollowingterms:agent,agentfunction,agentprogram,rationality, reflexagent,model-basedagent, goal-based agent, utility-based agent,learning agent. Thefollowingarejust some ofthe manypossible definitionsthatcan bewritten:
人工智能课后习题答案部分已翻译,适合专业选修课考试
Agent智能体:anentity(实体)thatperceives (感知)andacts行为;or,onethatcanbeviewedas perceivingandacting.Essentially本质上anyobjectqualifies限定;thekeypointisthewaytheobject
implementsanagentfunction.(Note:someauthorsrestricttheterm toprogramsthatoperateonbehalfofa human,or toprogramsthatcan cause someorallof theircode to runonothermachinesona network,as in mobile agents.MOBILE AGENT)
一个具有感知和行文的实体,或者是一个可以观察到感觉的实体,本质上,任何限定对象,只要的观 点是一种对象执行智能体函数的方法。(注意,一些作者)
可以感知环境,并在环境中行动的某种东西。
Agentfunction智能体函数:afunctionthatspecifiestheagent’sactioninresponsetoeverypossible perceptsequence.智能体相应任何感知序列所采取的行动
Agentprogram智能体程序:thatprogramwhich,combinedwithamachinearchitecture,implementsan agentfunction.Inoursimpledesigns,theprogramtakesanewperceptoneachinvocationandreturnsan
action.实现了智能函数。有各种基本的智能体程序设计,反应出现实表现的一级用于决策过程的信息 种类。设计可能在效率、压缩性和灵活性方面有变化。适当的智能体程序设计取决于环境的本性 Rationality;理性:apropertyofagentsthatchooseactionsthatmaximizetheirexpectedutility,giventhe percepts todate.
Autonomy自主:apropertyofagentswhosebehaviorisdeterminedbytheirownexperienceratherthan solelybytheir initialprogramming.
Reflex agent反射型智能体:an agentwhoseactiondependsonlyon thecurrentpercept. 一个智能体的行为仅仅依赖于当前的知觉。
Model-basedagent基于模型的智能体:anagentwhoseactionisderiveddirectlyfromaninternalmodel of the currentworldstate thatisupdated overtime.
一个智能体的行为直接得自于内在模型的状态,这个状态是当前世界通用的不断更新。 Goal-basedagen基于目标的智能体t:anagentthatselectsactionsthatitbelieveswillachieveexplicitly represented goals.智能体选择它相信能明确达到目标的行动。
Utility-basedagen基于效用的智能体t:anagentthatselectsactionsthatitbelieveswillmaximizethe expectedutilityofthe outcome state.试图最大化他们自己期望的快乐
Learning agent学习智能体:an agentwhosebehavior improvesovertime based on itsexperience.
2.2Boththeperformancemeasureandtheutilityfunctionmeasurehowwellanagentisdoing. Explain the difference betweenthe two. Aperformance measure(性能度量)isused byanoutside observer toevaluate(评估)howsuccessfulan agent is. It isa function fromhistories to a realnumber. Autilityfunction(效用函数)isused byan agent itselftoevaluatehowdesirable(令人想要)statesorhistoriesare.Inourframework,theutilityfunction
maynotbethesameastheperformancemeasure;furthermore,anagentmayhavenoexplicitutility functionatall, whereas there isalwaysa performancemeasure.
2.5 For each offollowingagents, develop aPEAS description of the task environment: a. Robot soccerplayer;
b. Internetbook-shopping agent; c. AutonomousMarsrover;
d. Mathematician’stheorem-proving assistant.
Some representative, butnotexhaustive, answersare given in Figure S2.1.
人工智能课后习题答案部分已翻译,适合专业选修课考试…… 此处隐藏:23216字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [幼儿教育]【完整版】2019-2025年中国药物发现外
- [幼儿教育]2018-2019年初中信息技术广东初一竞赛
- [幼儿教育]最新外研版(一起)小学英语五年级上册《
- [幼儿教育]农业推广与创新管理专业 -中农大毕业论
- [幼儿教育]2017-2022年中国更年期用药行业市场深
- [幼儿教育]数学1.1.2第1课时棱柱、棱锥和棱台的结
- [幼儿教育]二年级群文阅读课例欣赏
- [幼儿教育]2010-2015年中国保险行业投资分析及深
- [幼儿教育]厄运打不垮的信念第一课时
- [幼儿教育]巧用文本,让表达在言语中绽放论文
- [幼儿教育]中学生百科知识竞赛题及答案
- [幼儿教育]八大菜系英文简介
- [幼儿教育]中国男装牛仔裤市场发展研究及投资前景
- [幼儿教育]远程数字视频监控系统在银行的应用
- [幼儿教育]光纤光缆制造工艺及设备
- [幼儿教育]国家安全法试题及答案
- [幼儿教育]2011高中提前招生及竞赛试题(物理卷1)
- [幼儿教育]宁夏第三产业房地产业、科学研究和技术
- [幼儿教育]中兴通讯 ME3000模块用户硬件设计手册_
- [幼儿教育]紫外线灯管的辐照强度问题
- 苏联东欧剧变的原因和历史教训浅析
- 人工智能导论实验报告(学生)
- 思科ITE章考试原题及答案
- 《学习雷锋好榜样》主题班会教案
- 加油站建设项目安全评价报告
- 剖析社保卡管理系统
- 2017-2018年影视剧新媒体版权运营行业
- 2017-2018学年四川省成都市高一上学期
- 2019最新高中数学 第三章 3.2.1 几类不
- 2011-2015年中国基酸市场调查及行业前
- 人教版新课标选修八Unit 1 课件Warming
- 郭溪燎原小学辅导学生记录表
- 教师资格证统考综合素质写作秘笈
- 国外校园绿色建筑研究方向与建设实践
- 15.1 动物运动的方式 课件(北师大版八
- 民用飞机空调系统
- 长安侠文化传统与唐诗的任侠主题
- 《中国近现代史纲要》名词解释
- 11金本《保险学概论》复习资料
- 民用建筑机电安装工程专业施工图图纸会




