Search the web
Sign In
New User? Sign Up
aima-talk · AI: A Modern Approach: Help for the text
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 675 - 704 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
675
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...
john nassan
dr_mysteriou...
Offline Send Email
May 3, 2006
11:10 pm
676
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...
Paras Babu Tiwari
punarwas
Online Now Send Email
May 11, 2006
1:11 pm
677
... 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. ...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
May 11, 2006
7:51 pm
678
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...
Ricardo Alonso
ricardo_alonso
Offline Send Email
May 12, 2006
3:46 am
679
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...
[3!|_/\|_
bilal_hayat_...
Offline Send Email
May 12, 2006
3:54 am
680
could someone please explain why this total ordering of 8 tuples is not a counterexample? 000 010 100 001 011 110 101 111...
stockscience
Online Now Send Email
May 13, 2006
5:07 am
681
please tell me whether the counterexample holds! Thanks, Bob...
stockscience
Online Now Send Email
May 18, 2006
5:12 am
682
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,...
www.shurik
Offline Send Email
May 18, 2006
5:13 am
683
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 ... ...
The Geek
guihergeek61
Offline Send Email
May 19, 2006
12:34 pm
684
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...
cedricstjl
Offline Send Email
Jun 8, 2006
8:47 pm
685
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...
Peter Norvig
norvig
Offline Send Email
Jun 8, 2006
8:53 pm
686
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...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jun 9, 2006
10:51 pm
687
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...
Maithreebhanu Wimalas...
bhanu128
Offline Send Email
Jun 12, 2006
2:12 pm
688
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...
Paras Babu Tiwari
punarwas
Online Now Send Email
Jun 13, 2006
11:42 am
689
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...
cedricstjl
Offline Send Email
Jun 13, 2006
9:49 pm
690
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...
Peter Norvig
norvig
Offline Send Email
Jun 13, 2006
9:59 pm
691
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...
zappbrann
Offline Send Email
Jun 14, 2006
4:22 pm
692
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...
cedricstjl
Offline Send Email
Jun 14, 2006
4:25 pm
693
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? ...
Robin
get_imaginary
Offline Send Email
Jun 14, 2006
7:12 pm
694
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...
cedricstjl
Offline Send Email
Jun 14, 2006
7:17 pm
695
... 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,...
Joe Hendrix
joeeeee22
Offline Send Email
Jun 14, 2006
10:53 pm
696
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...
zappbrann
Offline Send Email
Jun 14, 2006
11:04 pm
697
... 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....
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jun 15, 2006
6:41 pm
698
... It is a very interesting problem. Please post the solutions, links, etc you find to solve it. -- Ivan F. Villanueva B. A.I. library:...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Jun 15, 2006
7:35 pm
699
Hello John, It might have helped had I mentioned the problem name. It's "bin packing." You might try searching for that directly, or for that and ...
Robin
get_imaginary
Offline Send Email
Jun 16, 2006
5:01 am
700
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...
cedricstjl
Offline Send Email
Jun 16, 2006
5:01 am
701
hi, I have just finished my second year at university,and have started reading the aima book, I wanted to know which excersises you think are more important...
amy_davis_86
Offline Send Email
Jul 20, 2006
2:13 am
702
... it depends on the final year project/module u have chosen. i myself found exec. regarding agents usefull....
Maithreebhanu Wimalas...
bhanu128
Offline Send Email
Jul 21, 2006
5:19 am
703
It is said in the http://aima.cs.berkeley.edu/python/agents.html: # GUI - Graphical User Interface for Environments # If you do not have Tkinter installed,...
Сергій
sergijka
Offline Send Email
Jul 27, 2006
2:21 am
704
... installation of ... this file ... there is ... return a ... Well, the code " v = VacuumEnvironment() w = EnvFrame(v) w.mainloop() " draw the grid (for us...
sergijka
Offline Send Email
Jul 28, 2006
4:44 pm
Messages 675 - 704 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help