This search expand the least cost node so the costs of nodes will increase step by step and this means uniform This search expand the least cost node so the...
879
Paul
paulreiners
Sep 10, 2010 3:19 pm
I have a set (or pool) of n real numbers. I also have a set of m functions, f_1, f_2, ..., f_m. Each of these functions takes a list of numbers as its...
880
Paul
paulreiners
Sep 14, 2010 6:44 pm
Section 4.1.2 says The probability [also] decreases as the "temperature" T goes down: "bad" moves are more likely to be allowed at the start when T is high,...
881
Paul
paulreiners
Sep 14, 2010 6:44 pm
I take back my earlier question. I just realized that dE is negative....
883
stuart_hirshfield
stuart_hirsh...
Dec 6, 2010 10:54 am
Are these available yet? Please advise....
884
en9apr
Dec 30, 2010 9:27 am
Hi, I am using eclipse with the JAVA code downloaded from: http://code.google.com/p/aima-java/downloads/list I created a new project in eclipse, loaded the...
885
naraic_oreilly
Dec 30, 2010 6:19 pm
Hi Andrew, It appears your JAVA_HOME is pointing to a Java Runtime Environment (JRE) and not a Java Development Kit (JDK), which is required to compile Java...
Hi Andrew, To resolve the problem you are seeing I would ensure that your Windows PATH environment variable contains the directory where your JDK's bin is,...
888
Bob Futrelle
bobfutrelle
Jan 1, 2011 2:08 am
Ciaran's comment about setting up a Wiki is an important one. Information such as he sent in his note below should be as available to as many as possible,...
889
en9apr@...
en9apr
Jan 1, 2011 4:40 pm
Hi Ciaran & Bob, Thanks for your help. I can now run the applications. Happy New Year! Andrew...
890
naraic_oreilly
Jan 3, 2011 2:06 am
H Andrew, Glad to hear things are up and running for you now :-) Based on the discussions on this thread, a new Wiki help page has been setup on the project's...
891
en9apr@...
en9apr
Jan 16, 2011 10:10 am
Hi, I downloaded the AIMA code from the SVN: http://aima-java.googlecode.com/svn I have followed the instructions on the wiki: ...
892
Jim Davies
jimmyd
Jan 31, 2011 7:46 pm
P(H|E) = P(H and E) / P(E) is not as useful as Bayes' Rule P(H|E) = (P(E|H)*P(H))/P(E) But I'm not sure why. Is it because the former requires P(H and E)...
893
fawadsmailbox
Feb 13, 2011 5:33 pm
just some thoughts on "proof by contradiction" introduced on page 250 used on page 254, 7th line from the end `...we wish to prove which is,say,¬P12` ...
894
Serguei A. Mokhov on ...
stgunya
Feb 16, 2011 4:07 pm
[ Apologies if you receive multiple copies of this announcement. ] Hello: Concordia University is organizing C3S2E'11, the Fourth International C* Conference...
895
baylor
baylorw
Mar 8, 2011 1:40 am
Hi aima-talk list. i thought i understood how the degree heuristic worked on the Australia 3-color problem but according to pg 216, it guarantees solving the...
896
Bob Futrelle
bobfutrelle
Mar 8, 2011 1:40 am
The line indicating the loss from L(spam, nospam) =1, L(nospam, spam) = 10 (pg. 711) makes sense. But the different weightings seem to disappear when L(y, y^)...
897
Bob Futrelle
bobfutrelle
Mar 8, 2011 1:40 am
The line indicating the loss from L(spam, nospam) =1, L(nospam, spam) = 10 (pg. 711) makes sense. But the different weightings seem to disappear when L(y, y^)...
898
fawadsmailbox
Mar 8, 2011 1:40 am
just need some thoughts on "proof by contradiction" introduced on page 250 used on page 254, 7th line from the end `...we wish to prove Alpha; which...
899
Muhammad Ali
factorde7
Mar 8, 2011 1:40 am
Need help... Guys can you help me solve the exercises of chapter no 3, 4, 5, & 6 of this book AIMA (Artificial Intelligence: A Modern Approach)... Plz plz plz...
900
j1mmy_n3u7120n
Mar 8, 2011 1:40 am
... This is the definition of Conditional Probability. ... Bayes' Rule is derived from the definition of conditional probability. Hence, all assumptions made...
901
Bob Futrelle
bobfutrelle
Mar 8, 2011 3:56 am
That's a huge request, and vague at that. - R. Futrelle...
902
YKY (Yan King Yin, € ...
cyberneticor...
Mar 9, 2011 6:45 am
A good way to memorize Bayes rule is this: P(A,B) = P(A|B)P(B) = P(B|A)P(A) ^ probability of "A and B" This is always true. You can easily get Bayes rule...
903
jfernando.vega
Mar 9, 2011 6:50 am
I was going to assign problem 4.13 to my AI students as a good continuation of 3.7, but I find that it requires problem 4.11. I looked at problem 4.11 and the...
904
sdreisei
Mar 31, 2011 2:41 am
Hi, I am confused with the (revised!) description of GRAPH-SEARCH in AIMA 3/e. By adding resulting nodes to the frontier *only* if not already there (or in the...
905
baylor
baylorw
Apr 7, 2011 7:13 am
Hi AIMA community. We're getting into planning now and while i understand most of the material in chapter 10, i don't understand how planning graphs are used...
906
rocwoof
Aug 5, 2011 8:21 am
I am considering signing up for the free online Stanford AI intro class being taught by Norvig and Russell (the authors), and am trying to nail down the...
907
damo_78@...
damo_78...
Oct 25, 2011 5:10 am
I'm trying to use the aima-python code to use in the online ai-class course from Standford. I'm new to python but have followed the instructions on the wiki...
908
Darius Bacon
darius_bacon
Oct 28, 2011 8:48 am
On the problem reported a few days ago running doctests.py in aima-python: It looks like you ran it with no arguments, triggering a bug nobody had noticed...