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

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 227 - 256 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
227
I think Exercise 6.8 is unclear in describing what it is asking the student to do. I think my problem is that I'm having trouble visualizing the game tree....
icewind0
Offline Send Email
Oct 4, 2003
7:46 pm
228
... From: "icewind0" <icewind0@...> Sent: October 03, 2003 2:31 PM ... No. It only defines a particular path within the tree. ... An outcome of N rolls...
Serguei Mokhov
stgunya
Offline Send Email
Oct 4, 2003
8:06 pm
229
... A die-roll sequence is 8 rolls (say). There are 50 different sequences. Each one determines a game tree. In each of those trees, there are only moves for...
Peter Norvig
norvig
Offline Send Email
Oct 4, 2003
8:20 pm
230
Hi all, What happens when two Deep Blue Chess Program[Deep Blue A vs. Deep Blue B] compete with each other?.Is this game leads to draw? what are the factors...
Gobinath
gobinath_kvp
Offline Send Email
Oct 5, 2003
10:41 pm
231
I would like to what is the Difference of Greedy Best 1st Search and A* Search? In my knowledge, Greedy is using f(n) = h(n), where h(n) is the heuristic...
soft903
Offline Send Email
Oct 6, 2003
6:35 am
232
I think it will end in a draw. But if it ended in a win it would be more facinating. bhanu Gobinath <gobinath_kvp@...> wrote: Hi all, What happens when...
Maithreebhanu
bhanu128
Offline Send Email
Oct 8, 2003
10:20 am
233
hi all : i just download the java code from the respository, and then i try out the CSP search program, but i find out that the things weird, the ac-3...
Alex0215
h5641kimo
Offline Send Email
Oct 18, 2003
3:33 am
234
hi. I'm a student at the University of Texas Arlington and I'm trying to implement first order logic without quantifiers in C/C++ .... any tips.. pls email to...
denzrule
Offline Send Email
Oct 18, 2003
3:34 am
235
Hi there everyone I am new to AI, just starting a new couse. what is the definition of admissible?? is admissible an algorithem? is the definition of it "never...
hkstudentinuk
Offline Send Email
Oct 18, 2003
4:49 pm
236
Hi there, "admissible" heuristic can be any function.But provided that it cannot overestimate the cost to reach the goal!for example in the 8 puzzle problem in...
fakarim_nsu
Offline Send Email
Oct 19, 2003
3:08 pm
237
If I'm understanding your message correctly, you mean that the method AC-3 "does nothing" for the CSP instance you are working on? Certainly it has a purpose...
Brandon Corfman
bcorfman
Offline Send Email
Oct 20, 2003
4:22 pm
238
On page 418 in the second edition of the book it is said "each of the actions in the assembly of C1 have a 10-minute window in which they can be started" This...
Raicho Tchalkov
chalkov
Online Now Send Email
Oct 21, 2003
12:40 am
239
Admissible Heuristic: #Def : A heuristic function (h(n)) with restriction that never overestimates the path cost ('n'-->'G'). where 'n'= any node/state along...
gSm Shourov
gsmshourov
Offline Send Email
Oct 21, 2003
12:40 am
240
anyone has idea what's the point for the line (whose minimax value is already known) included in the question b. If the minimax value is already known, why we...
gobigredhuskers2000
gobigredhusk...
Offline Send Email
Oct 24, 2003
5:35 am
241
A question about the Chapter Seven exercises has been posted at http://www.ai-forum.org/topic.asp?forum_id=1&topic_id=10450 ... that could help....
A.T. Murray
mentifex
Offline Send Email
Oct 30, 2003
1:23 am
242
Does anyone know how to compute for the posterior probability of H given this bayesian net? what if I added more variables pointing to H? A--> <--B H C--> ...
Jeffrey Sta. Ana
jeffrey_sta_ana
Offline Send Email
Nov 1, 2003
6:27 pm
243
hi everyone, 1. According to the guide, it is necessary to build a binary-tree for representing the "state". The tree's leaves are "1" or "n" and internal...
chenyu468
Offline Send Email
Nov 12, 2003
4:27 am
244
Hi comrades Can any one have solution of Exercise(9.1 and 9.4). RaJ...
Rajib
rajib_2002bd
Offline Send Email
Nov 15, 2003
4:32 am
245
I'm not sure what you mean by "dead end". If a node can be broken down, into a new center node and two leaves, then at some point, the whole process will stop...
Brandon Corfman
bcorfman
Offline Send Email
Nov 15, 2003
4:33 am
246
Question 8.2 asks "Consider a knowledge base containing just two sentences: P(a) and P (b). Does this knowledge base entail For All x P(x)? Explain in terms of...
SingleAgent
Offline Send Email
Nov 15, 2003
4:36 am
247
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...
shahin_joon_2002
shahin_joon_...
Offline Send Email
Nov 15, 2003
4:37 am
248
Gashtam Nabood Nagard Nist ;) Hajix ... was...
hhajizadeh1008
Offline Send Email
Nov 16, 2003
6:25 pm
249
Hi everyone, I want to discuss the relationship between (DB or dataming) and AI. In my everyone work, I write the enterprise's application using database. DB...
chenyu468
Offline Send Email
Nov 16, 2003
6:26 pm
250
... Is it possible to write the exercise details here? Because I just have the version 1 of AIMA. Therefore I have exercise 9.1 and 9.4 of version2 of AIMA. ...
chenyu468
Offline Send Email
Nov 16, 2003
6:26 pm
251
... What I means: "dead end" means "It is impossible to further expand the node, that's no possible action" If a node can be broken ... further ... According...
chenyu468
Offline Send Email
Nov 16, 2003
6:26 pm
252 Peter Norvig
norvig
Offline Send Email
Nov 16, 2003
8:58 pm
253
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...
George LeCompte
george3770549
Offline Send Email
Nov 17, 2003
5:18 pm
254
Hello, I'm a high school student from Australia. I just got AIAMA from a uni library, and must say that so far it has been an excellent read. However, I would...
sam_tardif
Offline Send Email
Nov 17, 2003
5:57 pm
255
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...
Fathi Salaymeh
fathi_kazem
Offline Send Email
Nov 18, 2003
5:56 am
256
Hi, You could visit the website "http://aima.cs.berkeley.edu/" or "http://norvig.com" for get the "Python" source code. I have study 1/3 python code and think...
chenyu468
Offline Send Email
Nov 19, 2003
5:25 am
Messages 227 - 256 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