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 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...
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:* ...
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...
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...
Hi, When I was going through the 8 puzzle example in fig. 3.4 of AIMA 2nd edition, I found that from the given start state (7 2 4 5 0 6 8 3 1), it is NOT...
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...
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...
Hi Everybody. I've created a tutorial as part of my own learning while reading AIMA, and would like to share it with anyone who would be interested. ...
Hi all, I've been reading AIMA religiously, and making my notes on a wiki. In trying to get a clear understanding of MiniMax and Alpha-Beta pruning, I've...
Hello, in a Bayesian setting, how can I express known estimation errors? I am working on a problem where I want to model estimation volatility, but also biases...
Hello, First I would like to say I read AIMA 2nd edition for fun and it was fantastic. I have been studying the hybrid Bayesian network for an application and...
Hi, In the book p.482 it is mentioned that the full joint distribution table has seven independent members (2*2*2 - 1 because the number must sum to 1). I...
Are multilayer feed-forward neural networks __not__ classed as perceptrons, while single layer ones are? On sites unrelated to AIMA (such as wikipedia), I see...
Hi, I've read section 13.3 of the book on de Finetti's theorem and cannot figure out how to solve exercise 13.3. Why would you have a "range of values" for A ^...
Version 0.1 just released. It's very simple at this time, but it will grow up. Please visit http://www.symbolware.com/aima <http://www.symbolware.com/aima> ...
Dear all, I think I've found an error in the first edition, first printing that is not mentioned yet: In chapter 19, section 4 ("Multilayer Feed-Forward...
I tried to run Java code downloaded for ALPHA-BETA-SEARCH algorithm (figure 6.7) and got message "cannot find class aima.util.Util". I would set the CLASSPATH...
I am finding the pseudocode in the text almost no help at all and would appreciate it if someone could help me with it. For example, I think I understand how...
Hello, I am new to this list. I fixed the java ant build script, and would like to check it into the project hosted on google code. Can someone add me as a...
Hi everyone, the book explains pattern databases on page 107 (2nd ed.). It says that it is currently unknown how how the pattern database approach can be...