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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, we want to create an expert system for disease diagnisis, and we must use Prolog; is there any one to give us the point where we should start! and how...
2 Feb 26, 2004
1:15 am

E etech058
etech058@...
Send Email

Hi all, Having a graph, is there only one way how to build a tree using depth first search algorithm? If there is not, because of cycles, is there a way how...
1 Feb 19, 2004
6:25 am

Joseph
demanuele_jo...
Send Email

I'm taking a graduate course in AI at NYU and am delighted to find the java demos online. Much thanks to Ravi. I've downloaded them and have walked through...
2 Feb 5, 2004
7:12 am

magesmail
Send Email

Hi, I am trying to run the C++ version of the aima codes. However, I got some errors when I compiled the lib/ files.. simple here is what I did and what error...
1 Jan 28, 2004
7:05 am

dark mage
darkesh3
Send Email

AIMA 2nd edition page 744 claims "In fact, with a single, sufficiently large hidden layer, it is possible to represent any continuous function of the inputs...
3 Jan 19, 2004
5:58 am

David Faden
gilbertnews
Send Email

I have a couple questions about Figure 4.8, which shows the search cost of the A* algorithm for the Eight-Puzzle problem. First, what is search cost? In the...
1 Jan 18, 2004
1:58 am

Kristin Mara BRANSON
kdawgs5
Send Email

Hello everyone, I have downloaded AIMA version 2 sample chapter 5 and am doing its exercises. In exercise 5.7, it requires to compare the algorithms of MRV, ...
2 Jan 7, 2004
9:52 am

Brandon Corfman
bcorfman
Send Email

Hello, Friend has recommended a new IT related website. I have browsed it and found it contains many useful url links. Of course, it contains AI related web...
1 Jan 7, 2004
9:52 am

chenyu468
Send Email

Hello, I have tried to do exercise of chapter 8 and found it is more difficult than previous chapters. I have listed my answer and my consideration about one...
4 Jan 7, 2004
4:02 am

karthik gopal
gkarthikeyan24
Send Email

The following aima-talk poll is now closed. Here are the final results: POLL QUESTION: Do you learn AI by yourself for self- interest, No classmate, No...
1 Jan 2, 2004
10:39 pm

aima-talk@yahoogroups...
Send Email

Hi, As per the subject, how do I prove that adding a link to a bayes net will not decrease the data likelihood? Thanks! Yee Seng...
1 Dec 31, 2003
3:56 am

chanyees
Send Email

Hi everybody; I'm asking if there is any one who can help be in solving Exercise 3.4 page 89 in our text book. please if there is anybody who have the...
3 Dec 31, 2003
3:56 am

Fathi Salaymeh
fathi_kazem
Send Email

Hi, I am attempting to implement the POP planner as is described in AIMA's 1st version (Chap. 11.). I am having doubts regarding the call "choose-operator"...
7 Dec 23, 2003
12:50 am

yougooh2000
Send Email

Hi I am reading Russell and Norvig's AIMA and I have the following query. I am reading section 4.1 regarding A* algorithm, I was wondering if the triangular...
4 Dec 19, 2003
9:42 am

E etech058
etech058@...
Send Email

Enter your vote today! A new poll has been created for the aima-talk group: Do you learn AI by yourself for self- interest, No classmate, No Professor? o Yes,...
1 Dec 19, 2003
8:55 am

aima-talk@yahoogroups...
Send Email

Hello Every body i am student in faculty of computer and informatics cairo university , can any one help to make the puzzle program by clips if any one can...
1 Dec 16, 2003
4:29 am

amr
amr_ashraf_xp
Send Email

The algorithm for the simulated annealing algorithm sets the probablilty to e ^ ( delta(E) / T) it should be e ^ ( - delta(E) / T ) -- Imanpreet Singh Arora ...
1 Dec 16, 2003
3:51 am

Imanpreet Singh Arora
imanpreet_arora
Send Email

Deeply sorry....
8 Dec 11, 2003
10:24 am

Brandon Corfman
bcorfman
Send Email

hello, 1. I am doing exercise 8.3. It is as follows: Encode the description of the 4-bit adder in figure 8.10 and pose the queries to verify that it is in fact...
1 Dec 10, 2003
8:23 am

chenyu468
Send Email

Hello, I am studying "/search/domains/tsp.lisp" source code, which is about "Travelling salesperson Problem". In the source code, there is a requirement to the...
5 Dec 10, 2003
7:06 am

chenyu468
Send Email

Hello, I found "/search/domains/vacuum.lisp" source code is a little old. Because in the above "domains" directory, other files are written with a style of...
5 Dec 10, 2003
2:44 am

omar 1
merag2010
Send Email

Hello, I am reading "search/domains/tsp.lisp" and "route-finding.lisp&quot; files. The author explains that "h-heuristic&quot; function is a relaxed version of a minimum...
1 Dec 8, 2003
7:31 am

chenyu468
Send Email

Dear All I have a Question about ABSOLVER . In page 103 it is witten that "Recently a program called ABSOLVER was written that can generate heuristics...
4 Dec 7, 2003
12:36 am

Paulo Coelho Ventura ...
paulocoelhov...
Send Email

Hello everyone: Now i'm doing the exercise 3.14 on the 1st edition. My professor named it with Google's search? Does google use bidirectional search? I have...
2 Dec 5, 2003
7:43 pm

Brandon Corfman
bcorfman
Send Email

Has anyone tried to work the example on pages 713/714 (second edition)? I cannot got equation 20.1 to match the graph on page 714 (figure 20.1(a)). For...
1 Dec 3, 2003
5:22 pm

pcomitz
Send Email

for some reason, i really feel that some problmes in the textbook are really ambiguous, or hard to understand what it asks for. Or just because I am too...
7 Dec 2, 2003
3:25 am

chenyu468
Send Email

Hi everyone, I have read "vacuum.lisp", "utility.lisp" source code. The function "rotate" in the "utility.lisp" make me puzzle. The purpose of "rotate"...
2 Dec 1, 2003
5:48 pm

Peter Norvig
norvig
Send Email

Hi, Can someone tell me why A* is called A*??? Thanks. Ernesto Costa...
1 Nov 30, 2003
6:12 pm

Ernesto Costa
ernestoportu
Send Email

Hello: Could you tell me what is the difference and similarity between a Neural Network and a Method Numeric like Euler's Algorithm? I think both have a...
1 Nov 22, 2003
12:16 am

Alberto Vera
artificialin...
Send Email

I have noticed that some of the Lisp links in the "Supported Implementations&quot; table at AIMA's site: Online Code Repository ...
1 Nov 19, 2003
5:27 pm

Paolo Amoroso
amoroso@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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