In Sec. 13.7, "The Wumpus World revisted", the approach starts with the distribution of all Pij variables, but only three of the Bij variables, B11, B12, and...
725
Ivan F. Villanueva B.
artificialidea
Dec 5, 2006 2:26 pm
Hello, I would like to introduce an alternative java code for most of the algorithms in the book. The code is extensively documented, licensed under the GPL...
726
Robert Futrelle
bobfutrelle
Dec 5, 2006 7:10 pm
A quick glance suggests that Ivلn's software could be very useful to all of us. I look forward to examining it in more detail and to the reactions that others...
727
l.gidwani
Dec 12, 2006 1:17 pm
I have a very fundamental question. Figure 2.3 has the following percept sequence: [A, Clean] [A, Clean] [A, Clean] I feel that this percept sequence is not...
728
Ahmed Mostafa
eng_ahmedm2003
Jan 4, 2007 1:04 pm
السلام عليكم ورحمة الله وبركاته Does "mixed cells" mean cells that are in the free space but not reachable? or cells that have parts...
729
v_r_boy
Jan 8, 2007 4:05 am
my final project of AI course is about AI in chess,i searched and found many resources but isn't so good :( anyone can help me ?...
730
special case
eng_barakat2007
Jan 8, 2007 7:20 am
its general can u specific some points ?? ... -- Eng. Osama Lotf Barakat Technical Administrator; www.ebnalyaman.com; 4th year ; computer engineering; Cairo...
731
Ahmed Mostafa
eng_ahmedm2003
Jan 8, 2007 3:04 pm
Hello, See these: 1. AI Chess Project<http://www.cs.cornell.edu/boom/2004sp/ProjectArch/Chess/chessmain.html> . 2. Chess Artificial ...
732
hadi farnoud
v_r_boy
Jan 8, 2007 7:17 pm
thanks ahmed,usefull links :) my project is research about AI chess algorithms. ... -- hadi farnoud. http://www.hadifarnoud.com...
733
Ivan F. Villanueva B.
artificialidea
Jan 9, 2007 2:06 pm
... Let us see the results. Ich you like an open source simplest chess engine for a funny chess variant, you can use my applet and download the sources at: ...
734
v_r_boy
Jan 16, 2007 5:23 am
i found this:http://www.cs.biu.ac.il/~davoudo/ 2 good research. ... engine for a...
735
dellnya
Feb 15, 2007 10:38 am
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...
736
evyn
Feb 15, 2007 3:08 pm
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...
737
Ravi Mohan
magesmail
Feb 15, 2007 3:11 pm
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...
738
dellnya
Feb 16, 2007 10:41 am
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...
739
[3!|_/\|_
bilal_hayat_...
Feb 17, 2007 4:14 pm
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 -...
740
viswanathan parimal raj
wisdomexpress
Feb 19, 2007 12:31 pm
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...
741
Ahmed Mostafa
eng_ahmedm2003
Feb 24, 2007 11:19 am
السلام عليكم ورحمة الله وبركاته In chapter 13: Uncertainty, page 469, I couldn't understand how did the author calculate ... nor the...
742
ANithian
Mar 6, 2007 3:44 am
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...
743
ANithian
Mar 6, 2007 3:45 am
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...
744
Sorathia Vikram
vsorathia
Mar 16, 2007 8:08 am
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...
745
Franz Calvo
franzcalvo
Mar 16, 2007 3:20 pm
Hello Sorathia, I'm not an AIMA author but found your message interesting and I'd like to contribute: Definition of "versus"...
746
Anupam Jain
anupam13
Mar 17, 2007 8:29 am
Someone will correct me if incorrect but isnt semantic web completely disconnected (unrelated) with AI? Semantic Web is all about adding meaning to...
747
Anupam Jain
anupam13
Mar 18, 2007 4:07 am
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...
748
marzieh_minooyee
marzieh_mino...
Apr 14, 2007 3:50 pm
i want know about loebner and how was win loebner prizr in this year?...
749
orondojones
Apr 15, 2007 2:23 am
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...
750
Bilal Hayat Butt
bilal_hayat_...
Apr 15, 2007 2:49 am
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...
751
Ivan F. Villanueva B.
artificialidea
Apr 16, 2007 10:56 am
... <advertisement> you could use my class DecisionTree to generate the data. See: ...
752
femialla
Apr 16, 2007 12:52 pm
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...
753
davidkwuman
Apr 17, 2007 3:54 pm
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...