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 378 - 408 of 867   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
378
Hi all. I downloaded the lisp sources, and running them under the demo versions of Corman Lisp and Allegro CL 6.2 both produce errors. I can load and run them...
bpg42
Offline Send Email
Jul 6, 2004
11:02 pm
379
Hi all, As a part of academic project, I am solving one Cable Laying problem using GP. Problem is: To optimise cost, minimum path of laying cable in area X to...
Bhavin
bforbhavin
Online Now Send Email
Jul 13, 2004
8:06 pm
380
I find your problem specification somewhat confusing. I would be helped by a sample arrray of about 5 x 5 together with a text describing what the array...
georgel360
Offline Send Email
Jul 19, 2004
5:03 pm
381
Is this a bug in Chap 23.2 ? On p. 841, line -7, "we can rank documents based on the score: P(r|D,Q)/P(~r|D,Q)=... " then on p. 842, line 1, "With the...
¼B¤j¤¸
r8921025
Offline Send Email
Aug 3, 2004
9:18 pm
382
Hi, I'm looking for the source paper/publication of the equations on the Language Modeling approach to information retrieval (Chap.23.2, p.841, P(r|D,Q)=... )....
¼B¤j¤¸
r8921025
Offline Send Email
Aug 3, 2004
9:18 pm
383
Hi- What license does do the sources in the code repository fall under? I'm interested in using some of these on a proprietary contract job. Can I use the...
Peter Fein
pafein
Offline Send Email
Aug 18, 2004
12:20 am
384
hello, kindly give me some valuable information on artificial intelligence as a topic to be discussed in the seminar.. would be waiting for your reply soon.. ...
rajat arora
rajatarora_82
Offline Send Email
Aug 18, 2004
12:20 am
385
Should have clarified... are the *Python* sources in the repository under the same license as the Lisp sources (located at: ...
Peter Fein
pafein
Offline Send Email
Aug 18, 2004
12:21 am
386
Hi i got a question here.. im pretty weak with java coding but i learnt that the best way to solve this question i have is to use java. How do i use vectors to...
wizniz
Offline Send Email
Sep 7, 2004
8:55 pm
387
Hi collegues, Am here stuck with my MSc proposal. It is on expert system design in laboratory medicine. Iam stuck with the design part in the methodology...
Augustine ssevviri
augkaddu
Offline Send Email
Sep 7, 2004
8:55 pm
388
Hi, I'm new in AI, I read some chapters from AIMA, and I resolve some problems, but I'm not sure if my result is corect, so , I ask you, THERE IS SOMEWHERE THE...
Dan
nicknamero
Offline Send Email
Sep 7, 2004
8:56 pm
389
Can u clarify more on your problem? Disclaimer : I am not an expert at expert systems(no pun intended!). But i have made some small scale expert systems in...
j1mmy_n3u7120n
Online Now Send Email
Sep 8, 2004
6:09 am
390
Vectors will be hardly helpful! I see it nothing more than a collection of elements just like an array. Moreover its pretty slow. For your problem there is a...
j1mmy_n3u7120n
Online Now Send Email
Sep 8, 2004
6:10 am
391
... You may check this book on the classic MYCIN system: http://www.aaai.org/Resources/Classics/Mycin/mycin.html Paolo -- Why Lisp?...
Paolo Amoroso
amoroso_paolo
Offline Send Email
Sep 9, 2004
7:22 pm
392
Hello everyone, the authors state about bidirectional search that (p. 80): "Bidirectional search is implemented by having one or both of the searches check...
origenis
Offline Send Email
Sep 11, 2004
5:32 am
393
Hi jimmy.. thanks a lot for ur reply.. but i dont quite understand what the class edge is for.. and how i can use the matrix to find out the best solution i...
Nizam A Haja
wizniz
Offline Send Email
Sep 12, 2004
9:01 am
394
I don't bite, weah! password -- 37062...
peter@...
norvig
Offline Send Email
Sep 12, 2004
10:44 am
395
I was checking out the DPLL implementation in Java. For a small formula having just 2 variables it ran into StackOverflow!! Following is the formula for which...
talk2ravig
Offline Send Email
Sep 15, 2004
5:20 pm
396
Hi Friends Plz accept my greetings for this useful group. i am feeling very proud to join this group. best wishes Don't Forget To Reply Me @ realamit@......
Amit
realamit
Offline Send Email
Sep 15, 2004
5:26 pm
397
Note that the class is of no specific use , its more like the structure in C but u can add some important functions like calcHeuristic to this class which...
j1mmy_n3u7120n
Online Now Send Email
Sep 16, 2004
9:34 pm
398
hi, *looks* like it's a bug . I'll look into it (and correct the code ) . Thanks, Ravi...
magesmail
Offline Send Email
Sep 16, 2004
9:34 pm
399
Hi Ravi, Thanks. I did spend little time trying to go through the code to see if there is anything I can fix myself. But haven't been able to give sufficient...
talk2ravig
Offline Send Email
Sep 19, 2004
7:47 am
400
Hi Ravi, I could fix the problem by doing the following changes to the code. Not completely sure whether it breaks something else! In the findPureSymbol()...
talk2ravig
Offline Send Email
Sep 19, 2004
7:48 am
401
I followed the directions for installing AIMA code and all worked well until I activated my Allegro 6.2 and tried to load the AIMA.Lisp file. I also tried...
shehaner
Offline Send Email
Sep 20, 2004
3:48 pm
402
I keep getting and error when Loading the AIMA.lisp file. I have followed all directions and all the lisp files downloaded O.K. However, when I enter the...
shehaner
Offline Send Email
Sep 20, 2004
3:48 pm
403
Hi Ravi (G) , (For those reading these emails there are TWO ravi's here . the person who discovered the bug and solved it is RaviG .The person who maintains...
magesmail
Offline Send Email
Sep 24, 2004
4:44 pm
404
The second version of the java code is now up at http://aima.cs.berkeley.edu/java-overview.html. Build instructions , design notes etc maybe found at ...
magesmail
Offline Send Email
Sep 25, 2004
7:42 am
405
Hi, On page 34, What do you understand by: percept sequence:[A,clean],[A,clean] The first percept changes the position of the vacuum-cleaner to place B and in...
Amir Dolatabadi
A_Dolatabadi@...
Send Email
Oct 4, 2004
1:00 am
406
Hey It just means that keep on moving right until square A is clean... remember it is a sequence of percepts and so as far as A is clean it will keep on moving...
Dharmesh Jani
janidharmesh
Offline Send Email
Oct 4, 2004
7:47 am
408
i need a language tutor preferably in c,java. it should take a sentence from user...and notify the user of the mistakes that he made using parsing or other...
ckp_for_u
Offline Send Email
Oct 19, 2004
4:12 pm
Messages 378 - 408 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