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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 242 - 271 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
257
I have noticed that some of the Lisp links in the "Supported Implementations" table at AIMA's site: Online Code Repository ...
Paolo Amoroso
amoroso@...
Send Email
Nov 19, 2003
5:27 pm
258
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...
Alberto Vera
artificialin...
Offline Send Email
Nov 22, 2003
12:16 am
259
... 3.4 page 89 in our text book. ... me. ... I have the version 1 of AIMA book, not version 2. In my book, exercise 3.4 is about missionaries and cannibals...
chenyu468
Offline Send Email
Nov 25, 2003
4:41 pm
260
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...
gobigredhuskers2000
gobigredhusk...
Offline Send Email
Nov 26, 2003
3:56 am
261
Could any one please explian to me the wupus example in chapter 6. -bhanu ... Do you Yahoo!? Free Pop-Up Blocker - Get it now...
Maithreebhanu
bhanu128
Offline Send Email
Nov 26, 2003
5:57 pm
262
... In chapter 6, the wupus example is a little difficult understand for the read of first time. It just gives the abstruct structure for how to describe and...
chenyu468
Offline Send Email
Nov 29, 2003
6:11 am
263
thank you chenyu, I shall certainly follow your advice. But i have another question. In figure 2.14 (pg 48 ed1) the books gives psuedo code for the...
Maithreebhanu Wimalas...
bhanu128
Offline Send Email
Nov 29, 2003
3:43 pm
264
This line of pseudocode says to take the agent's program and apply it to the agent's percept, in order to get the agent's action. If there were only one...
Peter Norvig
norvig
Offline Send Email
Nov 29, 2003
4:29 pm
265
Hi, Can someone tell me why A* is called A*??? Thanks. Ernesto Costa...
Ernesto Costa
ernestoportu
Offline Send Email
Nov 30, 2003
6:12 pm
266
Thank you for helping me out. I find BNF and Psedo code used in this book to diificult to grasp at first. Are there any documents on them for us to learn...
Maithreebhanu Wimalas...
bhanu128
Offline Send Email
Dec 1, 2003
12:17 pm
267
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"...
chenyu468
Offline Send Email
Dec 1, 2003
5:40 pm
268
The theory is vector arithmetic. If you work out the combinations, it turns out the same as what you would be doing in your enumeration of cases. -Peter...
Peter Norvig
norvig
Offline Send Email
Dec 1, 2003
5:48 pm
269
... this ... them ... The book's writing style may be like this: a simple problem ( provide simple solution -> a complex problem (provided modified solution or...
chenyu468
Offline Send Email
Dec 2, 2003
3:25 am
270
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...
pcomitz
Offline Send Email
Dec 3, 2003
5:22 pm
271
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...
chenyu468
Offline Send Email
Dec 3, 2003
5:50 pm
Messages 242 - 271 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