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 825 - 855 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
825 daashmashty Send Email Jun 19, 2008
12:36 pm
Hi Again, Has anyone tried to solve this problem? I have failed to prove what the question is asking in the following PDF... ...
826 aydogan_ozgur Send Email Jun 22, 2008
1:51 am
In Performance Measures of Chapter 2, Mr. Norvig refutes the goal of counting the number of cleaning a square by claiming that the cleaner,in which case, can...
827 Nima Talebi
daashmashty Send Email
Jun 22, 2008
4:05 am
I think the mention of `dump', not being in the action list of the agent, as you correctly stated, in this environment at least serves no purpose. I think...
828 ozgur aydogan
aydogan_ozgur Send Email
Jun 22, 2008
12:22 pm
Hi thanks for the answer, but , frankly, I know what Mr. Norvig wants to point by that exceptional action of the cleaner. And, I see your example as well. But...
829 daashmashty Send Email Jun 23, 2008
11:26 am
You're argument is that dumping is not in the action list - but that's not the point that's being made here. The key that is being conveyed here is this... "As...
830 ozgur aydogan
aydogan_ozgur Send Email
Jun 24, 2008
4:05 pm
Hi Nami, again. I think you are mixing the point I am emphasizing and Mr. Norvig does. I definitely agree with the Mr. Norvig's performance measurement...
831 takeforcemanager
takeforceman... Send Email
Aug 6, 2008
11:46 am
Hi all! There is an exercise, 5.5(b) which I'm stuck with. I just can't get a correct approach for it... Consider we have 3 Groups (GroupA, GroupB, GroupC), 3...
832 Brandon Corfman
bcorfman Send Email
Aug 21, 2008
10:16 pm
I notice there is no AIMA Python or Lisp code for any of the planning algorithms in chapter 11. I'd really like to find out if anyone has developed any...
833 helpathand1234 Send Email Sep 6, 2008
3:02 am
Sir, In your book AIMA, in the chapter of dynamic bayesian networks(sample umbrella network),say; if I wish to calculate the probability of rain on day 5,...
834 Moeljono Widjaja
mwidjaja2000 Send Email
Sep 9, 2008
6:28 am
Dear All: Would you please help me solving this problem? I am trying to upload the lisp codes (aima.lisp) but I encountered a problem. I pasted the error...
835 inyourmind6684 Send Email Sep 16, 2008
6:19 am
I'm having trouble opening up the aima-java. I am using eclipse to open the .project file. However, everytime I try to do this, I just open up a blank...
836 Ravi Mohan
magesmail Send Email
Sep 16, 2008
12:58 pm
If you are having trouble with .project file, delete it. Use the "Import project from source" option in eclipse and it will generate a new .project file for...
837 inyourmind6684 Send Email Sep 17, 2008
1:20 am
At what level should I import the source code? should I just import the aima level? or the src sublevel? Thank you for your time....
838 kiana
blacksilk79 Send Email
Sep 24, 2008
9:07 pm
I understand the material in the chapter. However, the exercises are completely confusing to me. Therefore, a discussion of the chapter may clarify. For the...
839 kiana
blacksilk79 Send Email
Sep 24, 2008
9:07 pm
... 2nd edition, I found that from the given start state (7 2 4 5 0 6 8 3 1), it is NOT possible to reach the given Goal state ( 0 1 2 3 4 5 6 7 8) since both...
840 kiana
blacksilk79 Send Email
Sep 24, 2008
11:55 pm
... are ... may ... state ... number ... state. In ... configuration) ... I'm confused, any clarification is greatly appreciated....
841 kiana
blacksilk79 Send Email
Sep 24, 2008
11:55 pm
... are ... may ... state ... number ... state. In ... configuration) ... Discussions of the topics in the book leads to a better understanding of the...
842 inyourmind6684 Send Email Sep 25, 2008
9:27 am
I'm looking to create a test file and successor function for BFS in the AIMA code. However, in order to instantiate a BFS I have to pass in a QueueSearch. I...
843 Ravi Mohan
magesmail Send Email
Sep 25, 2008
9:33 am
The code for QueueSearch begins as follows "public abstract class QueueSearch .... " The "abstract"; keyword implies you cannot instantiate the class. You need...
844 kiana
blacksilk79 Send Email
Sep 29, 2008
4:48 am
... Do we use the AIMA code examples, i.e. BFS and QueueSearch, for the exercises in the book? Or, are we supposed to define and implement all of the code for...
845 Nima Talebi
daashmashty Send Email
Oct 23, 2008
4:23 pm
Okay, I can already see a flaw in this, here's my revised version... I've attached my formula as a png, hope it gets through, in case it doesn't... *Text:* ...
846 Nima Talebi
daashmashty Send Email
Oct 23, 2008
4:23 pm
Hi, I'm interested to see if my solution is even remotely correct, the question is to derive the error formula given the number of experts/hypotheses (M) and...
847 daashmashty Send Email Oct 26, 2008
10:46 pm
The attachment was stripped as suspected, so here's the readable version... http://ai.autonomy.net.au/chrome/site/AIMA-18.4.png Nima...
848 sprgr77 Send Email Nov 2, 2008
11:38 am
Iam interested in AI .I need guidelines to solve the exercises in the book"Artificial intelligence A modern approach"....
849 daashmashty Send Email Nov 2, 2008
1:07 pm
... ...and your question would be... ?...
850 Mani Sabri
mani_sabri Send Email
Dec 6, 2008
7:42 am
hi I was looking at AIMA python code repository in google and asking myself is python still considered viable in this community. the java repository seems to...
851 Ravi Mohan
magesmail Send Email
Dec 6, 2008
8:11 am
Hi, I wouldn't want to speak for the maintainers of the python repository, but as the maintainer of the java code repository I think it is important to...
853 Nima Talebi
daashmashty Send Email
Dec 7, 2008
2:13 pm
Hi Mani I've started writing a framework, however it's not necessarily because there doesn't exist a framework which I can use (maybe one exists that is good, ...
854 Bob Futrelle
bobfutrelle Send Email
Jan 22, 2009
3:38 am
The formulation in Fig 3.1 is not mentioned again, so its application to the clear examples in Sec 3.2 is obscure at best. How *does* it apply? Esp. since it...
855 Peter Norvig
norvig Send Email
Jan 22, 2009
5:58 pm
You're right; Fig 3.1 is not well-integrated with the text -- but we will have better integration in the 3rd edition of AIMA. As for how it works: the idea is...
Messages 825 - 855 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