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...
I agree that for most of what you would reasonably want to do, it wouldn't matter. But the point is that when you quantify over all functions/relations...
Hello, I'm trying to build an application that optimizes the way packages (cargo) are loaded into a 3D space (truck). The goal is to fit as many packages as...
I don't see why one would ever want to quantify over call_function. I don't think that there is an equivalent to that in "regular" logic. I can quantify over...
This is a classic Operations Research problem that I'd think would be straightforward to solve by linear programming. Have you looked into using an LP solver? ...
Actually, I think that I don't even need levels. for all fun, a, b: call_function(reflexive, fun) <=> call_function(fun, a, b) = call_function(fun, b, a) seems...
... This is a useful technique. I've also seen it called currifying in other papers, however it doesn't let you achieve the full power of second-order logic,...
I looked up linear programming in AIMA and found very little contents. I'm not familiar with the LP solvers, however I looked it up on wikipedia and found the...
... I've found my mistake: the best action in figure 17.3 for 3,1 is *not* to move North, even if the value of the position 3,2 is higher than the one in 2,1....
Hmmm, I've got a hard time translating your example, or those from the Wikipedia article into logical sentences (I have no idea how to express that a model is...