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...
33
ag272
Jan 8, 2002 5:37 am
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,...
32
Peter Norvig
norvig
Jan 5, 2002 7:20 am
Either your way or the way in the book would work. Since the previous statement has a return, the final nodes <- ... statement is executed only if the test is...
31
Rafal Kicinger
rkicinge
Jan 4, 2002 8:49 pm
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 <--...
30
Becca Wemhoff
bmwemhoff
Nov 21, 2001 6:53 pm
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...
29
maddalab@...
maddalab
Nov 19, 2001 11:30 pm
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...
28
Mariano Buņirigo
mbunirigo
Oct 30, 2001 2:58 pm
I´ve done this excersice on Sunday Try this (solve (make-8-puzzle-problem) 'A*-search) You are going to receive the resolution of the problem using A*, h...
27
bhami3@...
bhami3
Oct 30, 2001 6:18 am
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...
26
jan_gilbert_pearce@...
jan_gilbert_...
Oct 30, 2001 12:54 am
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...
25
Bhaskar Maddala
maddalab
Oct 28, 2001 10:13 pm
just use the :continue 0 (ignore and rename i think) on the prompt when you get this error. ... <HR> <html><body> <tt> It turns out that Franz ships Allegro...
24
reggie@...
perryrs
Oct 28, 2001 12:24 am
It turns out that Franz ships Allegro 6.0 Tral version in non ANSI mode with respect to case sensitivity. There is a readme.txt in the distribution directory...
23
mbunirigo@...
mbunirigo
Oct 26, 2001 12:50 am
Hello, I'm a studen at Buenos Aires University, Argentina I've installed Alegro CL 6.0 to use AIMA package I have a the following problem: when I tried to load...
22
Brandon Corfman
bcorfman
Oct 25, 2001 2:37 am
I've posted a C++ solution to problem 3.14 on my web site, under the Software section: http://userpages.umbc.edu/~bcorfm1 Regards, Brandon...
21
Chiovari Cristian Ser...
csergiu77
Oct 23, 2001 6:06 pm
thx __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com...
19
Bhaskar Maddala
maddalab
Oct 20, 2001 11:01 pm
i think you could go to the home page of the book. The authors have a preliminary verion of aima code in java. the code is currently not runnable but should ...
18
tiowanio@...
tiowanio
Oct 20, 2001 6:45 pm
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,...
17
cipher4u@...
Oct 11, 2001 4:57 pm
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...
16
BRANDON C CORFMAN
bcorfman@...
Oct 9, 2001 1:23 pm
Hi Bhaskar, I'm going through the book as well, and I'm one chapter ahead of you. Since I've done my own version of VacuumWorld, I can offer a few things. 1)...
15
maddalab@...
Oct 8, 2001 5:42 pm
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,...
14
Wheeler Ruml
ruml@...
Oct 5, 2001 5:34 pm
Whoops - the pseudo-code I posted didn't update alpha or beta at all! Sorry about that. Revised: Max-value (state, alpha, beta): when depth-cutoff (state),...
13
Wheeler Ruml
ruml@...
Oct 4, 2001 11:13 pm
(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...
12
gypsy bregovic
gypsybregovic@...
Sep 21, 2001 1:13 pm
Hi.I am a student from METU (Middle East Technical University) which is located in Ankara,Turkey(uhh,it`s really away from US:) ).This semester I will be...
11
peter@...
Aug 17, 2001 9:04 pm
That's strange -- i just tried it and it works ok. Stuart, did you chang something? -Peter...
10
Robert Vogler
lowlevel@...
Aug 16, 2001 4:55 pm
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...
9
Andreas Nuechter
nuechte@...
Aug 8, 2001 6:59 am
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...
8
curtisbr@...
Aug 6, 2001 9:41 pm
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....
7
Peter Norvig
peter@...
Jul 31, 2001 4:26 pm
We're a little behind schedule, but still aiming for near the end of 2001. For those keeping score, we have 18 chapters that are 90-95% done (just need a final...
6
Mike Daren
mdaren@...
Jul 31, 2001 2:05 am
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...
5
Peter Norvig
peter@...
Jul 3, 2001 4:32 pm
... OK, fixed for the next edition. -Peter ... _____________________________________________________________________ Peter Norvig, Director of Machine...
4
doodlematsu@...
Jul 2, 2001 4:59 pm
Hi, in the bibliography, the title of the Tarski 1935 publication should be "Der Wahrheitsbegriff..." and not "Die Wahrheitsbegriff..." ;) (on p. 898 in my...