您好,欢迎访问三七文档
当前位置:首页 > IT计算机/网络 > AI人工智能 > 人工智能课后习题答案部分已翻译考试
Chapter11.1Defineinyourownword:(a)intelligence,(b)artificialintelligence,(c)agent.•Intelligence智能:Dictionarydefinitionsofintelligencetalkabout“thecapacitytoacquireandapplyknowledge”or“thefacultyofthoughtandreason”or“theabilitytocomprehendandprofitfromexperience.”Theseareallreasonableanswers,butifwewantsomethingquantifiablewewouldusesomethinglike“theabilitytoapplyknowledgeinordertoperformbetterinanenvironment.”智能的字典定义有一种学习或应用知识的能力,一种思考和推理的本领,领会并且得益于经验的能力,这些都是有道理的答案,但如果我们想量化一些东西,我们将用到一些东西像为了在环境中更好的完成任务使能力适应知识•Artificialintelligence人工智能:Wedefineartificialintelligenceasthestudyandconstructionofagentprogramsthatperformwellinagivenenvironment,foragivenagentarchitecture.作为一学习和构造智能体程序,为了一个智能体结构,在被给的环境中可以很好的完成任务。•Agen智能体t:Wedefineanagentasanentity实体thattakesactioninresponsetoperceptsfromanenvironment.在一个环境中对一个对象做出反应的实体1.4Therearewell-knownclassesofproblemthatareintractablydifficultforcomputers,andotherclassesthatareprovablyundecidable.DoesthismeanthatAIisimpossible?No.ItmeansthatAIsystemsshouldavoidtryingtosolveintractableproblems.Usually,thismeanstheycanonlyapproximateoptimalbehavior.Noticethathumansdon’tsolveNPcompleteproblemseither.Sometimestheyaregoodatsolvingspecificinstanceswithalotofstructure,perhapswiththeaidofbackgroundknowledge.AIsystemsshouldattempttodothesame.1.11“surelycomputerscannotbeintelligent-theycandoonlywhattheirprogrammerstellthem.”Isthelatterstatementtrue,anddoesitimplytheformer?Thisdependsonyourdefinitionof“intelligent”and“tell.”Inonesensecomputersonlydowhattheprogrammerscommandthemtodo,butinanothersensewhattheprogrammersconsciouslytellsthecomputertodooftenhasverylittletodowithwhatthecomputeractuallydoes.Anyonewhohaswrittenaprogramwithanornerybugknowsthis,asdoesanyonewhohaswrittenasuccessfulmachinelearningprogram.SoinonesenseSamuel“told”thecomputer“learntoplaycheckersbetterthanIdo,andthenplaythatway,”butinanothersensehetoldthecomputer“followthislearningalgorithm”anditlearnedtoplay.Sowe’releftinthesituationwhereyoumayormaynotconsiderlearningtoplaycheckerstobessignofintelligence(oryoumaythinkthatlearningtoplayintherightwayrequiresintelligence,butnotinthisway),andyoumaythinktheintelligenceresidesintheprogrammerorinthecomputerChapter22.1Defineinyourownwordsthefollowingterms:agent,agentfunction,agentprogram,rationality,reflexagent,model-basedagent,goal-basedagent,utility-basedagent,learningagent.Thefollowingarejustsomeofthemanypossibledefinitionsthatcanbewritten:•Agent智能体:anentity(实体)thatperceives(感知)andacts行为;or,onethatcanbeviewedasperceivingandacting.Essentially本质上anyobjectqualifies限定;thekeypointisthewaytheobjectimplementsanagentfunction.(Note:someauthorsrestrictthetermtoprogramsthatoperateonbehalfofahuman,ortoprogramsthatcancausesomeoralloftheircodetorunonothermachinesonanetwork,asinmobileagents.MOBILEAGENT)一个具有感知和行文的实体,或者是一个可以观察到感觉的实体,本质上,任何限定对象,只要的观点是一种对象执行智能体函数的方法。(注意,一些作者)可以感知环境,并在环境中行动的某种东西。•Agentfunction智能体函数:afunctionthatspecifiestheagent’sactioninresponsetoeverypossibleperceptsequence.智能体相应任何感知序列所采取的行动•Agentprogram智能体程序:thatprogramwhich,combinedwithamachinearchitecture,implementsanagentfunction.Inoursimpledesigns,theprogramtakesanewperceptoneachinvocationandreturnsanaction.实现了智能函数。有各种基本的智能体程序设计,反应出现实表现的一级用于决策过程的信息种类。设计可能在效率、压缩性和灵活性方面有变化。适当的智能体程序设计取决于环境的本性•Rationality;理性:apropertyofagentsthatchooseactionsthatmaximizetheirexpectedutility,giventheperceptstodate.•Autonomy自主:apropertyofagentswhosebehaviorisdeterminedbytheirownexperienceratherthansolelybytheirinitialprogramming.•Reflexagent反射型智能体:anagentwhoseactiondependsonlyonthecurrentpercept.一个智能体的行为仅仅依赖于当前的知觉。•Model-basedagent基于模型的智能体:anagentwhoseactionisderiveddirectlyfromaninternalmodelofthecurrentworldstatethatisupdatedovertime.一个智能体的行为直接得自于内在模型的状态,这个状态是当前世界通用的不断更新。•Goal-basedagen基于目标的智能体t:anagentthatselectsactionsthatitbelieveswillachieveexplicitlyrepresentedgoals.智能体选择它相信能明确达到目标的行动。•Utility-basedagen基于效用的智能体t:anagentthatselectsactionsthatitbelieveswillmaximizetheexpectedutilityoftheoutcomestate.试图最大化他们自己期望的快乐•Learningagent学习智能体:anagentwhosebehaviorimprovesovertimebasedonitsexperience.2.2Boththeperformancemeasureandtheutilityfunctionmeasurehowwellanagentisdoing.Explainthedifferencebetweenthetwo.Aperformancemeasure(性能度量)isusedbyanoutsideobservertoevaluate(评估)howsuccessfulanagentis.Itisafunctionfromhistoriestoarealnumber.Autilityfunction(效用函数)isusedbyanagentitselftoevaluatehowdesirable(令人想要)statesorhistoriesare.Inourframework,theutilityfunctionmaynotbethesameastheperformancemeasure;furthermore,anagentmayhavenoexplicitutilityfunctionatall,whereasthereisalwaysaperformancemeasure.2.5Foreachoffollowingagents,developaPEASdescriptionofthetaskenvironment:a.Robotsoccerplayer;b.Internetbook-shoppingagent;c.AutonomousMarsrover;d.Mathematician’stheorem-provingassistant.Somerepresentative,butnotexhaustive,answersaregiveninFigureS2.1.智能体类型性能度量环境执行器传感器机器人足球运动员因特网购赢得比赛,打败对手获得请求/感兴趣裁判,自己队伍,其他队伍,自己身体装置(腿)行走踢球向下连接,输入提相机,触摸传感器加速器书智能体的书,最小支出因特网交数据,用户显示器网页,用户请求自主火星漫步者数学家的定理证明助手地形探测,汇报,样本采集分析火星,运行装置,登陆器轮子/腿,简单手机装置,分析装置,无线电发射装置相机,触摸传感器方向传感器2.6Foreachoftheagent
本文标题:人工智能课后习题答案部分已翻译考试
链接地址:https://www.777doc.com/doc-2752278 .html