Artificial Intelligence - Spring 82-83 

 

Documents & Web Links

Documents for Download:

  • AIMA Text Book Slides: Lecture slides of the text book (Artificial Intelligence: A Modern Approach, First Edition) are available from authors in two formats: pdf-version and ps-version (0.9MB) .

Useful Web Links: 

  • Homepage of the Textbook (1st ed.): S. Russell, one of the book authors has built a very useful and comprehensive web site for AI students and researchers. Here is some interesting sections:
    • Summary About the Book: A page that introduces the book and overviews its contents.
    • AI on the Web: This page is a database of web links with AI information in about any topic.
    • Comarison of AI Textbooks: This page compares a lot of books about AI with each other and also has links to book homepages, authors and publishers.
    • Using the Code for AIMA: The authors has written the algorithms, programs and pseudocodes of the book in Lisp language. This page has instructions on using the code.
  • Homepage of the Textbook (2nd ed.): The second edition of the book is published and here is its homepage.
  • Homepage of SWIProlog: SWI prolog is our preferred prolog. Some useful links and advanced manuals (e.g graphics toolkit) can be found here. In addition, the latest free version is availabe to download.
  • Homepage of Visual Prolog: Visual Prolog is another popular prolog engine implementaion and is more complete than SWI. But because of its special syntax, complexity and advanced features, it'is not suitable for an introductory AI course. The personal version can be downloaded free of charge but its professional version must be purchased for commercial use.