Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

aima-talk · AI: A Modern Approach: Help for the text

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

The Definite Clause Grammars constitute an elegant and concise formalism for Natural Language Processing. In the literature that I have seen, they are...
1 Jul 4, 2012
8:17 am

Antti Ylikoski
ylikoskia
Send Email

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 ...
2 Jul 3, 2012
6:52 pm

Peter Norvig
norvig
Send Email

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...
3 Jul 1, 2012
11:25 am

naraic_oreilly
Send Email

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...
1 Jul 1, 2012
11:25 am

Antti Ylikoski
ylikoskia
Send Email

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...
3 Jun 24, 2012
1:07 am

Conrad Taylor
conradwt
Send Email

Hello, I have 2 queries regarding calculation of expected counts in expectation-maximization in AIMA pg 730, namely the formula for conditional probability...
1 May 23, 2012
5:16 am

helpathand123
Send Email

I'm struggling a bit with the implications of skolemization. AIMA writes that the skolemized sentence is "satisfiable exactly when the original sentence is...
2 May 10, 2012
8:51 am

Adila Alfa Krisnadhi
krisnadhi2000
Send Email

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,...
3 May 10, 2012
8:51 am

Matan Halberstadt
tzmtn
Send Email

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...
3 Apr 17, 2012
6:22 pm

Antti Ylikoski
ylikoskia
Send Email

I don't see anything related to the robot navigation problem in the Online Code Repository. Anyone have it?...
1 Apr 17, 2012
2:53 am

shinobi355
Send Email

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...
1 Feb 5, 2012
10:09 pm

Antti
ylikoskia
Send Email

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...
1 Jan 31, 2012
7:31 pm

cauchy_wj
Send Email

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...
1 Dec 16, 2011
5:37 pm

Antti
ylikoskia
Send Email

Is the book: George F. Luger: Artificial Intelligence, Structures and Strategies for Complex Problem Solving, 6th Edition, Addison-Wesley, ISBN...
1 Nov 23, 2011
6:05 pm

Antti
ylikoskia
Send Email

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...
2 Nov 15, 2011
5:08 pm

darius_bacon
Send Email

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...
1 Nov 15, 2011
5:08 pm

Antti
ylikoskia
Send Email

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...
2 Nov 15, 2011
5:08 pm

Antti Ylikoski
ylikoskia
Send Email

The planner SensoryGraphPlan can be found, in an edited, tested and working status, tested with GNU EMACS, SLIME and CLISP, in my web site in ...
1 Nov 15, 2011
5:08 pm

Antti
ylikoskia
Send Email

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...
1 Oct 28, 2011
8:48 am

Darius Bacon
darius_bacon
Send Email

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...
1 Aug 5, 2011
8:21 am

rocwoof
Send Email

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...
1 Apr 7, 2011
7:13 am

baylor
baylorw
Send Email

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...
1 Mar 31, 2011
2:41 am

sdreisei
Send Email

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...
1 Mar 9, 2011
6:50 am

jfernando.vega
Send Email

P(H|E) = P(H and E) / P(E) is not as useful as Bayes' Rule P(H|E) = (P(E|H)*P(H))/P(E) But I'm not sure why. Is it because the former requires P(H and E)...
3 Mar 9, 2011
6:45 am

YKY (Yan King Yin, € ...
cyberneticor...
Send Email

Need help... Guys can you help me solve the exercises of chapter no 3, 4, 5, & 6 of this book AIMA (Artificial Intelligence: A Modern Approach)... Plz plz plz...
2 Mar 8, 2011
3:56 am

Bob Futrelle
bobfutrelle
Send Email

just need some thoughts on "proof by contradiction" introduced on page 250 used on page 254, 7th line from the end `...we wish to prove Alpha; which...
1 Mar 8, 2011
1:40 am

fawadsmailbox
Send Email

The line indicating the loss from L(spam, nospam) =1, L(nospam, spam) = 10 (pg. 711) makes sense. But the different weightings seem to disappear when L(y, y^)...
1 Mar 8, 2011
1:40 am

Bob Futrelle
bobfutrelle
Send Email

The line indicating the loss from L(spam, nospam) =1, L(nospam, spam) = 10 (pg. 711) makes sense. But the different weightings seem to disappear when L(y, y^)...
1 Mar 8, 2011
1:40 am

Bob Futrelle
bobfutrelle
Send Email

Hi aima-talk list. i thought i understood how the degree heuristic worked on the Australia 3-color problem but according to pg 216, it guarantees solving the...
1 Mar 8, 2011
1:40 am

baylor
baylorw
Send Email

[ Apologies if you receive multiple copies of this announcement. ] Hello: Concordia University is organizing C3S2E'11, the Fourth International C* Conference...
1 Feb 16, 2011
4:07 pm

Serguei A. Mokhov on ...
stgunya
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help