HI I am studying AI on my own and I need C/C++ codes for the pesudocodes in the book,also is there any way to get the solutions for the exercises of the book...
Hello soulmates, on chapter 7, figure 7.13, the PL-RESOLUTION algorithm is proposed with a helper function, PL-RESOLVE, that returns the set of all possible ...
Hi everybody, I want to develop an intelligent agent with a small knowledge base. But I am not able to find out how to start implementing that. What i am...
Hi all, Aima java 0.4 with additional code for probability and supervised machine learning (plus quite a few bug fixes) has been posted on the aima site .You...
Hi If any of you can help me out with the solutions of exercises in chapters 8 and 9 of second edition, I will be grateful. IT IS AN URGENT NEED. Thanks....
Hello, some months ago I posted here that I was starting to program a java library with the algorithms of the book. I have changed almost everything in the...
I am using AIMA for self-study and research during my doctoral studies at the University of Arizona and I need some help. I am studying Chapter 8 (First-Order...
join __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
The Python readme file recommends running the doctests (step 7) after installing the data and code files. Under Windows XP with Python 2.3.3, the given command...
Hi I am student at Computer Engineering -Cairo University, Egypt. We study AIMA in forth year in the colleague.. There are some problems which i didn't...
Intelligent Koran Unification & the Search for the Invariants The Intelligent Unification of the Koran's Natural & Artificial Scripture & the Search for the...
HI, I was looking over the code for decision-tree learning and learning and general in LISP that is on the website. I was wondering what the format of the ...
Dear all, I am studying AI autodidactly. I am still on chapter 2 of AIMA, the vacuum cleaner problem. Do you have an idea on how to move the vacuum (the...
i think there is an error in page 891 because i think the equation must be ... instead of ... because the translation matrix is multiplied not added please i...
I didn't buy the Book(Artificial Intelligence: A Modern Approach, 2nd),but I need do the exercise(my homework) after some chapter. How to get the content of...
Hi All Can any body help me to know what are the active fields of AI? In other words in what fields the scientists are investigating most? Thanks in advance ...
Hey All,I recently started reading this book. I was wondering if anybody could help me with question on chapter 1. Can I get online answers for those...
I'm using the code found here - http://aima.cs.berkeley.edu/lisp/learning/algorithms/ - for an assignment I'm doing for school (don't worry, I'm not cheating)....
I'm taking a course in AI, we are using the textbook "A Modern Approach". I saw in the textbook that the code they work around looks more or less something...
In chapter 3 of the text book, exercise 3.7 a, at the back of the chapter. They ask: to give all these functions such as cost functions etc. of a planar map,...
(not sure where to send this PAIP note - I'm using AIMA and PAIP in my grad course) Trying to run the Zebra PAIP example w. PAIP prolog makes it clear that...
I think I found a mistake at page #356 of the first edition of the book. Figure 11.3 shows the partial-order planning algorithm. The problem resides in choose...
I am trying to compile the JAVA code from http://aima.cs.berkeley.edu/java-overview.html I downloaded the aima.zip and unzipped the files into a folder...