... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 11, 2002 3:34 PM ... Personally, I don't see anything wrong with your rule with...
Hi, I would be much interested in translating the new second edition. I own the first version in English and I think it would be great to make it more...
Thank you very much for your help. The book's title in Spanish is: Sistemas Expertos. Principios y Programacion I hope this title in English might be: Expert...
Hi Gavin, ... From: "gavtks78" <gavint@...> Sent: August 22, 2002 8:48 PM ... *You* are supposed to think, not us ;-) You could also search google...
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 10, 2002 11:37 AM ... Which book exactly, if you don't mind me asking? ... When...
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 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...
I'm sorry that no French translation is planned. However, the new second edition will be out soon, and if anyone would like to do a French translation, let us...
Hi, What you're looking for is "expert systems", not "system expert". Go to google.com and type in "expert systems". You'll find a number of helpful links,...
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...
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! ...
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....
Look at the Java code for aima.examples.TestSearch.java. This test is solving two problems. The TwoThreeState problem is to get to a state consisting of a...
... From: "meshteb" <meshteb@...> Sent: August 12, 2002 6:44 AM ... Depends on your definition of "decent". :) There are some "decent" games out there,...
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...
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 ...
__________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com...
65
JLobato
coshjaguar@...
Jun 1, 2002 11:57 am
Hello, I have found very good Lisp information in: http://www.xanalys.com/software_tools/downloads/index.html#personal-edition Regads ... From: Alberto Vera ...
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...
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....
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...