人工智能 - Stuart J. Russell

人工智能

Stuart J. Russell

出版时间

2011-06-30

ISBN

9787302252955

评分

★★★★★

标签

编程

书籍介绍

最权威、最经典的人工智能教材,已被全世界100多个国家的1200多所大学用作教材。最新版全面而系统地介绍了人工智能的理论和实践,阐述了人工智能领域的核心内容,并深入介绍了各个主要的研究方向。全书仍分为八大部分:第一部分“人工智能”,第二部分“问题求解”,第三部分“知识与推理”,第四部分“规划”,第五部分“不确定知识与推理”,第六部分“学习”,第七部分“通信、感知与行动”,第八部分“结论”。本书既详细介绍了人工智能的基本概念、思想和算法,还描述了其各个研究方向最前沿的进展,同时收集整理了详实的历史文献与事件。另外,本书的配套网址为教师和学生提供了大量教学和学习资料。

本书适合于不同层次和领域的研究人员及学生,是高等院校本科生和研究生人工智能课的首选教材,也是相关领域的科研与工程技术人员的重要参考书。

AI导读
核心看点
  • 全球高校首选AI标准教材
  • 系统阐述智能体与搜索算法
  • 涵盖知识推理与机器学习
适合谁读
  • 计算机专业本硕学生
  • AI领域科研工程人员
  • 希望系统入门的爱好者
读前提醒
  • 建议优先阅读英文原版
  • 中文版翻译质量有待提升
  • 需结合最新技术理解内容
读者共识
  • 内容全面但篇幅厚重
  • 理论扎实适合打基础
  • 部分算法需结合实践

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "不记得历史的算法注定要重复历史。 有3种方法可以解决这一问题。 第一,我们可以记住之前到达的所有状态(就像最佳优先搜索一样),这样能够检测到所有冗余路径,并只保留每个状态的最优路径。这适用于存在大量冗余路径的状态空间,当内存可以容纳下已达状态表时,它是首选方法。 第二,我们不必担心对过去的重复。在一些问题形式化中,很少或不可能出现两条路径到达相同状态。以装配问题为例,每个动作都会将一个零件添加到一个不断发展的装配中,零件是有序的,因此可以先添加A,然后再添加B,但不能先添加B,然后再添加A。对于这些问题, 如果我们不记录已达状态也不检查冗余路径,则可以节省内存空间。如果搜索算法会检查冗余路径,"
  • "We can evaluate an algorithm's performance in four ways: Completeness: Is the algorithm guaranteed to find a solution when there is one? Optimality: Does the strategy find the optimal solution? Time complexity: How long does it take to find a solution? Space complexity: How much memory is needed to "
  • "斯图尔特•罗素教授和彼得•诺维格博士的《人工智能:现代方法》一书,是美国最为经典、最具权威性的大学教科书。 说它经典,是因为这本书长期以来都是美国大部分知名大学人工智能课程的教科书,今天也已经被全世界1500多所大学采用为教材,其内容覆盖了到每一版出版时为止世界人工智能的主流技术和方法。说它权威,是因为这本书是几乎所有人工智能从业者的参考书,但凡人们对某些人工智能的概念发生争议时,就会以这本书的讲述为准。 2002年,我有幸成为诺维格博士的下属,先后在谷歌公司的搜索部门以及研究部门从事与机器学习相关的工作。 诺维格博士是作为人工智能专家和科技管理者,被谷歌公司请来负责研发工作的。在我和他共事的"
  • "AI currently encompasses a huge variety of subfields, ranging from the general (learning and perception) to the specific, such as playing chess, proving mathematical theorems, writing poetry, driving a car on a crowded street, and diagnosing diseases. AI is relevant to any intellectual task; it is t"
  • "The Turing Test, proposed by Alan Turing (1950), was designed to provide a satisfactory operational definition of intelligence. A computer passes the test if a human interrogator, after posing some written questions, cannot tell whether the written responses come from a person or from a computer."
  • "•natural language processing to enable it to communicate successfully in English; •knowledge representation to store what it knows or hears; •automated reasoning to use the stored information to answer questions and to draw new conclusions; •machine learning to adapt to new circumstances and to dete"
  • "Aristotle (384-322 B.C.), whose bust appears on the front cover of this book, was the first to formulate a precise set of laws governing the rational part of the mind. He developed an informal system of syllogisms for proper reasoning, which in principle allowed one to generate conclusions mechanica"
  • "Notice that we said environment states, not agent states. if we define success in terms of agent's opinion of its own performance, an agent could achieve perfect rationality simply by deluding itself that its performance was perfect. Human agents in particular are notorious for "sour grapes"—believi"
作者简介
Stuart Russell,1962年生于英格兰的Portsmouth。他于1982年以一等成绩在牛津大学获得物理学学士学位,并于1986年在斯坦福大学获得计算机科学的博士学位。之后他进入加州大学伯克利分校,任计算机科学教授,智能系统中心主任,拥有Smith-Zadeh工程学讲座教授头衔。1990年他获得国家科学基金的“总统青年研究者奖”(Presidential Young Investigator Award),1995年他是“计算机与思维奖”(Computer and Thought Award)的获得者之一。1996年他是加州大学的Miller教授(Miller Professor),并于2000年被任命为首席讲座教授(Chancellor's Professorship)。1998年他在斯坦福大学做过Forsythe纪念演讲(Forsythe Memorial Lecture)。他是美国人工智能学会的会士和前执行委员会委员。他已经发表100多篇论文,主题广泛涉及人工智能领域。他的其他著作包括《在类比与归纳中使用知识》(The Use of Knowledge in Analogy abd Induction),以及与Eric Wefald合著的《做正确的事情:有限理性的研究》(Do the Right Thing: Studies in Limited Rationality)。 Peter Norvig,现为Google研究院主管(Director of Research),2002-2005年为负责核心Web搜索算法的主管。他是美国人工智能学会的会士和ACM的会士。他曾经是NASAAmes研究中心计算科学部的主任,负责NASA在人工智能和机器人学领域的研究与开发,他作为Junglee的首席科学家帮助开发了一种zui早的互联网信息抽取服务。他在布朗( Brown)大学得应用数学学士学位,在加州大学伯克利分校获得计算机科学的博士学位。他获得了伯克利“卓越校友和工程创新奖”,从NASA获得了“非凡成就勋章”。他曾任南加州大学的教授,并是伯克利的研究员。他的其他著作包括《人工智能程序设计范型:通用Lisp语言的案例研究》(Paradigms of AI Programming: Case Studies in Common Lisp),《Verbmobil:一个面对面对话的翻译系统》(Verbmobil:A Translation System for Face-to-FaceDialog),《UNIX的智能帮助系统》(lntelligent Help Systemsfor UNIX)。
目录
Ⅰ artificial intelligence
1 introduction
1.1what is al?
1.2the foundations of artificial intelligence
1.3the history of artificial intelligence

显示全部
用户评论
覆盖的很广,初学AI能遇见这本书真的太好了。
读过部分,值得一读再读
博大精深
太厚了,我要多读几次
#纸质书# #课本# 扫过,爱过~我觉得是很好的入门书~
人工智能入门经典好书!内容精炼又详尽(真是难得共存的品德),而且还非常有趣。向任意一位想对人工智能发表一番评论的非本专业的朋友提出建议:在发表任何评论之前,先阅读并掌握本书前五章的知识。
粗略过了一遍,作者对哲学家怨气很大呀!内容还不错,翻译有些问题。
非常经典的版本
“Along with molecular biology, AI is regularly cited as the ‘field I would most like to be in’ by scientists in other disciplines” 绝了,第二段就开始黑生物
收藏