Hi all! I'm new in AI and I cannot understand this algorithm. Can anybody give me a help? Thanks in advance! Victor Yahoo! Cocina Recetas...
857
victor.dalmagro
Mar 12, 2009 5:43 pm
Hi all! I'm new in AI and I cannot understand this algorithm. Can anybody give me a help? Thanks in advance! Victor...
858
Peter Norvig
norvig
Apr 22, 2009 5:06 am
We're having a contest to design the cover for the 3rd edition. Open to instructors and students, see the contest rules at...
859
Donnchadh Ó Donn...
dodonnabhain
Apr 22, 2009 11:44 am
That's great. Is there any information available on what to expect in the 3rd edition or an estimate of when to expect it to be available for purchase? Thanks ...
860
futrelle@...
bobfutrelle
Apr 22, 2009 4:08 pm
Light-hearted suggestion: Instead of God's finger touching Adam, ala Michelangelo, we could have a human in the clouds touching the finger of a robot agent. -...
861
Bilal Hayat Butt
bilal_hayat_...
Apr 27, 2009 2:29 pm
Whats the point in having it for US residents only? ... 2. Eligibility. Open to legal U.S. residents, that are instructors or students (enrolled at a two- or...
862
Peter Norvig
norvig
Apr 28, 2009 6:00 pm
If it were up to me, I would have it open to anyone, regardless of residency, and regardless of status as a student or teacher. But Prentice Hall has legal...
863
Nima Talebi
daashmashty
Apr 29, 2009 2:41 am
Good think this came up - I had already started :/ That'll teach me to `assume' that I'm eligible =) Nima ... -- Nima Talebiw: http://ai.autonomy.net.au/ p:...
864
James Clemence
jamesvclemence@...
May 2, 2009 11:31 pm
I've been looking through the python code for the search algorithms. I must acknowledge that I am pretty new to python, so apologies for basic mistakes. Having...
865
edgar.holleis
Jul 6, 2009 6:23 pm
Hi! I found several issues with the code in csp.py, version aima-python.2007.06.15.zip: 1) Forward Checking and Maintain Arc Consistency don't work because of...
866
matsudayuko69
Sep 15, 2009 4:23 am
Simple question: How about Mathemaitca for this purpose? I've been using Lisp, C, Java and now using Mathematica....
867
juanfie
Sep 15, 2009 6:49 am
... I'd be happy to contribute in developing Mathematica code for AIMA. Regards, Juan Flores...
868
armin_04
Nov 21, 2009 11:56 pm
The number of states for the first incremental formulation is stated to be 64 . 63 . ... . 57. As far as it's the "number of sequences", there is no problem,...
869
zeldich.michael
Apr 1, 2010 8:58 am
I has try to discuss my objections to the great book Artificial Intelligence, A Modern Approach, Second Edition, but did not receive any response from the...
870
Bob Futrelle
bobfutrelle
Apr 1, 2010 1:46 pm
No one has ever been able to give "definitions" of words and concepts such as "think", "mind", "perceive", etc. Thousands of books, and millions of papers...
871
Michael
zeldich.michael
Apr 1, 2010 3:52 pm
Dear Bob, it easy to give the definitions to these terms. Is there are no facts to support acceptance of any so called mental functions, than we have to accept...
872
mhassanali@...
mhassanali...
Apr 13, 2010 10:57 am
... if u find out the solutions plz guide me so that i can download too. Thank you....
873
patrickmclaren@...
patrickmclar...
Apr 13, 2010 10:59 am
There are a lot of schools that use AIMA in courses. (http://aima.cs.berkeley.edu/adoptions.html) Just wondering if anyone has links to a video lecture series...
874
bagheri_abbass
Apr 24, 2010 11:22 am
Hello All! In Aima 3/e we have these two sentences in the book (chapter 3) 1- "expand the chosen node adding the resuting node to the frontier only if not in...
875
mikaelsundberg@...
mikaelsundbe...
May 15, 2010 11:25 am
Hi. Check out this link: http://www.youtube.com/user/nptelhrd#g/c/E051420C2068DCB2 Its a university in India. The course is based on aima and an other bock as...
876
lando
landogroups
May 15, 2010 2:35 pm
Thanks for the link. Great Resource. On Sat, May 15, 2010 at 4:36 AM, mikaelsundberg@... <...
877
hamid
return0_ir
Aug 1, 2010 6:53 pm
Hello In uniform cost search, 'uniform39; referred to what? thanks...
878
Mohammad Assarian
assarianmo
Aug 12, 2010 2:15 am
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...