That's great. Is there any information available on what to expect in the 3rd edition or an estimate of when to expect it to be available for purchase? Thanks ...
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...
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...
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, ...
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...
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...
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...
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:* ...
... 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...
The code for QueueSearch begins as follows "public abstract class QueueSearch .... " The "abstract" keyword implies you cannot instantiate the class. You need...
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...
... are ... may ... state ... number ... state. In ... configuration) ... Discussions of the topics in the book leads to a better understanding of the...
... 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...
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...
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...
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...
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...
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,...
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...
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...
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...
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...