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 41 - 71 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
44 ivofilho Send Email Feb 6, 2002
3:44 pm
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...
45 Peter Norvig
norvig Send Email
Feb 7, 2002
6:29 am
Traditionally (1970s to early 1990s), Lisp and Prolog have been popular languages for AI, and C has not. The main reason is that Lisp and Prolog are more...
46 BRANDON C CORFMAN
bcorfman Send Email
Feb 7, 2002
12:54 pm
I know straightforward search algorithms can be implemented in C++. But most chapters of the AIMA book deal with first order logic. Are there frameworks to...
47 Serguei A Mokhov
stgunya Send Email
Feb 7, 2002
3:28 pm
Quoting Peter Norvig <peter@...>: <snip> ... I would also add CLIPS. The adder exercise in the book I would do in CLIPS rather than in any other...
48 Peter Norvig
norvig Send Email
Feb 8, 2002
6:08 am
Prolog does provide a straightforward way to do logical inference -- if you're satisfied with the depth-first search approach, and with the incomplete...
49 saneinvt Send Email Feb 10, 2002
12:02 am
How to do that? Can any n-CNF SAT problem be reduced to an equivalent (n-1)-CNF-SAT problem? Thanks...
50 maumitab1970 Send Email Feb 14, 2002
4:52 pm
***************************************************** Our apology, if you receive multiple copies of this message ...
51 Mariano Buñirigo
mbunirigo Send Email
Feb 18, 2002
4:33 pm
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. ...
52 maumita bhattacharya
maumitab1970 Send Email
Feb 19, 2002
1:32 pm
***************************************************** Our apology, if you receive multiple copies of this message ...
53 liulu99 Send Email Feb 27, 2002
8:19 pm
Hello, I tried to install the lisp code for aima. After entering (load "aima.lisp&quot;), the compiler gave following information: ; Loading...
54 JLobato
coshjaguar@... Send Email
Mar 2, 2002
6:50 pm
Hi, I'm also new on lisp. I manage to install it using allegro lisp with the command line: (load "c:\\cosh&#92;\program&#92;\lisp\\russell&#92;\aima.lisp") (aima-load...
55 JLobato
coshjaguar@... Send Email
Mar 2, 2002
6:54 pm
Hi, I have install the code and I'm trying to make something run but I'm new in lisp and is difficult to go on. Does anyone have some examples on defining...
56 mail_krishnan Send Email Mar 7, 2002
12:04 am
Hi, I am a B.E. student doing a course on AI. I have tried the 2 Knights problem using game trees. We are a team of five looking for a feasible short term...
57 liulu99 Send Email Mar 7, 2002
6:16 am
Hi, I think I finally solved the problem. In /aima/utilities/utilities.lisp, I have code (setf (package-lock-fdefinitions (find-package pkg)) nil) I changed it...
59 Rafal Kicinger
rkicinge Send Email
Mar 26, 2002
7:38 pm
Hi, I've got a problem with Figure 12.4a (downward solution property) When downward solution property holds, and once we found a solution (bold squares) we can...
60 maumitab1970 Send Email Apr 2, 2002
8:39 am
## Our apology, if you receive multiple copies of this message ## IKOMAT'02, 16-18 September 2002, Crema, Italy Dear Colleague, To accommodate numerous...
61 w_diu Send Email Apr 20, 2002
1:27 am
I think I found an error in the Chart-Parse algorithm on page 702. for v <- from 1 to Length(string) do should be for v <- from 0 to Length(string) - 1 do...
62 anisotropia9 Send Email May 20, 2002
9:42 am
Having downloaded, compiled and run the example code this morning with lispworks 4.2 on w2k, it seems that the "bug with the treatment of special variables"...
63 Alberto Vera
artificialin... Send Email
May 26, 2002
1:52 am
Hello. Could you give me where i can get Lisp and Prolog Thank you Regards ... Do You Yahoo!? Yahoo! Messenger! Comunicación instantánea gratis con tu gente....
64 Alberto Vera
artificialin... Send Email
May 26, 2002
1:53 am
Hello Could you give me some differences between Lisp and Prolog? Thank you ... Copa del Mundo de la FIFA 2002 Disfruta en vídeo de los mejores momentos...
65 JLobato
coshjaguar@... Send Email
Jun 1, 2002
11:57 am
Hello, I have found very good Lisp information in: http://www.xanalys.com/software_tools/downloads/index.html#personal-edition Regads ... From: Alberto Vera ...
66 Asim Ahmed
asimahmed80 Send Email
Jul 17, 2002
1:08 pm
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com...
67 serge_stinckwich
serge_stinck... Send Email
Jul 28, 2002
8:38 pm
Hi, do you know if any french translation of AIMA is planned ? It's a shame that such a good book is not available in french ... Cheers, -- Serge Stinckwich ...
68 meshteb Send Email Aug 12, 2002
10:44 am
Can you please help me to examine the AI literature to discover whether or not the following tasks can currently be solved by computers? 1. Playing a decent...
69 Serguei Mokhov
stgunya Send Email
Aug 14, 2002
4:40 pm
... From: "meshteb" <meshteb@...> Sent: August 12, 2002 6:44 AM ... Depends on your definition of "decent". :) There are some "decent" games out there,...
70 dpbatagoda Send Email Aug 17, 2002
4:04 am
Dear everybody, I am an instructure at Sri Lanka Institute of Information Technology. I really apreciate if you can explain this output from ...
71 Peter Norvig
norvig Send Email
Aug 17, 2002
7:20 am
Look at the Java code for aima.examples.TestSearch.java. This test is solving two problems. The TwoThreeState problem is to get to a state consisting of a...
Messages 41 - 71 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