Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

aima-talk · AI: A Modern Approach: Help for the text

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 13 - 43 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13 Wheeler Ruml
ruml@... Send Email
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...
14 Wheeler Ruml
ruml@... Send Email
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),...
15 maddalab@... Send Email 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,...
16 BRANDON C CORFMAN
bcorfman@... Send Email
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)...
17 cipher4u@... Send Email 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...
18 tiowanio@...
tiowanio Send Email
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,...
19 Bhaskar Maddala
maddalab Send Email
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 ...
21 Chiovari Cristian Ser...
csergiu77 Send Email
Oct 23, 2001
6:06 pm
thx __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com...
22 Brandon Corfman
bcorfman Send Email
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...
23 mbunirigo@...
mbunirigo Send Email
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...
24 reggie@...
perryrs Send Email
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...
25 Bhaskar Maddala
maddalab Send Email
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...
26 jan_gilbert_pearce@...
jan_gilbert_... Send Email
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...
27 bhami3@...
bhami3 Send Email
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...
28 Mariano Buņirigo
mbunirigo Send Email
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...
29 maddalab@...
maddalab Send Email
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...
30 Becca Wemhoff
bmwemhoff Send Email
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...
31 Rafal Kicinger
rkicinge Send Email
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 <--...
32 Peter Norvig
norvig Send Email
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...
33 ag272 Send Email 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,...
34 sinuously Send Email Jan 10, 2002
6:38 pm
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...
35 Peter Norvig
norvig Send Email
Jan 10, 2002
10:23 pm
Thanks for your questions. The quasi-logical form is all about semantics in logical form, so "sentence"; means a sentence in logic (and is unrelated to the...
36 veeramanju kalyan
veeramanju Send Email
Jan 23, 2002
1:54 pm
hello the group is interesting __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! ...
37 jaesik_min Send Email Jan 24, 2002
4:56 pm
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",...
38 ma_schuhmann Send Email Jan 29, 2002
10:24 pm
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 ...
39 bishop_vlad Send Email Feb 4, 2002
1:05 am
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...
40 bishop_vlad Send Email Feb 4, 2002
1:06 am
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...
41 Peter Norvig
norvig Send Email
Feb 4, 2002
1:29 am
We can't give out the answers to exercises, because some instructors want to assign them for homework. -Peter ... From: "bishop_vlad" <bishop_vlad@...> ...
42 Serguei A Mokhov
stgunya Send Email
Feb 4, 2002
3:20 am
Hello, This is always a trade off between instructors being afraid that the studens will write off the solutions manual their assignments and students'...
43 Peter Norvig
norvig Send Email
Feb 4, 2002
4:28 am
I certainly agree that there is a tradeoff, and worked examples are a great help. I don't want to give away answers to existing problems, but I do think that...
Messages 13 - 43 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Š 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help