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...
This is with regards to AIMA 2nd Ed, page 36. The description says that if a performance penalty of one point is assessed, the agent will fare poorly. I'm at a...
-- Buitms Mail (http://mail.buitms.edu.pk) i have computer with intel architecture and running XP. which LISP version can be run on my system. plz provide me...
Hi, I'm trying to use the FOL KB in fol.lisp, and the only doc I found is http://aima.cs.berkeley.edu/lisp/doc/overview-LOGIC.html I want to be able to tell...
hi all I think there is a critical point in chapter 3,section 4,page 75 of seconde edition of AIMA,about worth case time of uniform-cost search. authors...
Hi, I have some questions regarding chapter 13.7 "The Wumpus World Revisited" and the derivation of the distribution of P1,3 given known and breeze evidence in...
Are there any misleading heuristics apart from the non-admissible ones that would make A* perform inefficiently? I found one example in this CI space Search...
i want to follow this book in my teaching of AI course. when i was taught this course at that time i worked on Prolog , but now i want to work on LISP , i have...
The AIMA tells us that the number of nodes within the goal contour search space is exponential in the length of solution; and in "Bibliographical and...
I made an deduction for the equation but don't know if it's correct. I put on the link of my deduction and hope someone can help me with it. link here...
I'm late to the game, some would say. But I've been interested in the concepts of AI since a kid. Only recently have I started doing something about it. I'm...
Hello! I tried out with calculation of the Normalization constant(alpha39;) on page 485, for the Wumpus example, but i failed. Could you help me in that? Thanks...
I'd like to begin my comments on "Artificial Intelligence: A Modern Approach, 2nd Edition" by saying that this is a truly, truly excellent book, which I...
hi, I want to find all solutions in state space for a problem with dfs algorithm I write this I think it is true but not efficient. Can anyone say something...
I've read in the 2nd edition, that a node is conditionally independent of its non-descendants given its parents or given its Markov blanket. The 2nd edition...