Hello, Ive recently joined this group. Hope to learn more from AIMA libraries. Is there any chance I could get a small example of how to use the libraries in...
Hi everyone, in Fig. 3.17 page 88 (3rd ed.) we have got a version of DLS algorithm, after putting some attention on it, i realized that the output is cutoff...
Hey there, i`ve read through the german edition of AIMA, so please excuse if i don't always use correct english terminology. Chapter 17 describes how to...
The Definite Clause Grammars constitute an elegant and concise formalism for Natural Language Processing. In the literature that I have seen, they are...
On the AIMA site, http://aima.cs.berkeley.edu,there is there the information that: ``Prolog code from Ivan Bratko's book "PROLOG Programming for AI" can be ...
In the context of the AIMA Java code at the AIMA site, there are there the instructions how to import the Java code into the Eclipse IDE. I have found that...
I have been, and am in the process of, delving into the AIMA LISP code with the GNU Emacs plus the SLIME Integrated Development Environment, and I have been...
I tried to run the AIMA Python modules in the way that was indicated in this newsgroup, namely by running the Python file doctests.py according to the...
Hello, I have 2 queries regarding calculation of expected counts in expectation-maximization in AIMA pg 730, namely the formula for conditional probability...
I'm struggling a bit with the implications of skolemization. AIMA writes that the skolemized sentence is "satisfiable exactly when the original sentence is...
Hi, I've tried to implement the back prop learning function from page 734 and ran it on the following examples: double[][] inputs = { {0.547361, -2.04845,...
I'm currently delving into the AIMA-Python modules. In the module games.py there was there something to correct: in order to be able to run at all the...
I have read through Stuart Russell's lecture slides for the AIMA book, from the AIMA site http://aima.cs.berkeley.edu. They constitute excellent refresher...
Hi, I happen to have a two questions about the Passive ADP Agent (21.2.2 in the 3rd edition). I wonder if somebody could be so kind to answer them: 1. Why the...
The AIMA-Python project inspired me to study the Python code in the AIMA site Python files. It seems that I have discovered one bug in those Python files. (I...
I'm trying to use the aima-python code to use in the online ai-class course from Standford. I'm new to python but have followed the instructions on the wiki...
On the AIMA pages, http://aima.cs.berkeley.edu , the LISP code pages concerning planning refer to the UCPOP system. However, when one accesses these UCPOP...
I'm in the process of delving into and running the LISP program code accessible in the site http://aima.cs.berkeley.edu for the 3rd edition of the venerable...
On the problem reported a few days ago running doctests.py in aima-python: It looks like you ran it with no arguments, triggering a bug nobody had noticed...
I am considering signing up for the free online Stanford AI intro class being taught by Norvig and Russell (the authors), and am trying to nail down the...
Hi AIMA community. We're getting into planning now and while i understand most of the material in chapter 10, i don't understand how planning graphs are used...
Hi, I am confused with the (revised!) description of GRAPH-SEARCH in AIMA 3/e. By adding resulting nodes to the frontier *only* if not already there (or in the...
I was going to assign problem 4.13 to my AI students as a good continuation of 3.7, but I find that it requires problem 4.11. I looked at problem 4.11 and the...