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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 735 - 764 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
735
I have problem with implementation of uninformed search algorithms in java that was in the aima.zip package. Can anyone send for me a program that use this...
dellnya
Offline Send Email
Feb 15, 2007
10:38 am
736
Hi, On page 74 of The Book there is a formula O(b^d+1). The example states that b=10 and d=2, which in my mind results in 10^3 = 1000, but the example gives...
evyn
Offline Send Email
Feb 15, 2007
3:08 pm
737
Hi, The demo package in the distribution has examples of most if not all the searches. The unit tests have more examples. It is difficult to respond...
Ravi Mohan
magesmail
Offline Send Email
Feb 15, 2007
3:11 pm
738
Dear friends [request for answers to specific problems deleted - moderator] And I've started study aima. Please tell me how I should study(should I solve all...
dellnya
Offline Send Email
Feb 16, 2007
10:41 am
739
Hi Evyn ! On page 74 3rd line .... the formula is: b+b^2+b^3+....b^d+{b^(d+1) - b} = O(b^(d+1)) so if you put b=10 and d=2 you will get, => 10 + 10^2 + (10^3 -...
[3!|_/\|_
bilal_hayat_...
Offline Send Email
Feb 17, 2007
4:14 pm
740
dear friends, i am parimal recently joined to this group.i would like to have more query and i am currently doing engg and this could help us to study about...
viswanathan parimal raj
wisdomexpress
Offline Send Email
Feb 19, 2007
12:31 pm
741
السلام عليكم ورحمة الله وبركاته In chapter 13: Uncertainty, page 469, I couldn't understand how did the author calculate ... nor the...
Ahmed Mostafa
eng_ahmedm2003
Offline Send Email
Feb 24, 2007
11:19 am
742
Uniform distribution simply means that any point is equally likely along the interval 18-26 deg C. So ANY point (say 20.5) is 12.5% likely to happen. All the...
ANithian
Offline Send Email
Mar 6, 2007
3:44 am
743
Would this imply an infinitely large table of percept sequences? This seems odd b/c the point of table driven is that it's finite for small domains. ... will...
ANithian
Offline Send Email
Mar 6, 2007
3:45 am
744
Considering the recent interest in "Semantic Web", as a part of the SOA course, the students are discussing the "Semantic Web Vs Artificial Intelligence". In...
Sorathia Vikram
vsorathia
Offline Send Email
Mar 16, 2007
8:08 am
745
Hello Sorathia, I'm not an AIMA author but found your message interesting and I'd like to contribute: Definition of "versus"...
Franz Calvo
franzcalvo
Offline Send Email
Mar 16, 2007
3:20 pm
746
Someone will correct me if incorrect but isnt semantic web completely disconnected (unrelated) with AI? Semantic Web is all about adding meaning to...
Anupam Jain
anupam13
Offline Send Email
Mar 17, 2007
8:29 am
747
I would agree with the following : (Src : http://en.wikipedia.org/wiki/Semantic_Web) Weak AI A Semantic Web is a type of weak AI. The concept of...
Anupam Jain
anupam13
Offline Send Email
Mar 18, 2007
4:07 am
748
i want know about loebner and how was win loebner prizr in this year?...
marzieh_minooyee
marzieh_mino...
Online Now Send Email
Apr 14, 2007
3:50 pm
749
Does anyone know where I can find the data that was used to generate the training curve in Figure 20.26(a). I did find the restaurant.csv file but it contains...
orondojones
Offline Send Email
Apr 15, 2007
2:23 am
750
http://www.cs.virginia.edu/~robins/YouAndYourResearch.html (extremely long post replaced by a link to the article on the net - potsers, please keep in mind...
Bilal Hayat Butt
bilal_hayat_...
Offline Send Email
Apr 15, 2007
2:49 am
751
... <advertisement> you could use my class DecisionTree to generate the data. See: ...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Apr 16, 2007
10:56 am
752
The BBC has a technology program, Digital Planet which I listen to regularly. The program covered the event in the September 18th, 2006 edition. I can give you...
femialla
Offline Send Email
Apr 16, 2007
12:52 pm
753
In section 3.2 (p.67) the author suggested that the enhanced version of the formulation reduced the state space from 3*10^14 to just 2057. How is the number...
davidkwuman
Offline Send Email
Apr 17, 2007
3:54 pm
754
As I recall, from writing a program and counting the states. -Peter...
Peter Norvig
norvig
Offline Send Email
Apr 19, 2007
6:46 pm
755
I was curious about the figure of 2057 of the no. of states in the complete state formulation (p.67). Now seeing the answer from one of the authors, I ran my...
Ramprasad Joshi
raambhaaoo
Offline Send Email
Apr 20, 2007
3:18 pm
756
Can someone explain how numeric values were derived for P(fringe)? I see in the book where it states, "Notice that the expression P(b|known,P[1,3],fringe) is 1...
orondojones
Offline Send Email
May 2, 2007
2:27 am
757
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...
orondojones
Offline Send Email
May 4, 2007
3:23 am
758
... The so called Berkson's paradox states: if 0 < P(A) < 1 and 0 < P(B) < 1, and P(A|B) = P(A), i.e. they are independent, then P(A|B,C) < P(A|C) where C =...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
May 4, 2007
3:52 pm
759
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...
Eliezer S. Yudkowsky
eliezer_2001
Offline Send Email
May 26, 2007
10:54 pm
760
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...
Eliezer S. Yudkowsky
eliezer_2001
Offline Send Email
May 26, 2007
10:56 pm
761
... But the content of the book is not free. It would be great if the authors will release at least some parts (e.g. the Summaries and the Bibliographical and...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
May 27, 2007
11:26 am
762
Hey Ivan and Eliezer, BTW, I think you folks may also want to voice these opinion on the other Yahoo Group. <aima-instructors@yahoogroups.com> -- Take care, ...
Muaz Niazi
muaz_niazi
Offline Send Email
May 27, 2007
5:22 pm
763
That's an interesting idea. Of course the publishers, not the authors, are thee ones with the right to do that. But the authors can encourage the publishers...
Peter Norvig
norvig
Offline Send Email
May 27, 2007
5:33 pm
764
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...
amir reza niakan
amirreza_nl
Online Now Send Email
Jun 25, 2007
6:39 pm
Messages 735 - 764 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