Artificial Intelligence: A Modern Approach

Artificial Intelligence: A Modern Approach (AIMA) is a university textbook on artificial intelligence, written by Stuart J. Russell and Peter Norvig. It was first published in 1995 and the fourth edition of the book was released 28 April 2020.[1] It is used in over 1400 universities worldwide[2] and has been called "the most popular artificial intelligence textbook in the world".[3] It is considered the standard text in the field of artificial intelligence.[4]

Artificial Intelligence: A Modern Approach
The third edition
AuthorStuart J. Russell and Peter Norvig
LanguageEnglish
GenreComputer science
PublisherPrentice Hall
Publication date
2020 (4th Ed.)
Pages1136 (4th Ed.)
ISBN0-13-461099-7
OCLC359890490
006.3 20
LC ClassQ335 .R86 1995
Websitehttp://aima.cs.berkeley.edu

The book is intended for an undergraduate audience but can also be used for graduate-level studies with the suggestion of adding some of the primary sources listed in the extensive bibliography.

Editions

  • 1st 1995, red cover
  • 2nd 2003
  • 3rd 2009 (as illustrated)
  • 4th 2020

Structure of 3rd edition

Artificial Intelligence: A Modern Approach is divided into seven parts with a total of 27 chapters.[5] The authors state that it is a large text which would take two semesters to cover all the chapters and projects.

  • Part I: Artificial Intelligence - Sets the stage for the following sections by viewing AI systems as intelligent agents that can decide what actions to take and when to take them.
  • Part II: Problem-solving - Focuses on methods for deciding what action to take when needing to think several steps ahead such as playing a game of chess.
  • Part III: Knowledge and reasoning - Discusses ways to represent knowledge about the intelligent agents' environment and how to reason logically with that knowledge.
  • Part IV: Uncertain knowledge and reasoning - This section is analogous to Parts III, but deals with reasoning and decision-making in the presence of uncertainty in the environment.
  • Part V: Learning - Describes ways for generating knowledge required by the decision-making components and introduces a new component: the artificial neural network
  • Part VI: Communicating, perceiving, and acting - Concentrates on ways an intelligent agent can perceive its environment whether by touch or vision.
  • Part VII: Conclusions - Considers the past and future of AI by discussing what AI really is and why it has succeeded to some degree. Also discusses the views of those philosophers who believe that AI can never succeed.

The 4th Edition

The fourth edition to Artificial Intelligence: A Modern Approach focuses more on machine learning, deep learning, probabilistic programming, multiagent systems, and includes sections where the AI's utility function is uncertain, rather than certain.[6]

Code

Programs in the book are presented in pseudo code with implementations in Java, Python, and Lisp available online.[7] There are also unsupported implementations in Prolog, C++, C#, and several other languages. A github repository exists that is dedicated to implementations of the subject material.

References

  1. "Artificial Intelligence: A Modern Approach, 4th Edition". Retrieved 2020-05-11.
  2. "1178 Schools That Have Adopted AIMA". Retrieved 2010-04-11.
  3. Kevin Gold (6/21/2011). "Norvig vs. Chomsky and the Fight for the Future of AI". Tor Books Blog.
  4. "Table of Contents for AI: A Modern Approach". Retrieved 2010-04-11.
  5. Russell, Stuart; Norvig, Peter. "Preface To Artificial Intelligence: A Modern Approach" (PDF). Pearson. Pearson. Retrieved 24 May 2020.
  6. "Online Code Repository". Retrieved 2010-04-11.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.