Hi, do you know if any french translation of AIMA is planned ? It's a shame that such a good book is not available in french ... Cheers, -- Serge Stinckwich ...
hello I copied this example of a book about CLIPS This program has "blocks" and the objective is to put the block C over the block E Does anybody know when it...
Hi, I'm supposed to think of some problem domains that i can apply the techniques of uninformed and informed searches. Can anyone help in this area? thanks! ...
In the chapter on uninformed search algorithms (I think it's chap. 3, but I don't have the book in front of me), there is a diagram showing the search pattern...
Hello Could you give me any information about System Expert? (links, books...) how does it work? do u have any example to learn more about s.e.? do i need any...
Dear all: I just bought this book (AIMA) and now I'm reading it. I would like to know there is any "exercise resolution in each chapter" available here or ...
Can the following tasks be solved by computers: a)Playing a descent game of bridge at a competitive level. b)Discovering and proving new mathematical theorems....
Can you please help me to examine the AI literature to discover whether or not the following tasks can currently be solved by computers? 1. Playing a decent...
Hello. Could you give me where i can get Lisp and Prolog Thank you Regards ... Do You Yahoo!? Yahoo! Messenger! Comunicación instantánea gratis con tu gente....
Hello Could you give me some differences between Lisp and Prolog? Thank you ... Copa del Mundo de la FIFA 2002 Disfruta en vídeo de los mejores momentos...
Having downloaded, compiled and run the example code this morning with lispworks 4.2 on w2k, it seems that the "bug with the treatment of special variables"...
I think I found an error in the Chart-Parse algorithm on page 702.
for v <- from 1 to Length(string) do
should be
for v <- from 0 to Length(string) - 1 do...
## Our apology, if you receive multiple copies of this message ## IKOMAT'02, 16-18 September 2002, Crema, Italy Dear Colleague, To accommodate numerous...
Hi, I've got a problem with Figure 12.4a (downward solution property) When downward solution property holds, and once we found a solution (bold squares) we can...
Hi, I'm also new on lisp. I manage to install it using allegro lisp with the command line: (load "c:\\cosh92;\program\\lisp\\russell92;\aima.lisp") (aima-load...
Hi, I am a B.E. student doing a course on AI. I have tried the 2 Knights problem using game trees. We are a team of five looking for a feasible short term...
Hi, I have install the code and I'm trying to make something run but I'm new in lisp and is difficult to go on. Does anyone have some examples on defining...
I'm looking for AO* algorithm, code or specification. I'm going to write the code in Lisp, and add the code to AIMA tool. Anyone knows where I can find it. ...
Hello... I am starting my course on eletrical engeneering.. I have some knowledge about computer programming and eletronics. So, now I am starting building my...
Hi, I am getting for an exam in my AI course. We are using Mr. Russell's and Mr. Norvig's "Artificial Intelligence: A Modern Approach." To prepare for the...
Reading the second edition of this great book, some minor errors attracted my attention: p.98 fig 4.4 there stands:"the straight-line distances to Bucharest ...
Hi, The f value labeled to "Oradea" as "f=146+380=526" should be changed to "f=291+380=671", because the g value has been defined as "the path cost so far",...