Hi all! What do you belive will be the most usefull area for AI. Perhaps in the mediclal area, to cure and take care of the sick and elderly, or in crime...
Hi dear sir and modams.. i think AI in future will change into a practical way to awake the Philasopher that Human intelligenc have a bassical diffrence with...
... I'm afraid it would be in the armament industry if we continue doing nothing to stop countries invading others and to stop the growing gap between rich and...
I guess what bothers me the most about Murray's work described below is that when a researcher launches out in an unusual new direction, with lots of...
what about the entertainment bussines....games with AI....rem last year gross rev of games far exceeded the movie ind. And most of these "big money" games had...
... Could you explain it a little more. Which biology research is related with AI. I'm very interested in. Some links ? -- Ivan F. Villanueva B. The dream of...
... related with AI. ... Most computational problems in biology are being solved using AI techniques. I give a few links below, 1. Evaluation of Gene Protein...
Hi Mattias, i wonder if AI can be used to translate all language in this world, still it's a lot works to do, but for example like English -> French, but in an...
More than likely, military applications will have more AI than any other field. After all, the better that AI gets, the less likely that people will have to...
I have a problem related to planning. Can anyone take a look and give any suggestion? The chapter 11 and 12 in the AIMA boook talks about the planning, but it...
I could presumably slug through getting it to work, but wondering if anyone else has tried openmcl. It seems to be pretty solid, but not behaving too well in...
This seems wrong to me, but I just wanted to make sure. Fourth paragraph on page 633 of the second edition it says "It is irrational to play a strongly...
You just misread it - dominated vs. dominant Strongly dominated strategy = a strategy that is strongly dominated by another, a.k.a one that sucks. Therefore it...
dear all , I need some help I'd like to ask if there is any possible way to get the book Exercises' solutions is there any link or resource , I can make use of...
Hi, I believe Dr Norvig has stated on this list that the manual is available only for Instructors. If you are one, you should be able to make use of the...
There seem to be about three files that were updated today. A number of directories in the updated Lisp code are empty, e.g., search/ and learning/. A...
I'm teaching decision making now, and the students have this question about information value that I'm having trouble answering. RN2 p602 says that information...
A: $10-51 B: $35-98 Could have a significant impact, but probably wouldn't affect your decision because A is more likely to give you the better price. ... What...
This is more a straight Lisp question, but it relates to material in the early chapters of PAIP. (Someone can direct me to a better list for this, I'm sure.) ...
How about this: (defun split-list (lst) (let ((odds nil) (evens nil)) (loop for x in lst for i from 1 do (if (oddp i) (push x odds) (push x evens))) (list...
... I can say that it's not tail recursive. I couldn't spot it at first because the simple form to look for is a recursive call embedded in an argument...
Here's version that's tail recursive though I don't think very efficient because of my use of append and list perhaps were not necessary. (defun split-list2...
Hello, after having read the algorithm Enumeration-Ask (chapter 14) it seems to me that it will only work if the function VARS[BayesNet] returns the variables...
It's not really about whether or not the information would change your decision, it's that the answer is **unlikely** to change your decision. It's tough to ...
... other field. After all, the better that AI gets, the less likely that people will have to go into harm's way, which is what is preferrable. Just think...