Jump to content

Artificial Intelligence: A Modern Approach: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Structure of 3rd edition: removing excessive detail, provided without sources to demonstrate what's notable about the table of contentsw
The 4th Edition: removing section that provides considerable detail, but no third-party sources establishing notability of the content of this specific edition
Line 38: Line 38:
* 3rd 2009
* 3rd 2009
* 4th 2020
* 4th 2020

== 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.<ref>{{cite web |last1=Russell |first1=Stuart |last2=Norvig |first2=Peter |title=Preface To Artificial Intelligence: A Modern Approach |url=https://www.pearsonhighered.com/assets/preface/0/1/3/4/0134610997.pdf |website=Pearson |publisher=Pearson |accessdate=24 May 2020}}</ref>


== Code ==
== Code ==

Revision as of 19:24, 14 February 2023

Artificial Intelligence: A Modern Approach
First edition (1995)
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

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 on 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][5]

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, green cover
  • 3rd 2009
  • 4th 2020

Code

Programs in the book are presented in pseudo code with implementations in Java, Python, and Lisp available online.[6] 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. ^ "AAAI/EAAI Outstanding Educator Award". aaai.org. Retrieved 2022-01-19.
  5. ^ "Nobel Week Dialogue 2019". NobelPrize.org. Retrieved 2022-01-19.
  6. ^ "Online Code Repository". Retrieved 2010-04-11.