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 classic Operations Research problem that I'd think would be straightforward to solve by linear programming. Have you looked into using an LP solver? ...
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...
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 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...
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 have problem with following questions: 1) Why state space representation is important in problem solving. Describe in brief with Water Jug problem. 2) Though...
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...
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...
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...
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...
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,...
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...
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...
... 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. ...
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...
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...
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...
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...
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...
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...
... 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...