There are a lot of schools that use AIMA in courses. (http://aima.cs.berkeley.edu/adoptions.html) Just wondering if anyone has links to a video lecture series...
Hello All! In Aima 3/e we have these two sentences in the book (chapter 3) 1- "expand the chosen node adding the resuting node to the frontier only if not in...
Dear Bob, it easy to give the definitions to these terms. Is there are no facts to support acceptance of any so called mental functions, than we have to accept...
I has try to discuss my objections to the great book Artificial Intelligence, A Modern Approach, Second Edition, but did not receive any response from the...
The number of states for the first incremental formulation is stated to be 64 . 63 . ... . 57. As far as it's the "number of sequences", there is no problem,...
Hi! I found several issues with the code in csp.py, version aima-python.2007.06.15.zip: 1) Forward Checking and Maintain Arc Consistency don't work because of...
I've been looking through the python code for the search algorithms. I must acknowledge that I am pretty new to python, so apologies for basic mistakes. Having...
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...