I'm looking for AO* algorithm, code or specification. I'm going to write the code in Lisp, and add the code to AIMA tool. Anyone knows where I can find it. ...
Hello... I am starting my course on eletrical engeneering.. I have some knowledge about computer programming and eletronics. So, now I am starting building my...
Hi, I am getting for an exam in my AI course. We are using Mr. Russell's and Mr. Norvig's "Artificial Intelligence: A Modern Approach." To prepare for the...
Reading the second edition of this great book, some minor errors attracted my attention: p.98 fig 4.4 there stands:"the straight-line distances to Bucharest ...
Hi, The f value labeled to "Oradea" as "f=146+380=526" should be changed to "f=291+380=671", because the g value has been defined as "the path cost so far",...
Okay, I confess I have skipped around in the book. After all it is borrowed from a friend, and I only meant to read about language parsing, and then one thing...
Hi, I believe that on p.766, fourth line from the top, the most probable path of the Viterbi's algorithm should be [Onset, Mid, Mid, End, Final], not [Onset,...
Hi, I've noticed a small error in the algorithm GENERAL-SEARCH on p.73 In Figure 3.10 there is: nodes <-- QUEUING-FN ... and it should be: else nodes <--...
On page 525, end of 5th line of "18.1 A General Model of Learning Agents" currently reads: "The learning element takes some knowledge about the learning...
Hi, I purchased the book recently and think I have the 2nd Printing, so these errors should be in all books. Please do correct me in case I am wrong. I have...
Hi There, I am a student at U Minnesota and I have loaded Russell's code for the 8-puzzle. I have the code and the utility functions loading fine on my...
I wish the book had an appendix defining all notation used. Different chapters use different notations from many branches of mathematics and logic, and the...
Hi all, I am a beginner to the field of AI, and am currently using the book to get started. I was looking at the problems at the end of the second chapter,...
One of the problems at the end of chapter number four asks the use and the conditions for Bidirectional A star search. Though I have a vague idea about the...
Hi all, I am a beginner to the field of AI, and am currently using the book to get started. I was looking at the problems at the end of the second chapter,...
(First off, I'd like to say that I love this textbook and use it all the time, for teaching and to get up to research on topics outside my specialty. Hurrah...
The table giving the time and space complexity is wrong for uniform cost search. Instead of b^d it should be b^m for both space and time complexity. This...
Hello, I want to spot some bugs and typos I found in the AIMA book while studying for an exam. These typos aren't listed on the homepage. I am using the...
I admire the book very much. Only one of the following is unequivocally an "erratum," but hopefully at least one or two of the others is worth considering. p....
Hello, I was wondering if there was any updated information on when the second edition of the book will be released, other than that it will be by the end of...
Hi, in the bibliography, the title of the Tarski 1935 publication should be "Der Wahrheitsbegriff..." and not "Die Wahrheitsbegriff..." ;) (on p. 898 in my...
Hello My name is Cristian and i study Computer Science . I am interested in Artif .I. so i study Artificial Intelligence: A Modern Approach., Russell and...
Hello! I study Computer Science and have a question about figure 4.4, page 98: Why is f (Oradea) = g (Oradea) + h (Oradea) = 146 + 380 = 526 and not:...