Jump to content

Artificial Intelligence: A Modern Approach: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Avodjag (talk | contribs)
No edit summary
Line 29: Line 29:


'''''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.<ref>{{cite web|url=https://www.pearson.com/us/higher-education/program/Russell-Artificial-Intelligence-A-Modern-Approach-4th-Edition/PGM1263338.html|title=Artificial Intelligence: A Modern Approach, 4th edition|accessdate=2020-05-11}}</ref> It is used in over 1400 universities worldwide<ref>{{cite web|url=http://aima.cs.berkeley.edu/adoptions.html|title=1178 Schools That Have Adopted AIMA|accessdate=2010-04-11}}</ref> and has been called "the most popular artificial intelligence textbook in the world".<ref>Kevin Gold (6/21/2011). [http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai "Norvig vs. Chomsky and the Fight for the Future of AI".] ''[[Tor Books]] Blog''.</ref> It is considered the standard text in the field of artificial intelligence.<ref>{{Cite web|title=Nobel Week Dialogue 2019|url=https://www.nobelprize.org/events/nobel-week-dialogue/gothenburg-2019/panellists/stuart-russell/|access-date=2022-01-19|website=NobelPrize.org|language=en-US}}</ref>
'''''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.<ref>{{cite web|url=https://www.pearson.com/us/higher-education/program/Russell-Artificial-Intelligence-A-Modern-Approach-4th-Edition/PGM1263338.html|title=Artificial Intelligence: A Modern Approach, 4th edition|accessdate=2020-05-11}}</ref> It is used in over 1400 universities worldwide<ref>{{cite web|url=http://aima.cs.berkeley.edu/adoptions.html|title=1178 Schools That Have Adopted AIMA|accessdate=2010-04-11}}</ref> and has been called "the most popular artificial intelligence textbook in the world".<ref>Kevin Gold (6/21/2011). [http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai "Norvig vs. Chomsky and the Fight for the Future of AI".] ''[[Tor Books]] Blog''.</ref> It is considered the standard text in the field of artificial intelligence.<ref>{{Cite web|title=Nobel Week Dialogue 2019|url=https://www.nobelprize.org/events/nobel-week-dialogue/gothenburg-2019/panellists/stuart-russell/|access-date=2022-01-19|website=NobelPrize.org|language=en-US}}</ref>
<ref>{{cite news |last1=John |first1=Comex |title=Artificial Intelligence |url=https://sayainstitute.org/ |access-date=7 August 2021}}</ref>

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. Programs in the book are presented in [[pseudo code]] with implementations in [[Java (programming language)|Java]], [[Python (programming language)|Python]], [[Lisp (programming language)|Lisp]], [[JavaScript]] and [[Scala (programming language)|Scala]] available online.<ref>{{Cite web |title=aimacode |url=https://github.com/aimacode |access-date=2023-04-12 |website=GitHub |language=en}}</ref><ref>{{cite web|url=http://aima.cs.berkeley.edu/code.html|title=Online Code Repository|accessdate=2010-04-11}}</ref> There are also unsupported implementations in [[Prolog]], [[C++]], [[C Sharp (programming language)|C#]], and several other languages.
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. Programs in the book are presented in [[pseudo code]] with implementations in [[Java (programming language)|Java]], [[Python (programming language)|Python]], [[Lisp (programming language)|Lisp]], [[JavaScript]] and [[Scala (programming language)|Scala]] available online.<ref>{{Cite web |title=aimacode |url=https://github.com/aimacode |access-date=2023-04-12 |website=GitHub |language=en}}</ref><ref>{{cite web|url=http://aima.cs.berkeley.edu/code.html|title=Online Code Repository|accessdate=2010-04-11}}</ref> There are also unsupported implementations in [[Prolog]], [[C++]], [[C Sharp (programming language)|C#]], and several other languages.



Revision as of 13:40, 26 August 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. Programs in the book are presented in pseudo code with implementations in Java, Python, Lisp, JavaScript and Scala available online.[6][7] There are also unsupported implementations in Prolog, C++, C#, and several other languages.


Editions

  • 1st 1995, red cover
  • 2nd 2003, green cover
  • 3rd 2009, blue cover
  • 4th 2020, purple cover

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. ^ "Nobel Week Dialogue 2019". NobelPrize.org. Retrieved 2022-01-19.
  5. ^ John, Comex. "Artificial Intelligence". Retrieved 7 August 2021.
  6. ^ "aimacode". GitHub. Retrieved 2023-04-12.
  7. ^ "Online Code Repository". Retrieved 2010-04-11.