Dear everybody, I am an instructure at Sri Lanka Institute of Information Technology. I really apreciate if you can explain this output from ...
71
Peter Norvig
norvig
Aug 17, 2002 7:20 am
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...
72
spooky2babe
Aug 19, 2002 7:50 am
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....
73
wijarn13
Aug 22, 2002 7:19 am
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 ...
74
bcorfman
Aug 22, 2002 2:39 pm
Wijarn, Peter responded to a similar message before (#43) in the archives. Best regards, Brandon ... to ... here or...
75
gavtks78
Aug 23, 2002 12:48 am
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! ...
76
Alberto Vera
artificialin...
Aug 25, 2002 12:04 am
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...
77
BRANDON C CORFMAN
bcorfman
Aug 26, 2002 2:00 pm
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,...
78
Peter Norvig
norvig
Aug 29, 2002 5:40 am
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...
79
Alberto Vera
artificialin...
Sep 10, 2002 4:18 pm
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...
80
Brandon Corfman
bcorfman
Sep 10, 2002 4:59 pm
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...
81
Serguei Mokhov
stgunya
Sep 10, 2002 6:30 pm
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 10, 2002 11:37 AM ... Which book exactly, if you don't mind me asking? ... When...
82
Serguei Mokhov
stgunya
Sep 10, 2002 6:59 pm
Hi Gavin, ... From: "gavtks78" <gavint@...> Sent: August 22, 2002 8:48 PM ... *You* are supposed to think, not us ;-) You could also search google...
83
Alberto Vera
artificialin...
Sep 11, 2002 3:03 pm
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...
84
Alberto Vera
artificialin...
Sep 11, 2002 7:34 pm
Hello I made this rule: (defrule warning ?suma <- (numerrores ?error) (> ?error 1) => (retract ?suma) (printout t ?error " WARNING " ?error crlf) ) I want to...
86
francois75paris
Sep 16, 2002 10:20 am
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...
87
Serguei Mokhov
stgunya
Sep 16, 2002 2:56 pm
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 11, 2002 3:34 PM ... Personally, I don't see anything wrong with your rule with...
89
wein3150
Sep 20, 2002 7:02 am
Would using MIT Scheme 7.5 for W98 compile the source code from the text by changing the file extensions from .lisp to .scm? Thanks....
90
joachim@...
Scubbytoo
Sep 20, 2002 7:31 am
... scheme is not lisp, so I don't think so... But why don't you just try it and see for yourself??? Joachim....
91
Serguei Mokhov
stgunya
Sep 20, 2002 3:28 pm
... From: <joachim@...> Sent: September 20, 2002 3:37 AM ... Not exactly LISP, but a subset. ... I agree here :) -s...
92
wein3150
Sep 20, 2002 3:49 pm
... from the ... Okay, so I put the lisp converted files into the same directory as the compiler. Now, command-wise running this stuff, what, (load...
93
Will Deakin
anisotropia9
Sep 20, 2002 9:33 pm
... No. Although similar, common lisp and scheme are sufficiently different such that the code in the book will not -- in general -- work with scheme. Two...
94
Will Deakin
anisotropia9
Sep 20, 2002 9:44 pm
... Without meaning to be painfully pedantic, if you mean by LISP (or lisp since this looks a bit quieter on the page :) that you are talking about common lisp...
95
Earthlink
wein3150
Sep 21, 2002 12:41 am
Will, thanks for the reply. Through another correspondence today, you are right on. I had started out this whole thing by downloading Allegro adn kind of...
96
Serguei Mokhov
stgunya
Sep 21, 2002 1:17 am
... From: "Will Deakin" <anisotropia9@...> Sent: September 20, 2002 5:44 PM ... I wasn't talking about any particular flavour of lisp. ... Okay, not a...
97
Owain Roberts
Owain_Roberts
Sep 21, 2002 1:22 am
My understanding is that this goup if for discussions directly pertaining to 'Artificial Intelligence: A modern Approach' by Stuart Russell and Peter Norvig. ...
98
Will Deakin
anisotropia9
Sep 21, 2002 7:20 am
... and ... Yes. The answer I gave was in response to a thread as to whether the aima code would run under scheme. I was trying to explain why this was not so...
99
flamesplash
Sep 23, 2002 3:01 am
I was just curious if anyone knew what the heuristics generated by the ABSOLVER program, mentioned on page 103, were or a web site that explains them. It made...
100
Serguei Mokhov
stgunya
Sep 23, 2002 3:51 am
... From: "flamesplash" <flamesplash@...> Sent: September 22, 2002 11:01 PM ... www.google.com Keyword: ABSOLVER That document might be of interest: ...
101
schokn
Oct 24, 2002 3:16 am
What are some of the top open problems in AI? (I've searched google for this and find mostly vague stuff like "what is the nature of intelligence" etc.) In...