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...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
... 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. ...
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...
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...
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,...
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...
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...
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...
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...
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...
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...