Hello everyone, I have downloaded AIMA version 2 sample chapter 5 and am doing its exercises. In exercise 5.7, it requires to compare the algorithms of MRV, ...
315
aima-talk@yahoogroups...
Jan 2, 2004 10:39 pm
The following aima-talk poll is now closed. Here are the final results: POLL QUESTION: Do you learn AI by yourself for self- interest, No classmate, No...
316
karthik gopal
gkarthikeyan24
Jan 7, 2004 4:02 am
Please unsubscribe me from this user group __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes ...
317
chenyu468
Jan 7, 2004 9:52 am
Hello, Friend has recommended a new IT related website. I have browsed it and found it contains many useful url links. Of course, it contains AI related web...
318
Brandon Corfman
bcorfman
Jan 7, 2004 9:52 am
Page 144 of your d/l copy refers to the method of BT + MRV, meaning that FC is not needed. However, they work like hand in glove. At the bottom of the same...
319
Kristin Mara BRANSON
kdawgs5
Jan 18, 2004 1:58 am
I have a couple questions about Figure 4.8, which shows the search cost of the A* algorithm for the Eight-Puzzle problem. First, what is search cost? In the...
320
David Faden
gilbertnews
Jan 19, 2004 5:58 am
Hi, I doubt the solution will involve any learning at all. I guess instead that it will show how to construct the net directly (or show that 3-layer nets are...
321
dark mage
darkesh3
Jan 28, 2004 7:05 am
Hi, I am trying to run the C++ version of the aima codes. However, I got some errors when I compiled the lib/ files.. simple here is what I did and what error...
322
jbirtwell
Feb 5, 2004 3:33 am
I'm taking a graduate course in AI at NYU and am delighted to find the java demos online. Much thanks to Ravi. I've downloaded them and have walked through...
323
magesmail
Feb 5, 2004 7:12 am
Justin, Many thanks for the kind words. If you can just hold one for a few more days, there is a new release of the code coming up which should clear up a lot...
324
Joseph
demanuele_jo...
Feb 19, 2004 6:25 am
Hi all, Having a graph, is there only one way how to build a tree using depth first search algorithm? If there is not, because of cycles, is there a way how...
325
rose_ronglin
Feb 22, 2004 6:55 am
I just started learning lisp. For the intelligent program acting in the vacuum world, I tried to define several agents, but compiler gives me syntax error. The...
326
E etech058
etech058@...
Feb 24, 2004 5:34 am
Hello, I have run this program before. It also gives some compile error, but after modification, it can run. I have used corman-lisp for exercise. Which tools...
327
Paolo Amoroso
amoroso_paolo
Feb 24, 2004 10:38 am
... Try the following: (setq a (make-agent) (setq b (make-agent) (setq c (make-agent) Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film...
328
Paolo Amoroso
amoroso_paolo
Feb 25, 2004 4:52 pm
... I have forgotten the closing parentheses, sorry: (setq a (make-agent)) (setq b (make-agent)) (setq c (make-agent)) Paolo -- Why Lisp?...
329
mahsa
mahsaee
Feb 25, 2004 4:54 pm
Hello, we want to create an expert system for disease diagnisis, and we must use Prolog; is there any one to give us the point where we should start! and how...
330
E etech058
etech058@...
Feb 26, 2004 1:15 am
Hello, I think you could establish 2 layers. The first layer is user interface, designed by event-driven model. It could be programmed by VB, VC, HTML+script...
331
Hesham
heshamebrahimi
Mar 2, 2004 7:45 am
Hi all, I have a simple AI quesiton. On page 73 we read: "...breadth-first search is optimal if the path cost is nondecreasing function of the depth of the...
332
rong lin
rose_ronglin
Mar 2, 2004 8:01 am
Hey, Thank you for reply. I am running lisp on unix and aima code has been modified by professor to be able to run on unix server. I also made some changes to...
333
rong lin
rose_ronglin
Mar 2, 2004 8:02 am
Thanks, you are correct. Regards, Rose ... Add photos to your messages with MSN 8. Get 2 months FREE*. ... Try the following: (setq a (make-agent) (setq b...
334
E etech058
etech058@...
Mar 9, 2004 2:52 am
Hello everyone, I have faced an schedule problem. In the specified problem, there are a lot of constraints requirements; in addition, it is requirement for fee...
335
srsorte
Mar 11, 2004 7:22 am
Hi I had a couple of doubts while going through Ch. 15 (Probabilistic Reasoning over Time) - How do we represent an HMM as a recursive relational probabilistic...
336
srsorte
Mar 11, 2004 7:22 am
Hi I had a couple of questions while going through Ch 15 (Probabilistic Reasoning over Time) - How do we represent an HMM as a recursive relational...
337
AMANULLAH NURULLAH
amanumr
Mar 12, 2004 4:45 am
Hi, i am taking an AI class with AIMA as text and planning for a mini course project. Any ideas, suggestions? aman ...
338
E etech058
etech058@...
Mar 13, 2004 5:56 pm
Hi, My proposal is "Vehicle route problem". The problem can be easy or complex depending on the requirement. Best regards/chenyu ... From: AMANULLAH NURULLAH...
339
setiawan adhiputro
sea12_02
Mar 14, 2004 9:07 pm
this "Vehicle route problem", is that about searching problem? E etech058 <etech058@...> wrote:Hi, My proposal is "Vehicle route problem". The...
340
³ÂÓí
chenyu468
Mar 15, 2004 6:19 am
Hi, Yes, ¡®Vehicle route problem¡¯ is a search problem. It is a central problem in distribution management. The classical problem¡¯s description is: ...
341
John Wesley
jdjohnwesley
Mar 16, 2004 7:31 am
Hi Can you connect me to someone who can help me with "Logical Agents" Thank you John Wesley Sent from Mount Zion College of Engineering and Technology, Lena...
342
seA
sea12_02
Mar 18, 2004 3:27 am
can i represent this VRP as a Reinforcement Learning problem? becaus im thinking about using RL for my mini project,any idea? regards, seA/indonesia ³ÂÓí...
343
Maithreebhanu
bhanu128
Mar 22, 2004 9:36 am
In your book AIMA you have defined four approches to AI. How do you classify ANN into one of them and what would be the reasons? Thank you, Bhanu128 Do you...