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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 684 - 713 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
705
Users query Search Engines databases by words. They are enabled to query by sequence of words and/or by combining them logically in a sort of "Logical Hook"....
ragusa2001
Offline Send Email
Aug 4, 2006
5:11 pm
706
Hello mates, I've been testing my java code for the algorithm POLICY-ITERATION (chapter 17). It solves the Simplified Bellman Equations (SBE) for the MDP...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Aug 13, 2006
2:10 pm
707
Hi! I was studying the section 7.6, about the DPLL and WalkSAT algorithms and I had a doubt about how the random sentences used to plot the fig 7.18 were...
andreteves85
Offline Send Email
Aug 24, 2006
8:51 pm
708
Dear soul-mates, I would like to comment some issues of the QLearning algorithm in the book. (1) First of all I think there is a mistake in the pseudo code:...
Ivan F. Villanueva B.
artificialidea
Offline Send Email
Sep 9, 2006
9:36 pm
709
can you help me please to answer this question !! How can Artificial Intelligence technology be used in decision support ? Thank you...
kbs_group10
Offline Send Email
Sep 26, 2006
7:35 am
710
Dear All, Who know the answer for following question. It might change nowaday. Read Turing¡¦s original paper on AI (Turing, 1950). In this paper, he...
€ ¦¤p€ ¦¦|€ ¦¤¤ªºªe€ ...
chrixc.tw
Offline Send Email
Sep 30, 2006
6:20 am
711
Hi, I've a question about the difference of the model-based agent(mba) and the goal-based agent (gba) without regarding the difference of reflex and goal. I...
saarlodri1984
Offline Send Email
Oct 28, 2006
1:01 pm
712
plz review ur question u said mba knows what happen to the world after action x taken and ur question says he didnt ??? thanx ... -- Eng. Osama Lotf Barakat ...
special case
eng_barakat2007
Offline Send Email
Oct 28, 2006
8:26 pm
713
Hi, In page 25, it is said that "AI becomes a science (1987--present)". I understand that it doesn't make much sense to pinpoint the exact time when this...
Wang, Pei
peiwang_99
Offline Send Email
Nov 2, 2006
4:39 am
Messages 684 - 713 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