Search the web
Sign In
New User? Sign Up
aima-talk · AI: A Modern Approach: Help for the text
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 605 - 634 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
605
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...
Robert Futrelle
bobfutrelle
Offline Send Email
Jan 4, 2006
3:23 am
606
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...
Jim Davies
jimmyd
Offline Send Email
Jan 5, 2006
6:25 pm
607
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...
The Geek
guihergeek61
Offline Send Email
Jan 6, 2006
6:06 am
608
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...
Ghada
ghkm1984
Offline Send Email
Jan 12, 2006
1:15 pm
609
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...
Ravi Mohan
magesmail
Offline Send Email
Jan 12, 2006
1:36 pm
610
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...
Robert Futrelle
bobfutrelle
Offline Send Email
Jan 14, 2006
9:38 pm
611
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...
Jim Davies
jimmyd
Offline Send Email
Jan 28, 2006
7:48 am
612
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...
Tommy Gun
thompsoncdrum
Offline Send Email
Jan 29, 2006
9:01 am
613
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.) ...
Robert Futrelle
bobfutrelle
Offline Send Email
Jan 29, 2006
10:05 pm
614
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...
Peter Norvig
norvig
Offline Send Email
Jan 29, 2006
11:46 pm
615
... 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...
Steven Shaw
steshaw
Offline Send Email
Jan 30, 2006
1:56 am
616
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...
Steven Shaw
steshaw
Offline Send Email
Jan 30, 2006
1:56 am
617
... Looks good. I could have done with nvreverse myself!...
Steven Shaw
steshaw
Offline Send Email
Jan 30, 2006
1:59 am
618
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...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Feb 3, 2006
10:13 am
619
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 ...
The Geek
guihergeek61
Offline Send Email
Feb 3, 2006
11:11 pm
620
... 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...
mauh_136
Offline Send Email
Feb 6, 2006
3:51 am
621
I want the slides of the book "Artificial Intelligence A Modern Approach second Edition " important please...
ahmed mohamed
ahmedmemo_fci
Offline Send Email
Feb 15, 2006
5:39 am
622
... Did you look in the following address ? http://aima.cs.berkeley.edu/ -- Ivan F. Villanueva B. artificialidea.com <<< European Community...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Feb 15, 2006
12:29 pm
623
Dear All, Can anyone help me to find examples of knowledge base and path planning? Anyone can give example on solving the vacuum cleaner problem from the AIMA...
fasisi2003
Offline Send Email
Feb 15, 2006
12:33 pm
624
Hello, I just have a little confused on differences among Machine Learning, Artificial Intelligence, and Expert System. Is ML is the subset of AI?? If not,...
lamb
lwang81096
Offline Send Email
Feb 19, 2006
6:38 am
625
... I would say ML and ES are subsets of classic A.I. -- Ivan F. Villanueva B. artificialidea.com <<< European Community Patent will bring...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Feb 19, 2006
1:06 pm
626
hi everyone i need source code for the problem given in exercise 14.8 Q.6 in the book Artificial Intelligence By George F Luger &W.A.S the problem statement...
Muhammad Ilyas
sensitive_pr...
Offline Send Email
Feb 19, 2006
6:44 pm
627
Below is an expurgated version of comments I just wrote to a student. Details that identify the student or topic have been replaced by brackets <....>. I hope...
Robert Futrelle
bobfutrelle
Offline Send Email
Feb 19, 2006
6:45 pm
628
Hello, just for those of you that don't know why: P(X|e1,e2) = a P(X|e1) P(e2|X,e1) which is used in different explanations in chapter 15, I have expanded the...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Feb 21, 2006
1:31 pm
629
why cant u code it yourself? Pranjal Awasthi Indian Institute of Technology, Madras Chennai, India Muhammad Ilyas <sensitive_princeof_2005@...> wrote:...
pranjalawasthi@...
pranjalawasthi
Offline Send Email
Feb 21, 2006
8:31 pm
630
Good question. Why do you want someone else to *give* you the code? If it's for an assignment, you must do it yourself. If not, why do you want it? You should...
Robert Futrelle
bobfutrelle
Offline Send Email
Feb 22, 2006
2:45 am
631
hi everyone, as you people may be knowing there are a great number of prolog code interpreters available as free such as the swi-prolog,quintus prolog,LPA...
praveen_lesnar
Offline Send Email
Feb 26, 2006
4:16 pm
632
I'm no Prolog expert, but I surveyed a number of them and SWI-Prolog seemed the best. Install packages available for many platforms, documentation, etc. Our...
Robert Futrelle
bobfutrelle
Offline Send Email
Feb 26, 2006
7:31 pm
633
Hi all, I've been trying to get the java code in aima.zip (http://aima.cs.berkeley.edu/code.html#index repository of implementations of the AIMA textbook's...
teradon2000
Offline Send Email
Feb 27, 2006
9:49 am
634
Hi, There is a "notes.txt" file included in aima.zip. In the "Build Instructions" section it says ... ".... To run the tests , you will need to put...
Ravi Mohan
magesmail
Offline Send Email
Feb 27, 2006
9:57 am
Messages 605 - 634 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help