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...
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...
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...
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...
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...
Hello everyone, the authors state about bidirectional search that (p. 80): "Bidirectional search is implemented by having one or both of the searches check...
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...
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...
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@......
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...
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...
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()...
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...
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...
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...
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 ...
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@...
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...
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...
HELLO TO ALL AIMA-ITES THE SECOND EDITION OF AIMA IS FANTASTIC. I JUST NEED SOME HELP ON THE MISSIONARIES AND CANNIBALS PROBLEM IF ANYONE COULD PROVIDE A...
Hey, I was wondering if anybody could help me with question 9.11 about finding who the person is. question: P. 317 A popular children's riddle is "Brothers...
I really dont understand how I could return the action in Sucessors (state) with value v (p. 166). In facts, I don't understand how a sucessors of a state is...
Dear Colleague, International Conference on Information Technology - ICIT 2004 to be held on December 17-19, 2004, Istanbul, Turkey is sponsored by ...
Hope someone can help me with this one. completely stuck. any solutions out there? it's on page 490 about proving the conditionalized version of the general...
That's one of those "wave your hands and magic appears" moments in the book. I don't know Scheme (or Lisp) but when I coded it in Java, I set a class-variable...
Both follow the normal proof methods .... Note that P(X,Y|e) = P(X,Y,e)/P(e) and P(X|Y,e) = P(X,Y,e)/P(Y,e) and P(Y|e) = P(Y,e)/P(e) The first part is...