Dear All,, Please if possible, some one provide me with the following - book sildes (instructor39;s slides prefered) - the solution for book questions (ch-2 to...
Dear Dr. Norvig, Here are two more. I'm glad I could help. I'll post more if I get the chance. page 516 line 6: replace ". Because" with " because" page 523...
Dear Dr. Norvig, I completed a partial errata list through page 515, but unfortunately, I may not get the chance to go further. My apologies. I hope that this...
Hello! I have a question about the algorithm presented in fig 14.9 on page 506. Can anyone describe what is meant by the statement "extend e with value xi for...
My last message was wrong. The equation is correct logically it seems. One half of a disjunction would read At(P1, JFK)0 AND NOT (At (P1, JFK)0) which would...
Dear Dr. Norvig, There might be an error on p. 403 in equation 11.1. After some logical manipulation with deMorgan's laws and distributing AND over OR, the...
Dear Dr. Norvig, I think your textbook is one of the best textbooks I have ever read. The most obvious typographical errors I have found so far are 1) page 121...
We don't have an errata list yet; you can help start it. Thanks, -Peter Norvig ... From: <hodgkinsonlt@...> To: <aima-talk@yahoogroups.com> Sent: Sunday,...
121
Berend Dekens
dekens@...
Jan 12, 2003 7:34 pm
I've got a deadline for excercises 8.15 and 8.16 in 2 days but I still don't have a clue how to put those sentences in Java code... Does anybody have a...
Dear Drs. Russell and Norvig, I was wondering if you have a published errata list for AIMA, second edition. I have discovered some typographical errors and...
In fig 20.6 I don't see how in a case like the game of tic tac toe where the rewards are only ever gained at the terminal state how the rewards are ever...
The link is fixed now (http://aima.cs.berkeley.edu/java.html) but there's not much useful code there. Have a look and see if there's anything you find useful....
In AIMA c1995 Figure 20.6 makes use of REWARD, however I don't see how this table is calculated or updated when 20.6 is used in 20.2. Additionally, in 20.6 is...
After some experimentation, the following AIMA URL has been derived: http://dogbert.abebooks.com/servlet/BookSearchPL?ph=2&sn=0131038052 as the briefest...
It was supposed to be in-stock on the 19th, but I heard from the publisher there will be a slight delay until tomorrow, Dec 23. There was a bad batch of glue...
Hi there. I saw in Amazon.com that AIMA's 2nd edition was to be published on December 19, 2002. Is this date correct? Because in amazon the book is still not...
We congratulate the hard-working authors of AIMA on the illustrious publication of their second edition and we recommend AI4U as a companion AI experimentation...
Could any one tell me about The Real-Time A* Search? I would like to know about the idea and algorithm detail. It's so good, If there write in Pascal, C or C++...
Hi, Can any one suggest a good evaluation function for the mancala game other then the difference in the number of stones in the mancalas of the players thanks...
Hi, Thanks for the reply For the dfs i am using 2 datastrucutes one for storing the nodes that have not been expanded yet which is a queue and one for the...
You could look at the online code, and ypu'd see that for depth-first search you want a stack, for breadth-first a queue, and for A* a priority queue. ...
Hi there. I'm having some trouble figuring out the calculation for an example in the book. It's on page 447 and is P( Burglary|JohnCalls ) = .016. I keep...
HI, I wish you all a Very Happy Diwali. I am a Ph D student, interested in application AI (Expert Systems) and GIS in Disaster management. I have considerably...
Hi, On page 231 of AIMA, the authors write, "One can even have categories of categories of categories, but they are not much use." If DomesticatedSpecies was...