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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 387 - 418 of 946   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
418 Brandon Iskey
brandon_pitt_47 Send Email
Nov 14, 2004
4:32 pm
yes, i can. thanks again for your help. brandon __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com...
417 j1mmy_n3u7120n Send Email Nov 14, 2004
1:58 pm
Both follow the normal proof methods .... Note that P(X,Y|e) = P(X,Y,e)/P(e) and P(X|Y,e) = P(X,Y,e)/P(Y,e) and P(Y|e) = P(Y,e)/P(e) The first part is...
416 The Geek
guihergeek61 Send Email
Nov 9, 2004
12:55 am
That's one of those "wave your hands and magic appears" moments in the book. I don't know Scheme (or Lisp) but when I coded it in Java, I set a class-variable...
415 brandon_pitt_47 Send Email Nov 4, 2004
4:24 pm
Hope someone can help me with this one. completely stuck. any solutions out there? it's on page 490 about proving the conditionalized version of the general...
414 cardil Send Email Oct 31, 2004
8:36 pm
Dear Colleague, International Conference on Information Technology - ICIT 2004 to be held on December 17-19, 2004, Istanbul, Turkey is sponsored by ...
412 solunne Send Email Oct 31, 2004
8:34 pm
I really dont understand how I could return the action in Sucessors (state) with value v (p. 166). In facts, I don't understand how a sucessors of a state is...
411 sjjsca Send Email Oct 23, 2004
3:15 am
Hey, anyone has solution for 20.19? It'll save my life! Tks...
410 brandon_pitt_47 Send Email Oct 23, 2004
3:15 am
Hey, I was wondering if anybody could help me with question 9.11 about finding who the person is. question: P. 317 A popular children's riddle is "Brothers...
409 stingray_101_1999
stingray_101... Send Email
Oct 20, 2004
4:07 pm
HELLO TO ALL AIMA-ITES THE SECOND EDITION OF AIMA IS FANTASTIC. I JUST NEED SOME HELP ON THE MISSIONARIES AND CANNIBALS PROBLEM IF ANYONE COULD PROVIDE A...
408 ckp_for_u Send Email Oct 19, 2004
4:12 pm
i need a language tutor preferably in c,java. it should take a sentence from user...and notify the user of the mistakes that he made using parsing or other...
406 Dharmesh Jani
janidharmesh Send Email
Oct 4, 2004
7:47 am
Hey It just means that keep on moving right until square A is clean... remember it is a sequence of percepts and so as far as A is clean it will keep on moving...
405 Amir Dolatabadi
A_Dolatabadi@... Send Email
Oct 4, 2004
1:00 am
Hi, On page 34, What do you understand by: percept sequence:[A,clean],[A,clean] The first percept changes the position of the vacuum-cleaner to place B and in...
404 magesmail Send Email Sep 25, 2004
7:42 am
The second version of the java code is now up at http://aima.cs.berkeley.edu/java-overview.html. Build instructions , design notes etc maybe found at ...
403 magesmail Send Email Sep 24, 2004
4:44 pm
Hi Ravi (G) , (For those reading these emails there are TWO ravi's here . the person who discovered the bug and solved it is RaviG .The person who maintains...
402 shehaner Send Email Sep 20, 2004
3:48 pm
I keep getting and error when Loading the AIMA.lisp file. I have followed all directions and all the lisp files downloaded O.K. However, when I enter the...
401 shehaner Send Email Sep 20, 2004
3:48 pm
I followed the directions for installing AIMA code and all worked well until I activated my Allegro 6.2 and tried to load the AIMA.Lisp file. I also tried...
400 talk2ravig Send Email Sep 19, 2004
7:48 am
Hi Ravi, I could fix the problem by doing the following changes to the code. Not completely sure whether it breaks something else! In the findPureSymbol()...
399 talk2ravig Send Email Sep 19, 2004
7:47 am
Hi Ravi, Thanks. I did spend little time trying to go through the code to see if there is anything I can fix myself. But haven't been able to give sufficient...
398 magesmail Send Email Sep 16, 2004
9:34 pm
hi, *looks* like it's a bug . I'll look into it (and correct the code ) . Thanks, Ravi...
397 j1mmy_n3u7120n Send Email Sep 16, 2004
9:34 pm
Note that the class is of no specific use , its more like the structure in C but u can add some important functions like calcHeuristic to this class which...
396 Amit
realamit Send Email
Sep 15, 2004
5:26 pm
Hi Friends Plz accept my greetings for this useful group. i am feeling very proud to join this group. best wishes Don't Forget To Reply Me @ realamit@......
395 talk2ravig Send Email Sep 15, 2004
5:20 pm
I was checking out the DPLL implementation in Java. For a small formula having just 2 variables it ran into StackOverflow!! Following is the formula for which...
394 peter@...
norvig Send Email
Sep 12, 2004
10:44 am
I don't bite, weah! password -- 37062...
393 Nizam A Haja
wizniz Send Email
Sep 12, 2004
9:01 am
Hi jimmy.. thanks a lot for ur reply.. but i dont quite understand what the class edge is for.. and how i can use the matrix to find out the best solution i...
392 origenis Send Email Sep 11, 2004
5:32 am
Hello everyone, the authors state about bidirectional search that (p. 80): "Bidirectional search is implemented by having one or both of the searches check...
391 Paolo Amoroso
amoroso_paolo Send Email
Sep 9, 2004
7:22 pm
... You may check this book on the classic MYCIN system: http://www.aaai.org/Resources/Classics/Mycin/mycin.html Paolo -- Why Lisp?...
390 j1mmy_n3u7120n Send Email Sep 8, 2004
6:10 am
Vectors will be hardly helpful! I see it nothing more than a collection of elements just like an array. Moreover its pretty slow. For your problem there is a...
389 j1mmy_n3u7120n Send Email Sep 8, 2004
6:09 am
Can u clarify more on your problem? Disclaimer : I am not an expert at expert systems(no pun intended!). But i have made some small scale expert systems in...
388 Dan
nicknamero Send Email
Sep 7, 2004
8:56 pm
Hi, I'm new in AI, I read some chapters from AIMA, and I resolve some problems, but I'm not sure if my result is corect, so , I ask you, THERE IS SOMEWHERE THE...
387 Augustine ssevviri
augkaddu Send Email
Sep 7, 2004
8:55 pm
Hi collegues, Am here stuck with my MSc proposal. It is on expert system design in laboratory medicine. Iam stuck with the design part in the methodology...
Messages 387 - 418 of 946   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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