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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 797 - 827 of 868   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
797
I try to find answer book for this lecture, can any one help me to find problems solution for AI- A modern approach ?...
my_mc_h
Offline Send Email
Nov 14, 2007
12:14 am
798
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...
Michael B. Enders
michael_b_en...
Offline Send Email
Dec 30, 2007
6:02 pm
799
I would strongly suggest that you look at Norvig's book, Artificial Intelligence Programming - Case Studies in Common Lisp. It is full of insights about these...
Bob Futrelle
bobfutrelle
Offline Send Email
Dec 30, 2007
10:18 pm
800
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...
Michael B. Enders
michael_b_en...
Offline Send Email
Dec 30, 2007
10:33 pm
802
Hi, ... You do need to download the aima-java v 0.92 archive from http://code.google.com/p/aima-java/downloads/list. The file you "does not exist" is in the...
Ravi Mohan
magesmail
Offline Send Email
Dec 30, 2007
10:59 pm
803
Although you seemed to have missed some of the points in my orginal message, you have answered my question - which is where the files I need to import are...
Michael B. Enders
michael_b_en...
Offline Send Email
Jan 1, 2008
2:24 pm
804
I will keep that in mind, but at this point my strategy for trying to figure out the pseudocode is to get some of the algorithms that are in pseudocode in the...
Michael B. Enders
michael_b_en...
Offline Send Email
Jan 1, 2008
2:30 pm
805
Michael, ... Every distribution ever made of AIMA java has had the requisite files to run every algorithm in that distribution. Nothing special about the 0.92...
Ravi Mohan
magesmail
Offline Send Email
Jan 1, 2008
2:30 pm
806
I still think that you would find Norvig's book is written in a style that shows you algorithms stripped to their essence, yet they are fully executable code. ...
Bob Futrelle
bobfutrelle
Offline Send Email
Jan 1, 2008
3:35 pm
807
... If you can read German, the Wikipedia article about it is excellent http://de.wikipedia.org/wiki/Alpha-Beta-Suche The English one is not so good but is ok:...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jan 3, 2008
4:36 pm
808
... http://www.artificialidea.com/index.php?page=algorithms Many thanks for the reference ! -- Ivan Villanueva FFII (open standards, no software patents) --...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jan 3, 2008
4:44 pm
809
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...
Dennis Pagano
ronnie0.sull...
Offline Send Email
Jan 7, 2008
8:02 pm
810
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> ...
symbolware
Offline Send Email
Jan 14, 2008
2:03 pm
811
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 ^...
arian
arian_toosmart
Offline Send Email
Jan 15, 2008
8:49 pm
812
Hi, When I was going through the 8 puzzle example in fig. 3.4 of AIMA 2nd edition, I found that from the given start state (7 2 4 5 0 6 8 3 1), it is NOT...
ramanathan pl
ram.dude
Offline Send Email
Jan 22, 2008
3:35 am
813
Quran's Invariance & Artificial Intelligence (Modern Unified Perspective) The challenge of finding the invariant synchronous words of the Quran ...
ramzi_kam
Offline Send Email
Feb 8, 2008
4:19 pm
814
Hello, Patch for http://www.cs.berkeley.edu/~russell/code/search/algorithms/simple.lisp so that iterative-deepening-search works. ... +++...
David Tolpin
dvd@...
Send Email
Mar 12, 2008
1:10 am
815
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...
daashmashty
Offline Send Email
May 2, 2008
4:10 pm
816
Well there is a better (and new) detail in the end of the chapter which states that a multilayer ff nn is not a perceptron, so within the book, it's all...
Nima Talebi
daashmashty
Offline Send Email
May 3, 2008
3:31 am
817
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...
meskabnada
Offline Send Email
May 20, 2008
1:27 pm
818
It might be easier to think of it as 8 values. For example, these might be the eight values: [.2, .2, .1, .1, .1, .1 .1, .1] Notice that these sum to 1.0...
Peter Norvig
norvig
Offline Send Email
May 20, 2008
10:26 pm
819
Hello, First I would like to say I read AIMA 2nd edition for fun and it was fantastic. I have been studying the hybrid Bayesian network for an application and...
yakfarmer78
Offline Send Email
May 22, 2008
3:08 am
820
Hello, in a Bayesian setting, how can I express known estimation errors? I am working on a problem where I want to model estimation volatility, but also biases...
benjohngate
Offline Send Email
May 24, 2008
5:58 pm
821
Hi all, I've been reading AIMA religiously, and making my notes on a wiki. In trying to get a clear understanding of MiniMax and Alpha-Beta pruning, I've...
daashmashty
Offline Send Email
Jun 4, 2008
12:49 pm
822
... You might consider using the Wikipedia, either to understand it, or to improve its pages. http://en.wikipedia.org/wiki/Minimax ...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jun 4, 2008
7:47 pm
823
Hi Iván, everybody, Thanks for your feedback. I'm aware of the wikipedia pages, this is more about putting the algorithms to practice, which is what I've...
Nima Talebi
daashmashty
Offline Send Email
Jun 5, 2008
5:03 am
824
Hi Everybody. I've created a tutorial as part of my own learning while reading AIMA, and would like to share it with anyone who would be interested. ...
daashmashty
Offline Send Email
Jun 19, 2008
4:54 am
825
Hi Again, Has anyone tried to solve this problem? I have failed to prove what the question is asking in the following PDF... ...
daashmashty
Offline Send Email
Jun 19, 2008
12:36 pm
826
In Performance Measures of Chapter 2, Mr. Norvig refutes the goal of counting the number of cleaning a square by claiming that the cleaner,in which case, can...
aydogan_ozgur
Offline Send Email
Jun 22, 2008
1:51 am
827
I think the mention of `dump', not being in the action list of the agent, as you correctly stated, in this environment at least serves no purpose. I think...
Nima Talebi
daashmashty
Offline Send Email
Jun 22, 2008
4:05 am
Messages 797 - 827 of 868   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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