Artificial Intelligence: A Modern Approach: Difference between revisions
→Code: adding reference |
No ication. Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
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 has been called "the most popular artificial intelligence textbook in the world",<ref>{{cite web |url=http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai |title=Norvig vs. Chomsky and the Fight for the Future of AI |last=Gold |first=Kevin |date=2011-06-21 |website=www.tor.com |publisher=[[Tor Books]] Blog |access-date=2023-12-11 |archive-url=http://web.archive.org/web/20110625030000/http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai |archive-date=2011-06-25}}</ref> and 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> As of 2023, it is used in over 1500 universities worldwide,<ref>{{cite web|url=http://aima.cs.berkeley.edu/adoptions.html|title=1549 Schools That Have Adopted AIMA|accessdate=2023-12-11}}</ref> and it has over 59,000 citations on Google Scholar.<ref>{{cite web|url=https://scholar.google.com/citations?view_op=view_citation&user=2oy3OXYAAAAJ&citation_for_view=2oy3OXYAAAAJ:UxriW0iASnsC|title=Artificial intelligence: a modern approach|accessdate=2023-12-11}}</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 has been called "the most popular artificial intelligence textbook in the world",<ref>{{cite web |url=http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai |title=Norvig vs. Chomsky and the Fight for the Future of AI |last=Gold |first=Kevin |date=2011-06-21 |website=www.tor.com |publisher=[[Tor Books]] Blog |access-date=2023-12-11 |archive-url=http://web.archive.org/web/20110625030000/http://www.tor.com/blogs/2011/06/norvig-vs-chomsky-and-the-fight-for-the-future-of-ai |archive-date=2011-06-25}}</ref> and 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> As of 2023, it is used in over 1500 universities worldwide,<ref>{{cite web|url=http://aima.cs.berkeley.edu/adoptions.html|title=1549 Schools That Have Adopted AIMA|accessdate=2023-12-11}}</ref> and it has over 59,000 citations on Google Scholar.<ref>{{cite web|url=https://scholar.google.com/citations?view_op=view_citation&user=2oy3OXYAAAAJ&citation_for_view=2oy3OXYAAAAJ:UxriW0iASnsC|title=Artificial intelligence: a modern approach|accessdate=2023-12-11}}</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.{{citation needed |date=December 2023}} |
|||
== Content == |
== Content == |
Revision as of 14:13, 22 January 2024
Author | Stuart J. Russell and Peter Norvig |
---|---|
Language | English |
Genre | Computer science |
Publisher | Prentice Hall |
Publication date | 2020 (4th Ed.) |
Media type | book |
Pages | 1136 (4th Ed.) |
ISBN | 0-13-461099-7 |
OCLC | 359890490 |
006.3 20 | |
LC Class | Q335 .R86 1995 |
Website | http://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 has been called "the most popular artificial intelligence textbook in the world",[2] and is considered the standard text in the field of artificial intelligence.[3][4] As of 2023, it is used in over 1500 universities worldwide,[5] and it has over 59,000 citations on Google Scholar.[6]
Content
AIMA gives detailed information about the working of algorithms in AI. The book's chapters span from classical AI topics like searching algorithms and first-order logic, propositional logic and probabilistic reasoning to advanced topics such as multi-agent systems, constraint satisfaction problems, optimization problems, artificial neural networks, deep learning, reinforcement learning and computer vision.[7]
Code
The authors provide a GitHub repository with implementations of various exercises and algorithms from the book in different programming languages.[7][8] Programs in the book are presented in pseudo code with implementations in Java, Python, Lisp, JavaScript and Scala available online.[8]
Editions
The first and last edition of the book were published in 1995 and 2020 respectively, with four editions published in total.[9]
The following is a list of the US print editions. For other editions, the publishing date and the colours of the cover may be different.[9]
- 1st edition: published in 1995 with red cover
- 2nd edition: published in 2003 with green cover
- 3rd edition: published in 2009 with blue cover
- 4th edition: published in 2020 with purple cover
All editions have been translated in several languages, such as Chinese, French, German, Hungarian, Italian, Romanian, Russian, Serbian.
References
- ^ "Artificial Intelligence: A Modern Approach, 4th edition". Retrieved 2020-05-11.
- ^ Gold, Kevin (2011-06-21). "Norvig vs. Chomsky and the Fight for the Future of AI". www.tor.com. Tor Books Blog. Archived from the original on 2011-06-25. Retrieved 2023-12-11.
- ^ "Nobel Week Dialogue 2019". NobelPrize.org. Retrieved 2022-01-19.
- ^ John, Comex. "Artificial Intelligence". Retrieved 7 August 2021.
- ^ "1549 Schools That Have Adopted AIMA". Retrieved 2023-12-11.
- ^ "Artificial intelligence: a modern approach". Retrieved 2023-12-11.
- ^ a b "Artificial Intelligence: A Modern Approach, 4th US ed". aima.cs.berkeley.edu. 2022-08-22. Retrieved 2023-12-26.
- ^ a b "aimacode". GitHub. Retrieved 2023-04-12.
- ^ a b Russell, Stuart; Norvig, Peter (2021-12-18). "All Editions and Translations of AI: A Modern Approach". aima.cs.berkeley.edu. Retrieved 2023-12-26.
External links
- "AIMA" (1st ed.). S Russell.
- "AIMA". Computer Science Division (4th ed.). Berkeley CoE.
- Pollack, Martha E. (1995-09-15). "Artificial Intelligence -- A Modern Approach -- A Review". AI Magazine. 16 (3): 73–73. doi:10.1609/aimag.v16i3.1153. ISSN 2371-9621.