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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Hi, In the book p.482 it is mentioned that the full joint distribution table has seven independent members (2*2*2 - 1 because the number must sum to 1). I...
2 May 20, 2008
10:26 pm

Peter Norvig
norvig
Send Email

Are multilayer feed-forward neural networks __not__ classed as perceptrons, while single layer ones are? On sites unrelated to AIMA (such as wikipedia), I see...
2 May 3, 2008
3:31 am

Nima Talebi
daashmashty
Send Email

Hello, Patch for http://www.cs.berkeley.edu/~russell/code/search/algorithms/simple.lisp so that iterative-deepening-search works. ... +++...
1 Mar 12, 2008
1:10 am

David Tolpin
dvd@...
Send Email

Quran's Invariance & Artificial Intelligence (Modern Unified Perspective) The challenge of finding the invariant synchronous words of the Quran ...
1 Feb 8, 2008
4:19 pm

ramzi_kam
Send Email

Hi, I've read section 13.3 of the book on de Finetti's theorem and cannot figure out how to solve exercise 13.3. Why would you have a "range of values" for A ^...
1 Jan 15, 2008
8:49 pm

arian
arian_toosmart
Send Email

Version 0.1 just released. It's very simple at this time, but it will grow up. Please visit http://www.symbolware.com/aima <http://www.symbolware.com/aima> ...
1 Jan 14, 2008
2:03 pm

symbolware
Send Email

Dear all, I think I've found an error in the first edition, first printing that is not mentioned yet: In chapter 19, section 4 ("Multilayer Feed-Forward...
1 Jan 7, 2008
8:02 pm

Dennis Pagano
ronnie0.sull...
Send Email

I tried to run Java code downloaded for ALPHA-BETA-SEARCH algorithm (figure 6.7) and got message "cannot find class aima.util.Util";. I would set the CLASSPATH...
5 Jan 3, 2008
4:44 pm

Ivan F. Villanueva B.
artificialidea
Send Email

I am finding the pseudocode in the text almost no help at all and would appreciate it if someone could help me with it. For example, I think I understand how...
5 Jan 3, 2008
4:36 pm

Ivan F. Villanueva B.
artificialidea
Send Email

I try to find answer book for this lecture, can any one help me to find problems solution for AI- A modern approach ?...
1 Nov 14, 2007
12:14 am

my_mc_h
Send Email

Hello, I am new to this list. I fixed the java ant build script, and would like to check it into the project hosted on google code. Can someone add me as a...
2 Oct 26, 2007
2:16 am

Ravi Mohan
magesmail
Send Email

Hi everyone, the book explains pattern databases on page 107 (2nd ed.). It says that it is currently unknown how how the pattern database approach can be...
2 Oct 24, 2007
6:58 pm

davidkwuman
Send Email

This is with regards to AIMA 2nd Ed, page 36. The description says that if a performance penalty of one point is assessed, the agent will fare poorly. I'm at a...
5 Oct 12, 2007
10:28 am

Chuck Wolber
chuckwolber
Send Email

-- Buitms Mail (http://mail.buitms.edu.pk) i have computer with intel architecture and running XP. which LISP version can be run on my system. plz provide me...
1 Oct 3, 2007
9:30 am

samad
a_s_khan_b
Send Email

Hi, I'm trying to use the FOL KB in fol.lisp, and the only doc I found is http://aima.cs.berkeley.edu/lisp/doc/overview-LOGIC.html I want to be able to tell...
1 Oct 3, 2007
9:29 am

dongnod
Send Email

hi all I think there is a critical point in chapter 3,section 4,page 75 of seconde edition of AIMA,about worth case time of uniform-cost search. authors...
1 Oct 3, 2007
9:29 am

Ehsan
anything_eag...
Send Email

Will there be a next edition of the AIMA text book?...
4 Oct 2, 2007
5:16 pm

Ivan F. Villanueva B.
artificialidea
Send Email

Hey anybody know where to find the errata list for 2nd edition 2006 reprint (LPE, Pearson Education)ISBN : 81-7758-367-0 Regards Abhishek Vaid...
2 Sep 27, 2007
3:40 am

sharkdba
Send Email

Hi, I have some questions regarding chapter 13.7 "The Wumpus World Revisited" and the derivation of the distribution of P1,3 given known and breeze evidence in...
3 Sep 23, 2007
6:59 pm

Bob Futrelle CCIS
bobfutrelle
Send Email

Are there any misleading heuristics apart from the non-admissible ones that would make A* perform inefficiently? I found one example in this CI space Search...
1 Sep 17, 2007
9:09 pm

trucvietle
Send Email

i want to follow this book in my teaching of AI course. when i was taught this course at that time i worked on Prolog , but now i want to work on LISP , i have...
4 Sep 13, 2007
2:51 pm

Jorge Humberto Moreno
moreno_scott
Send Email

Can you elaborate more on what the problem expects us to do in the vice versa case? thanks kanishka...
1 Sep 13, 2007
5:52 am

nish2575
Send Email

The AIMA tells us that the number of nodes within the goal contour search space is exponential in the length of solution; and in "Bibliographical and...
1 Aug 31, 2007
3:12 am

Vilc Queupe Rufino
queupe
Send Email

I made an deduction for the equation but don't know if it's correct. I put on the link of my deduction and hope someone can help me with it. link here...
1 Aug 27, 2007
12:02 pm

fstyle_34
Send Email

I'm late to the game, some would say. But I've been interested in the concepts of AI since a kid. Only recently have I started doing something about it. I'm...
2 Jul 16, 2007
9:15 am

Matthew Long
robothor
Send Email

Hello! I tried out with calculation of the Normalization constant(alpha&#39;) on page 485, for the Wumpus example, but i failed. Could you help me in that? Thanks...
1 Jul 10, 2007
8:40 pm

sger_man1005
Send Email

I'd like to begin my comments on "Artificial Intelligence: A Modern Approach, 2nd Edition" by saying that this is a truly, truly excellent book, which I...
5 Jun 28, 2007
4:58 pm

Ivan F. Villanueva B.
artificialidea
Send Email

hi, I want to find all solutions in state space for a problem with dfs algorithm I write this I think it is true but not efficient. Can anyone say something...
1 Jun 25, 2007
6:39 pm

amir reza niakan
amirreza_nl
Send Email

Let it first be said that I applaud Russell and Norvig for including section 26.3 in the book, regardless of my comments thereupon. * p. 963: "The...
1 May 26, 2007
10:54 pm

Eliezer S. Yudkowsky
eliezer_2001
Send Email

I've read in the 2nd edition, that a node is conditionally independent of its non-descendants given its parents or given its Markov blanket. The 2nd edition...
2 May 4, 2007
3:52 pm

Ivan F. Villanueva B.
artificialidea
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