Hi, A few days ago, in search for some online resources on AIMA I cam across the iCampus educational project at MIT available at: ...
661
veeramanju kalyan
veeramanju
Apr 5, 2006 4:00 am
Dear Farid I feel that Prolog is widely used and it is better you learn Prolog ktv ... K.T.VEERAMANJU 0821-2542152/ Cell 98458 06467 1134, SREE...
662
Ivan F. Villanueva B.
artificialidea
Apr 5, 2006 7:39 pm
Hi, ... I've heard a lot of times that learning a new [computer] language helps you a lot using the others better. And that has been indeed my personal...
663
Robert Futrelle
bobfutrelle
Apr 6, 2006 1:39 am
If you have a chance to look at Norvig's book, Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp, it can teach you a lot. It will...
664
Farid B
ambitious_farid
Apr 6, 2006 12:18 pm
Hi, ... I was just browsing Russel's page, and LISP was ALL over the place. Prolog was also included but not seemingly as much recommended as LISP. Yet, I...
665
Paolo Amoroso
amoroso_paolo
Apr 6, 2006 2:49 pm
... If by "LISP" you mean Common Lisp, i.e. the language the AIMA Lisp code is written in, you may have a look at this book: Practical Common Lisp ...
666
Ivan F. Villanueva B.
artificialidea
Apr 6, 2006 4:27 pm
... Thanks. I will. ... If you mean GOFAI, I consider the Python sources of AIMA much easier to understand than the lisp sources. For embodied AI, like Robot...
667
Robert Futrelle
bobfutrelle
Apr 6, 2006 8:33 pm
I have to agree that symbolic computation has definite limits. You could even go so far as to consider it a human conceit to try to reduce rich and complex...
668
waqas805
Apr 14, 2006 5:41 pm
Hello Friend you got solved exercises or not if u got then please tell me how i can get or if you have then please send me too. or tell me how u got. bye but i...
669
waqas805
Apr 14, 2006 5:42 pm
Hello If somebody have solve exercises of chpaters 13,14,15,16,17,18,19.then please send me . I shall be thankful to him/her. bye...
670
Ramon Antonio Parada
petrarcadue
Apr 14, 2006 5:42 pm
I am very interested in the course you are talking about. Do you think it is too late to start it? -- Ramon Antonio Parada Skype: ramon.parada ...
671
Farid B
ambitious_farid
Apr 14, 2006 10:37 pm
Hi, Assuming this question is addressed to me, and you're talking about the MIT icampus courses, I should say: I've just started the "structure and...
672
Robert Futrelle
bobfutrelle
Apr 14, 2006 10:38 pm
It is the general policy of this group not to provide the answers to the exercises for a variety of reasons: People might give them to a teacher, claiming they...
673
phddas
Apr 18, 2006 3:58 am
dear members, I am just trying to install the code using Linux Debian. http://aima.cs.berkeley.edu/lisp/doc/install.html says I need to do the steps (load...
674
conan19820215
Apr 24, 2006 6:49 am
£Ut+1 = (I - (Kt+1))(F(£Ut)(F^T) + (£Ux)) ==> £Ut+1 = (I - (Kt+1)H)(F(£Ut)(F^T) + (£Ux))...
675
john nassan
dr_mysteriou...
May 3, 2006 11:10 pm
hi everybody....how are u all? hope u r fine well i need help in something ....i need some real time application that uses chapter 24 in our book ...plz i need...
676
Paras Babu Tiwari
punarwas
May 11, 2006 1:11 pm
Fren I can't understand the four definition of AI 1)Acting Humanly 2)Thinking Humanly 3)Acting Rationally 4)Thinking Rationally Can any body explain more about...
677
Ivan F. Villanueva B.
artificialidea
May 11, 2006 7:51 pm
... Where do these definitions come from ? I found in the chapter (14 or so) about making decisions good examples for the four. -- Ivan F. Villanueva B. ...
678
Ricardo Alonso
ricardo_alonso
May 12, 2006 3:46 am
Hi Easy.... Acting and Thinking as Human means that we want to imitate the Inteligence and behavioral process of Humans.... Rationally means that we want to...
679
[3!|_/\|_
bilal_hayat_...
May 12, 2006 3:54 am
These 4 definitions are basically the four broad categories of work done in field of AI. Researchers initially thought that to make an AI system they need...
680
stockscience
May 13, 2006 5:07 am
could someone please explain why this total ordering of 8 tuples is not a counterexample? 000 010 100 001 011 110 101 111...
681
stockscience
May 18, 2006 5:12 am
please tell me whether the counterexample holds! Thanks, Bob...
682
www.shurik
May 18, 2006 5:13 am
What is the infix logic format for first order logic, that can be passed to the logic function. According to the specs (logic "forall(x, P(x))") should work,...
683
The Geek
guihergeek61
May 19, 2006 12:34 pm
A fine question. It sure looks like it holds to me, so perhaps somebody a little smarter than I am should take a look... Rob ... ...
684
cedricstjl
Jun 8, 2006 8:47 pm
I have some difficulty seeing the difference in expressiveness between first-order logic and higher-order logics. Wikipedia (as well as AIMA, AFAICT) says that...
685
Peter Norvig
norvig
Jun 8, 2006 8:53 pm
You could do that, and that could be a way of expressing reflexivity, but it wouldn't be quantifying over FOL functions -- it would be quantifying over objects...
686
Ivan F. Villanueva B.
artificialidea
Jun 9, 2006 10:51 pm
Hello, I have noticed that on page 619 of the international edition (figure 17.3) the best action for position 3,1 is to move North. However the figure 17.2...
687
Maithreebhanu Wimalas...
bhanu128
Jun 12, 2006 2:12 pm
Is acting human approch to AI it usefull orpractical except for simulation and games. ( robotics exculded ) Are there new avenues for reserch in this area and...
688
Paras Babu Tiwari
punarwas
Jun 13, 2006 11:42 am
I have problem with following questions: 1) Why state space representation is important in problem solving. Describe in brief with Water Jug problem. 2) Though...
689
cedricstjl
Jun 13, 2006 9:49 pm
Why does it matter? I'm quantifying over "objects that behave exactly like FOL functions" instead of quantifying directly over FOL functions. I could write a...