Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

aima-talk · AI: A Modern Approach: Help for the text

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 630 - 659 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
630 Robert Futrelle
bobfutrelle Send Email
Feb 22, 2006
2:45 am
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...
631 praveen_lesnar Send Email Feb 26, 2006
4:16 pm
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...
632 Robert Futrelle
bobfutrelle Send Email
Feb 26, 2006
7:31 pm
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...
633 teradon2000 Send Email Feb 27, 2006
9:49 am
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...
634 Ravi Mohan
magesmail Send Email
Feb 27, 2006
9:57 am
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...
635 Robert Futrelle
bobfutrelle Send Email
Feb 27, 2006
10:46 am
junit is something you get elsewhere, not from AIMA. If you use Eclipse, junit is probably already in your Eclipse plugins folder. If there is no junit.jar...
636 fasisi2003 Send Email Feb 28, 2006
12:06 pm
Dear Group, (I learn AI by my self. I don't go to university so I don't need to cheat a home work.) Can any one give me axample of knowledge base (in code not...
637 Ravi Mohan
magesmail Send Email
Feb 28, 2006
12:13 pm
Hi The java, python, and lisp implementations of the AIMA code have code for Knowledge Bases. Regards, ravi...
638 victor.lopez@...
vlopez2010 Send Email
Feb 28, 2006
3:28 pm
Hi Greetings from Panama, Central America. In addition to the AIMA Book, where else could I find the state of afairs regarding the advances in AI research? I...
639 Robert Futrelle
bobfutrelle Send Email
Feb 28, 2006
3:55 pm
Try the many resources on the AIMA site. And try http://www.aaai.org/AITopics/html/welcome.html - Bob...
640 victor.lopez@...
vlopez2010 Send Email
Mar 1, 2006
5:08 pm
Thanks Bob. ...     Date: Tue, 28 Feb 2006 10:42:50 -0500     From: Robert Futrelle <futrelle@...> Reply-To: aima-talk@yahoogroups.com Subject:...
641 Ghada K. Khedr
ghkm1984 Send Email
Mar 2, 2006
7:28 am
hi all , I'm required to make a presentation about applications learning techniques mentioned in ch.19 is there a way to find it easy ? thanks for u all ... ...
642 lwang81096 Send Email Mar 2, 2006
7:29 am
Thanks for your comment. ... »¡¡G ... among Machine ... System. I would say ML and ES are subsets of classic A.I. -- Ivan F. Villanueva B. ...
643 Ivan F. Villanueva B.
artificialidea Send Email
Mar 2, 2006
3:24 pm
Hola Victor, ... The field is changing extremely fast. Nowadays there are two main directions: classic AI (most of AIMA book), dealing with symbolic...
644 chinatigershanghai
chinatigersh... Send Email
Mar 10, 2006
3:30 am
For a admissable but not monotone heuristic function, A* and A* with properly designed cycling checker,both provide opTimal solution,Is it right or wrong ? we...
645 [3!|_/\|_
bilal_hayat_... Send Email
Mar 11, 2006
5:30 am
A* gives optimal result unless the heuristic function does not overestimates. see AI by kevin knight for a discription of this.... chinatigershanghai...
646 john nassan
dr_mysteriou... Send Email
Mar 16, 2006
6:38 pm
hi everybody ,i am john a new member of your group i need help in 2 problems in the AI book the problems are 16.11 and 17.10 so plz if anyone could help me to...
647 john nassan
dr_mysteriou... Send Email
Mar 16, 2006
6:39 pm
hi every body, i need some help in chapter 16 and 17 .....some problems after these chapter are difficult...problem 16.11 and problem 17.10 ...i cant solve...
648 Ivan F. Villanueva B.
artificialidea Send Email
Mar 17, 2006
4:47 pm
Hi John, ... <irony> If it is an assignment for a class, you could send us the mail address of your tutor and we would send the solutions directly, so you...
649 chinatigershanghai
chinatigersh... Send Email
Mar 19, 2006
3:07 am
... overestimates. ... in business Artificial intelligence Artificial intelligence introduction ... Service. ... Consider: [s] 4/ \1 [b] --- [a] ...
650 Ivan F. Villanueva B.
artificialidea Send Email
Mar 21, 2006
12:06 pm
... Depends on the cycle check you use. But without it the A* algorithm will output the optimal solution. -- Ivan F. Villanueva B. artificialidea.com <<<...
651 dellnya Send Email Mar 23, 2006
5:27 am
Hello dear student. I'm an iranian student and I want to have the "AI: A Modern Approach" Book or ebook how I can get it? Best hopes to you......
652 Ivan F. Villanueva B.
artificialidea Send Email
Mar 23, 2006
8:32 pm
Hello, ... isn't it available in a local library to you ? If not there are other books about AI which are available on the internet. For instance: ...
653 ali amiri
a_amiriir Send Email
Mar 23, 2006
8:40 pm
Hi I have the AI book.Please send me your phon number our post address.I will contact with you.I am teaching in Zanjan University of Iran. Amiri ... ...
654 Ivan F. Villanueva B.
artificialidea Send Email
Mar 23, 2006
8:44 pm
Hello, as an exercise for my java skills, I continue programming the algorithms in Aima. For the Fixed-Lag-Smoothing (15.6) I have managed to write something...
655 Ivan F. Villanueva B.
artificialidea Send Email
Mar 23, 2006
8:49 pm
Hello, because the same action can have different outcomes in different situations, I would like to ask here why the formula in 16.1 doesn't rather look...
656 Ivan F. Villanueva B.
artificialidea Send Email
Mar 23, 2006
9:01 pm
Hello, because the Particle-Filtering algorithm in 15.15 should be applicable in Dynamic Bayes Networks (DBN), and not only in a DBN with one state variable, I...
657 pranjalawasthi@...
pranjalawasthi Send Email
Mar 30, 2006
3:13 am
can anyone explain the meaning of the following statement: "An important property of Markov Chains is that the marginal distribution of any subset of nodes...
658 waqas805 Send Email Mar 30, 2006
3:15 am
Hello i want some chapters from book of Artificial intelligence. i want from chapter 13 to 22 . if some body have soft copy then please send me on my e-mail...
659 Ivan F. Villanueva B.
artificialidea Send Email
Mar 30, 2006
1:16 pm
... http://en.wikipedia.org/wiki/Markov_property -- Ivan F. Villanueva B. artificialidea.com <<< European Community Patent will bring...
Messages 630 - 659 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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