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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

[ 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

just some thoughts on "proof by contradiction" introduced on page 250 used on page 254, 7th line from the end `...we wish to prove  which is,say,¬P12` ...
1 Feb 13, 2011
5:33 pm

fawadsmailbox
Send Email

Hi, I downloaded the AIMA code from the SVN: http://aima-java.googlecode.com/svn I have followed the instructions on the wiki: ...
1 Jan 16, 2011
10:10 am

en9apr@...
en9apr
Send Email

Hi, I am using eclipse with the JAVA code downloaded from: http://code.google.com/p/aima-java/downloads/list I created a new project in eclipse, loaded the...
7 Jan 3, 2011
2:06 am

naraic_oreilly
Send Email

Are these available yet? Please advise....
1 Dec 6, 2010
10:54 am

stuart_hirshfield
stuart_hirsh...
Send Email

Section 4.1.2 says The probability [also] decreases as the "temperature&quot; T goes down: "bad" moves are more likely to be allowed at the start when T is high,...
2 Sep 14, 2010
6:44 pm

Paul
paulreiners
Send Email

I have a set (or pool) of n real numbers. I also have a set of m functions, f_1, f_2, ..., f_m. Each of these functions takes a list of numbers as its...
1 Sep 10, 2010
3:19 pm

Paul
paulreiners
Send Email

This search expand the least cost node so the costs of nodes will increase step by step andĀ thisĀ means uniform This search expand the least cost node so the...
1 Aug 12, 2010
2:15 am

Mohammad Assarian
assarianmo
Send Email

Hello In uniform cost search, 'uniform&#39; referred to what? thanks...
1 Aug 1, 2010
6:53 pm

hamid
return0_ir
Send Email

There are a lot of schools that use AIMA in courses. (http://aima.cs.berkeley.edu/adoptions.html) Just wondering if anyone has links to a video lecture series...
3 May 15, 2010
2:35 pm

lando
landogroups
Send Email

Hello All! In Aima 3/e we have these two sentences in the book (chapter 3) 1- "expand the chosen node adding the resuting node to the frontier only if not in...
1 Apr 24, 2010
11:22 am

bagheri_abbass
Send Email

Iam interested in AI .I need guidelines to solve the exercises in the book"Artificial intelligence A modern approach"....
3 Apr 13, 2010
10:57 am

mhassanali@...
mhassanali...
Send Email

Dear Bob, it easy to give the definitions to these terms. Is there are no facts to support acceptance of any so called mental functions, than we have to accept...
1 Apr 1, 2010
3:52 pm

Michael
zeldich.michael
Send Email

I has try to discuss my objections to the great book Artificial Intelligence, A Modern Approach, Second Edition, but did not receive any response from the...
2 Apr 1, 2010
1:46 pm

Bob Futrelle
bobfutrelle
Send Email

The number of states for the first incremental formulation is stated to be 64 . 63 . ... . 57. As far as it's the "number of sequences", there is no problem,...
1 Nov 21, 2009
11:56 pm

armin_04
Send Email

Simple question: How about Mathemaitca for this purpose? I've been using Lisp, C, Java and now using Mathematica....
2 Sep 15, 2009
6:49 am

juanfie
Send Email

Hi! I found several issues with the code in csp.py, version aima-python.2007.06.15.zip: 1) Forward Checking and Maintain Arc Consistency don't work because of...
1 Jul 6, 2009
6:23 pm

edgar.holleis
Send Email

I've been looking through the python code for the search algorithms. I must acknowledge that I am pretty new to python, so apologies for basic mistakes. Having...
1 May 2, 2009
11:31 pm

James Clemence
jamesvclemence@...
Send Email

We're having a contest to design the cover for the 3rd edition. Open to instructors and students, see the contest rules at...
6 Apr 29, 2009
2:41 am

Nima Talebi
daashmashty
Send Email

The formulation in Fig 3.1 is not mentioned again, so its application to the clear examples in Sec 3.2 is obscure at best. How *does* it apply? Esp. since it...
4 Mar 12, 2009
5:43 pm

victor.dalmagro
Send Email

hi I was looking at AIMA python code repository in google and asking myself is python still considered viable in this community. the java repository seems to...
3 Dec 7, 2008
2:13 pm

Nima Talebi
daashmashty
Send Email

Okay, I can already see a flaw in this, here's my revised version... I've attached my formula as a png, hope it gets through, in case it doesn't... *Text:* ...
3 Oct 26, 2008
10:46 pm

daashmashty
Send Email

I'm looking to create a test file and successor function for BFS in the AIMA code. However, in order to instantiate a BFS I have to pass in a QueueSearch. I...
3 Sep 29, 2008
4:48 am

kiana
blacksilk79
Send Email

I understand the material in the chapter. However, the exercises are completely confusing to me. Therefore, a discussion of the chapter may clarify. For the...
3 Sep 24, 2008
11:55 pm

kiana
blacksilk79
Send Email

Hi, When I was going through the 8 puzzle example in fig. 3.4 of AIMA 2nd edition, I found that from the given start state (7 2 4 5 0 6 8 3 1), it is NOT...
2 Sep 24, 2008
9:07 pm

kiana
blacksilk79
Send Email

I'm having trouble opening up the aima-java. I am using eclipse to open the .project file. However, everytime I try to do this, I just open up a blank...
3 Sep 17, 2008
1:20 am

inyourmind6684
Send Email

Dear All: Would you please help me solving this problem? I am trying to upload the lisp codes (aima.lisp) but I encountered a problem. I pasted the error...
1 Sep 9, 2008
6:28 am

Moeljono Widjaja
mwidjaja2000
Send Email

Sir, In your book AIMA, in the chapter of dynamic bayesian networks(sample umbrella network),say; if I wish to calculate the probability of rain on day 5,...
1 Sep 6, 2008
3:02 am

helpathand1234
Send Email

I notice there is no AIMA Python or Lisp code for any of the planning algorithms in chapter 11. I'd really like to find out if anyone has developed any...
1 Aug 21, 2008
10:16 pm

Brandon Corfman
bcorfman
Send Email

Hi all! There is an exercise, 5.5(b) which I'm stuck with. I just can't get a correct approach for it... Consider we have 3 Groups (GroupA, GroupB, GroupC), 3...
1 Aug 6, 2008
11:46 am

takeforcemanager
takeforceman...
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