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
Messages 479 - 508 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#479 From: "Ravi Mohan" <magesmail@...>
Date: Sun Feb 6, 2005 3:34 am
Subject: Re: Unable to Run the Code from the text book - Need help
magesmail
Send Email Send Email
 
Ponguru,
Sorry for the delay in reply .
I was away from my pc for a week .
Your classpath needs to include the "build" directoryinside tha aima
dierctory .
feel free to contact me if you have any problems.
Regds,
Ravi



--- In aima-talk@yahoogroups.com, "ponguru" <ponguru@y...> wrote:
>
>
> I am trying to compile the JAVA code from
> http://aima.cs.berkeley.edu/java-overview.html I downloaded the
> aima.zip and unzipped the files into a folder aima-code as the following
>
> C:\javamyprograms\aima-code
>
> I have C:\javamyprograms\ in my class path. I am trying to run one
> file in the following location (AStarSearch.java),
>
> C:\javamyprograms\aima-code\src\aima\search\informed
>
> also the folders which is mentioned as package exisit properly in the
> right location.
> But I am getting the error :
>
> AStarSearch.java:9: package aima.search.framework does not exist
> import aima.search.framework.Metrics;
> ^
> AStarSearch.java:10: package aima.search.framework does not exist
> import aima.search.framework.Node;
> ^
> AStarSearch.java:11: package aima.search.framework does not exist
> import aima.search.framework.PrioritySearch;
> ^
> AStarSearch.java:12: package aima.search.framework does not exist
> import aima.search.framework.Problem;
> ^
> AStarSearch.java:13: package aima.search.framework does not exist
> import aima.search.framework.QueueSearch;
> ^
> AStarSearch.java:19: cannot find symbol
> symbol: class PrioritySearch
> public class AStarSearch extends PrioritySearch {
> ^
> AStarSearch.java:21: cannot find symbol
> symbol : class QueueSearch
> location: class aima.search.informed.AStarSearch
> public AStarSearch(QueueSearch search) {
> ^
> AStarSearch.java:55: cannot find symbol
> symbol : class Metrics
> location: class aima.search.informed.AStarSearch
> public Metrics getMetrics() {
> ^
> AStarSearch.java:59: cannot find symbol
> symbol : class Problem
> location: class aima.search.informed.AStarSearch
> protected Comparator getComparator(Problem p) {
> ^
> AStarSearch.java:26: cannot find symbol
> symbol : class Problem
> location: class aima.search.informed.AStarSearch.NodeComparator
> private Problem problem;
> ^
> AStarSearch.java:28: cannot find symbol
> symbol : class Problem
> location: class aima.search.informed.AStarSearch.NodeComparator
> NodeComparator(Problem problem) {
> ^
> AStarSearch.java:22: cannot find symbol
> symbol : variable search
> location: class aima.search.informed.AStarSearch
> this.search = search;
> ^
> AStarSearch.java:33: cannot find symbol
> symbol : class Node
> location: class aima.search.informed.AStarSearch.NodeComparator
> Node one = (Node) aNode;
> ^
> AStarSearch.java:33: cannot find symbol
> symbol : class Node
> location: class aima.search.informed.AStarSearch.NodeComparator
> Node one = (Node) aNode;
> ^
> AStarSearch.java:34: cannot find symbol
> symbol : class Node
> location: class aima.search.informed.AStarSearch.NodeComparator
> Node two = (Node) anotherNode;
> ^
> AStarSearch.java:34: cannot find symbol
> symbol : class Node
> location: class aima.search.informed.AStarSearch.NodeComparator
> Node two = (Node) anotherNode;
> ^
> AStarSearch.java:56: cannot find symbol
> symbol : variable search
> location: class aima.search.informed.AStarSearch
> return search.getMetrics();
> ^
>
> So I am not sure where is the mistake that I am doing. I would be
> really glad if you could help me with this respect.
>
> Thanks in advance.
>
> PK

#480 From: "idyrr" <oliver.otte@...>
Date: Tue Feb 8, 2005 6:31 pm
Subject: wrong partial-order planning algorithm?
idyrr
Send Email Send Email
 
I think I found a mistake at page #356 of the first edition of the book.

Figure 11.3 shows the partial-order planning algorithm.

The problem resides in

choose either:
   Promotion: Add S_threat < S_i to ORDERINGS(plan)
   Demotion: Add S_j < S_threat to ORDERINGS(plan)
   ...
...

Either I didn't get the concept of promotion and demotion, or these
statements are wrong.

If S_threat is promoted, it is put before S_i (like Figure 11.10 shows),
if demoted it is put behind S_j, so I think it should read:

   Promotion: Add S_j < S_threat to ORDERINGS(plan)
   Demotion: Add S_threat < S_i to ORDERINGS(plan)

Could anyone please clarify this?

Thanks in advance!

#481 From: "Talaat" <akamaledin@...>
Date: Fri Feb 11, 2005 9:16 pm
Subject: Cant view .tex file
aitalaat
Send Email Send Email
 
hi
anybody knows how to view .tex slides??

#482 From: Ivan Villanueva <ivan@...>
Date: Sun Feb 13, 2005 6:43 pm
Subject: Re: Cant view .tex file
artificialidea
Send Email Send Email
 
> anybody knows how to view .tex slides??

In Linux (or Unix or probably Mac too) on the console:
  latex file.tex          (translate the source code)
  xdvi file.dvi           (to view it)
  dvips -f file | lpr     (to print it)

If you use Windows, sorry, I have no idea. Ask Microsoft, after all you
have paid for that operating system, and thus you can expect some help
from them.

Iván.

#483 From: Hendrik Ferreira <kroax2@...>
Date: Mon Feb 14, 2005 5:32 am
Subject: Re: Cant view .tex file
kroax2
Send Email Send Email
 
Maybe Try Matlab 7

Talaat <akamaledin@...> wrote:


hi
anybody knows how to view .tex slides??







 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#484 From: "Robin" <rhewitt@...>
Date: Mon Feb 14, 2005 1:18 am
Subject: Re: Cant view .tex file
get_imaginary
Send Email Send Email
 
LaTex is also avail for win32. (It's a text-editing package, not a
part of your OS).

Try at www.miktex.org for a commandline utility or at
http://www.toolscenter.org/front_content.php?idcat=26 for an editor
with gui. Both are free.

Worst case, LaTex is an ascii format, so you can often get much of the
content by opening the file in a text editor.

-rh

--- In aima-talk@yahoogroups.com, Ivan Villanueva <ivan@a...> wrote:
> > anybody knows how to view .tex slides??
>
> In Linux (or Unix or probably Mac too) on the console:
>  latex file.tex          (translate the source code)
>  xdvi file.dvi           (to view it)
>  dvips -f file | lpr     (to print it)
>
> If you use Windows, sorry, I have no idea. Ask Microsoft, after all
you
> have paid for that operating system, and thus you can expect some
help
> from them.
>
> Iv�n.

#485 From: Robert Futrelle <futrelle@...>
Date: Tue Feb 15, 2005 9:04 pm
Subject: PAIP Lisp code: 'requires' loads .lisp not .fasl
bobfutrelle
Send Email Send Email
 
(not sure where to send this PAIP note - I'm using AIMA
and PAIP in my grad course)

Trying to run the Zebra PAIP example w. PAIP prolog  makes it clear
that compiling the files first is important -- difference
between very long run time and quite quick. (Franz on Solaris)

But the requires function in auxfns seems to prefer to load
the uncompiled .lisp files, not the compiled .fasl ones.

I can do a workaround, but it surprised me.

    - Bob Futrelle

_______________________________________________________________
Robert P. Futrelle      | Biological Knowledge Laboratory
     Associate Professor  | College of Computer  and Information
                          |     Science MS WVH202
Office: (617)-373-4239  | Northeastern University
Fax:    (617)-373-5121  | 360 Huntington Ave.
futrelle@...    | Boston, MA 02115
           http://www.ccs.neu.edu/home/futrelle
    http://www.bionlp.org   http://www.diagrams.org

            http://biologicalknowledge.com
         mailto:biologicalknowledge@...
_______________________________________________________________

#486 From: Paolo Amoroso <amoroso@...>
Date: Sun Feb 13, 2005 8:44 pm
Subject: Re: Cant view .tex file
amoroso_paolo
Send Email Send Email
 
Ivan Villanueva <ivan@...> writes:

> If you use Windows, sorry, I have no idea. Ask Microsoft, after all you

Windows users may try MikTeX:

   http://www.miktex.org/


Paolo
--
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log

#487 From: "Peter Norvig" <peter@...>
Date: Tue Feb 15, 2005 10:40 pm
Subject: Re: PAIP Lisp code: 'requires' loads .lisp not .fasl
norvig
Send Email Send Email
 
Bob,

You don't say what version of Lisp you are running, and I admit I
haven't done any changes to track changes in the last few years.  But
probably if you edit the conditionalized code for *paip-binary* in
auxfns.lisp, it should work.

-Peter

--- In aima-talk@yahoogroups.com, Robert Futrelle <futrelle@c...> wrote:
>
> (not sure where to send this PAIP note - I'm using AIMA
> and PAIP in my grad course)
>
> Trying to run the Zebra PAIP example w. PAIP prolog  makes it clear
> that compiling the files first is important -- difference
> between very long run time and quite quick. (Franz on Solaris)
>
> But the requires function in auxfns seems to prefer to load
> the uncompiled .lisp files, not the compiled .fasl ones.
>
> I can do a workaround, but it surprised me.
>
>    - Bob Futrelle
>
> _______________________________________________________________
> Robert P. Futrelle      | Biological Knowledge Laboratory
>     Associate Professor  | College of Computer  and Information
>                          |     Science MS WVH202
> Office: (617)-373-4239  | Northeastern University
> Fax:    (617)-373-5121  | 360 Huntington Ave.
> futrelle@c...    | Boston, MA 02115
>           http://www.ccs.neu.edu/home/futrelle
>    http://www.bionlp.org   http://www.diagrams.org
>
>            http://biologicalknowledge.com
>         mailto:biologicalknowledge@g...
> _______________________________________________________________

#488 From: "kroax2" <kroax2@...>
Date: Wed Feb 23, 2005 10:23 am
Subject: planar map
kroax2
Send Email Send Email
 
In chapter 3 of the text book, exercise 3.7 a, at the back of the
chapter.  They ask: to give all these functions such as cost
functions etc. of a planar map, but my problem is I don't know what a
planar map is. If any of you can help explain or show what a planar
map is I would appreciat it because a search on google and yahoo
hasn't provided me much except mathematical things, which is useless
to me.
If anyone can please help me email me please at KroaX2@...

ThanX

#489 From: "Peter Norvig" <peter@...>
Date: Wed Feb 23, 2005 10:38 am
Subject: Re: planar map
norvig
Send Email Send Email
 
From the #1 result for the query [planar map] on Google:

"The data type planar_map represents a planar drawing of a planar
graph. A graph is called planar if it can be drawn without edge
crossings."

In other words, take a map, draw a point for the capital of each
region, connect adjacent capitals with lines, and then throw away the
original borders.  You now have a graph.  If this graph can be drawn
on a flat plane with no lines crossing, it is a planar map.

--- In aima-talk@yahoogroups.com, "kroax2" <kroax2@y...> wrote:
>
>
> In chapter 3 of the text book, exercise 3.7 a, at the back of the
> chapter.  They ask: to give all these functions such as cost
> functions etc. of a planar map, but my problem is I don't know what a
> planar map is. If any of you can help explain or show what a planar
> map is I would appreciat it because a search on google and yahoo
> hasn't provided me much except mathematical things, which is useless
> to me.
> If anyone can please help me email me please at KroaX2@y...
>
> ThanX

#490 From: "kroax2" <kroax2@...>
Date: Fri Feb 25, 2005 5:38 am
Subject: Re: planar map
kroax2
Send Email Send Email
 
Thanx a lot for your help!


--- In aima-talk@yahoogroups.com, "Peter Norvig" <peter@n...> wrote:
>
> From the #1 result for the query [planar map] on Google:
>
> "The data type planar_map represents a planar drawing of a planar
> graph. A graph is called planar if it can be drawn without edge
> crossings."
>
> In other words, take a map, draw a point for the capital of each
> region, connect adjacent capitals with lines, and then throw away
the
> original borders.  You now have a graph.  If this graph can be drawn
> on a flat plane with no lines crossing, it is a planar map.
>
> --- In aima-talk@yahoogroups.com, "kroax2" <kroax2@y...> wrote:
> >
> >
> > In chapter 3 of the text book, exercise 3.7 a, at the back of the
> > chapter.  They ask: to give all these functions such as cost
> > functions etc. of a planar map, but my problem is I don't know
what a
> > planar map is. If any of you can help explain or show what a
planar
> > map is I would appreciat it because a search on google and yahoo
> > hasn't provided me much except mathematical things, which is
useless
> > to me.
> > If anyone can please help me email me please at KroaX2@y...
> >
> > ThanX

#491 From: "kroax2" <kroax2@...>
Date: Fri Feb 25, 2005 6:12 am
Subject: Programming
kroax2
Send Email Send Email
 
I'm taking a course in AI, we are using the textbook "A Modern
Approach".  I saw in the textbook that the code they work around
looks more or less something like Java.  I'm not to certain myself.
My question is: I have only learnt one language so far and that is
Visual Basic.net, I still want to learn those other languages, but
for this course in AI we have to do a practical in AI, to develop an
AI Agent, will VB.net be sufficient for a small practical agent, or
should I consider looking at another language, if so which language
would you say is the best for AI programming?

Thanx

#492 From: Ivan Villanueva <ivan@...>
Date: Fri Feb 25, 2005 2:39 pm
Subject: Re: Programming
artificialidea
Send Email Send Email
 
Hello Unknown (I think it is not polite to avoid your name in a
mailing list),

> I'm taking a course in AI, we are using the textbook "A Modern
> Approach".  I saw in the textbook that the code they work around
> looks more or less something like Java.  I'm not to certain myself.
> My question is: I have only learnt one language so far and that is
> Visual Basic.net,

The worst choice. Sorry.

> I still want to learn those other languages, but
> for this course in AI we have to do a practical in AI, to develop an
> AI Agent, will VB.net be sufficient for a small practical agent, or
> should I consider looking at another language, if so which language
> would you say is the best for AI programming?

Probably you can program what you want in VB, but I would recommend to
learn anything else: python. You can learn everything you need reading
a few pages. Check out:
http://www.python.org/moin/BeginnersGuide

For almost everything in the book there is a wonderful implementation in
Python at: http://aima.cs.berkeley.edu/python/readme.html

With very few effort you can be able to understand the code, and use it
for your own course, adding and changing things.

There is other implementations of the code in the book, but they are far
from being easy and fast to understand if you don't know the language
(and probably even so):
Lisp by Peter Norvig, A Java implementation without too much comments by
Ravi Mohan, and another Java implementation of the first chapters by
myself (you can see a runnable applet example at:
http://www.artificialidea.com/java_examples/uninformed_search/index.html)

Iván Villanueva

#493 From: "Brandon Corfman" <bcorfman@...>
Date: Fri Feb 25, 2005 6:12 pm
Subject: Re: Programming
bcorfman
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, "kroax2" <kroax2@y...> wrote:
>
> <snip>
> My question is: I have only learnt one language so far and that is
> Visual Basic.net, I still want to learn those other languages, but
> for this course in AI we have to do a practical in AI, to develop an
> AI Agent, will VB.net be sufficient for a small practical agent, or
<snip>

I think VB.NET would be fine for agent programming since it has
object-oriented features, and that's important when you're
representing agents as objects in your system. The thing you may find
difficult is that none of the AIMA sample code is written in VB, so if
you want to understand the samples that have been provided, you'll
need to understand Lisp, Java or Python. Of course, you can always
write your code without looking at the samples. I've written C++ and
Python implementations of many exercises without reading anything
except the book, but be prepared to invest more time if you write
something from scratch.

Best regards,
Brandon

#494 From: "Ravi Mohan" <magesmail@...>
Date: Fri Feb 25, 2005 7:17 pm
Subject: Re: Programming
magesmail
Send Email Send Email
 
Dear "Kroax",
I am the maintainer of the aima  java code .
a couple of points in regard to your query,
From my experience , a language like lisp or python or ruby is the
most "suited" to ai programming because of
1)dynamic typing
2) "built in" common data structure like hashtables and lists . This
avoid a LOT of code bloat and makes traversal of trees etc a lot easier.
3)it is easier to write small interpreters in languages like python or
ruby or lisp vs languages like java or c# .This is particularly
important for the logic chapters.
4)they embody multiple paradigms (functional , object oriented etc)
wheras languages like java or C# are more or less  only OO .The OO
version of an algorithm can look superficially very different from a
fucntional version .

Having said all that, i belive the pseudo code in AIMA is VERY
amenable to implementation in any language you could think of. You
need to carefully balance the potential benefits of learning a new
language vs using what you laready know . Unfortunately this is a
decision only you can make .

I don't know enough about VB .net to comment. However i would be every
surprised if it turned out to be hard .If the code can be writen in
jvava it can be written in any decent language . :-)

May be the best thing to do would be to take the pseudo code form any
ONE chapter and try implementing it in VB.net . that will tell you far
more about the suitability or othewise of  the language than speculation .

And of course, as Ivan pointed out you have lisp, python and a couple
of variants of the java code to look at  .

Regds,
ravi






--- In aima-talk@yahoogroups.com, "kroax2" <kroax2@y...> wrote:
>
>
> I'm taking a course in AI, we are using the textbook "A Modern
> Approach".  I saw in the textbook that the code they work around
> looks more or less something like Java.  I'm not to certain myself.
> My question is: I have only learnt one language so far and that is
> Visual Basic.net, I still want to learn those other languages, but
> for this course in AI we have to do a practical in AI, to develop an
> AI Agent, will VB.net be sufficient for a small practical agent, or
> should I consider looking at another language, if so which language
> would you say is the best for AI programming?
>
> Thanx

#495 From: Steven Shaw <steshaw@...>
Date: Sat Feb 26, 2005 5:31 am
Subject: Re: Programming
steshaw
Send Email Send Email
 
On Fri, 25 Feb 2005 15:39:41 +0100, Ivan Villanueva
<ivan@...> wrote:
>
> Hello Unknown (I think it is not polite to avoid your name in a
> mailing list),
>
> > I'm taking a course in AI, we are using the textbook "A Modern
> > Approach".  I saw in the textbook that the code they work around
> > looks more or less something like Java.  I'm not to certain myself.
> > My question is: I have only learnt one language so far and that is
> > Visual Basic.net,
>
> The worst choice. Sorry.

Wrong! Be serious! There would be plenty of languages more worse for
plenty of different reasons. COBOL, PL/1...

> > I still want to learn those other languages, but
> > for this course in AI we have to do a practical in AI, to develop an
> > AI Agent, will VB.net be sufficient for a small practical agent, or
> > should I consider looking at another language, if so which language
> > would you say is the best for AI programming?
>
> Probably you can program what you want in VB, but I would recommend to
> learn anything else: python. You can learn everything you need reading
> a few pages. Check out:
> http://www.python.org/moin/BeginnersGuide

Everything I ever need? Just afew pages - what are the rest for?

I like Python but please don't overstate things. I've a friend who
programs in VB.NET. He tell me that there's only afew things you can
do in C# that you can't do in VB.NET (he still prefers C#). C# is so
close to Java that if you can make a reasonable implementation in Java
then I assume you can make one in VB.NET.

If deliverly on the .NET platform is the main constraint (otherwise
you could simply use Java or Lisp), you could consider IronPython - a
recent Python implementation for .NET. From what I've read it sounds
pretty wonderful (apparently can be faster than CPython)!

As most DotNetists seem to use C#, you should probably consider using
that rather than VB if there is no constraint - purely from a
marketable skills point of view.

If you'd like to learn a language that you won't probably use in your
professional career, perhaps the best is Common Lisp. It will provide
the most insights. I read bits of On Lisp, Lisp in Small Pieces, PAIP
and such when I can get a chance. Another option is Ruby. I like Ruby
alot - it is the most fun :-).

--
Steven Shaw http://c2.com/cgi/wiki?StevenShaw

#496 From: mohammad zali <mohamadzali@...>
Date: Sat Feb 26, 2005 6:35 am
Subject: Re: Programming
mohamadzali
Send Email Send Email
 
Hello
 
You are really a student?
 
Bye

kroax2 <kroax2@...> wrote:


I'm taking a course in AI, we are using the textbook "A Modern
Approach".  I saw in the textbook that the code they work around
looks more or less something like Java.  I'm not to certain myself.
My question is: I have only learnt one language so far and that is
Visual Basic.net, I still want to learn those other languages, but
for this course in AI we have to do a practical in AI, to develop an
AI Agent, will VB.net be sufficient for a small practical agent, or
should I consider looking at another language, if so which language
would you say is the best for AI programming?

Thanx









ãÍãÏ ÒÇáی


Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.

#497 From: Osamah alsaidi <ibnalsaidi@...>
Date: Sat Feb 26, 2005 2:06 pm
Subject: Re: Programming - Best Language
ibnalsaidi
Send Email Send Email
 
 
The Best Language for AI Programming is Prolog, Personally I like it for more than just AI.
 
Cheers,
Osama Alsaeede.
 


kroax2 <kroax2@...> wrote:


I'm taking a course in AI, we are using the textbook "A Modern
Approach".  I saw in the textbook that the code they work around
looks more or less something like Java.  I'm not to certain myself.
My question is: I have only learnt one language so far and that is
Visual Basic.net, I still want to learn those other languages, but
for this course in AI we have to do a practical in AI, to develop an
AI Agent, will VB.net be sufficient for a small practical agent, or
should I consider looking at another language, if so which language
would you say is the best for AI programming?

Thanx








#498 From: "fasisi2003" <fasisi2003@...>
Date: Sat Mar 5, 2005 1:45 am
Subject: Learn AI by autodidact
fasisi2003
Send Email Send Email
 
Dear guys,

Can you suggest the best way to learn AI by autodidact?

#499 From: mentifex@...
Date: Sat Mar 5, 2005 3:20 pm
Subject: Re: Learn AI by autodidact
mentifex
Send Email Send Email
 
>Dear guys,
>
>Can you suggest the best way to learn AI by autodidact?
>
http://mind.sourceforge.net/think.html#think is a good start.

#500 From: Ivan Villanueva <ivan@...>
Date: Mon Mar 7, 2005 5:29 pm
Subject: Re: Learn AI by autodidact
artificialidea
Send Email Send Email
 
> Can you suggest the best way to learn AI by autodidact?

I don't think there is a best way, neither there is such a field as AI.
People don't agree what is intelligence. E.g. was Deep Blue
intelligent ?

However, most people agree about the distinction between 1) classical A.I:
mainly searches to solve or play games and 2) modern A.I.: mainly
autonomous robots that learn themselves.

For classic A.I. the book Aima is a good start.

For modern A.I. I recommend "Understanding Intelligence" by Rolf
Pfeifer.

<advertisement>
You can finds links related to this books and more in my page:
http://www.artificialidea.com/books/index.html
</advertisement>

Iván.

#501 From: "troglodyte1984" <dbueno@...>
Date: Thu Mar 10, 2005 2:22 pm
Subject: Lisp neural net code
troglodyte1984
Send Email Send Email
 
I'm using the code found here -
http://aima.cs.berkeley.edu/lisp/learning/algorithms/ - for an
assignment I'm doing for school (don't worry, I'm not cheating). I
have a data set with which I'm testing the backpropagation of the
neural net. The problem is that using the ACCURACY function (found in
learning-curves.lisp) on the hypothesis outputted by NN-LEARNING I get
an accuracy of:

(ACCURACY -0.8285767177201122d0)

How could my accuracy be negative?

#502 From: hossein hajizadeh <hhajizadeh1008@...>
Date: Sun Mar 27, 2005 1:09 pm
Subject: What are the active fields in AI?
hhajizadeh1008
Send Email Send Email
 
Hi All

Can any body help me to know what are the active
fields of AI? In other words in what fields the
scientists are investigating most?

Thanks in advance
-Hossein



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

#503 From: "cathy82_alone" <cathy82_alone@...>
Date: Sun Mar 27, 2005 9:30 am
Subject: Chapter One
cathy82_alone
Send Email Send Email
 
Hey All,I recently started reading this book.  I was wondering if
anybody could help me with question on chapter 1. Can I get online
answers for those questions ? Please Help :(

#504 From: "AT Murray" <mentifex@...>
Date: Mon Mar 28, 2005 2:46 am
Subject: Re: What are the active fields in AI?
mentifex
Send Email Send Email
 
One active field in AI is theorizing about how the mind works.

http://mind.sourceforge.net/theory5.html is a linguistic AI theory.
Do you know of any other viable theories of mind for AI?

Another potentially active field is starting an AI like Mind.Forth
and seeing how long (hours; days; years) the AI may run without the
AI Mind crashing or the computer crashing.

http://mind.sourceforge.net/mind4th.html is the AI Mind.

The Association for Computing Machinery (ACM) Sigplan Notices has
published, six years apart, two articles about Mind.Forth AI:
http://doi.acm.org/10.1145/307824.307853 -- Dec. 1998;
http://doi.acm.org/10.1145/1052883.1052885 -- Dec. 2004.

#505 From: Robert Futrelle <futrelle@...>
Date: Sun Mar 27, 2005 9:40 pm
Subject: Re: What are the active fields in AI?
bobfutrelle
Send Email Send Email
 
You might find these resources a useful guide:

     http://www.aaai.org/aitopics/html/current.html

   - Bob Futrelle


>Hi All
>
>Can any body help me to know what are the active
>fields of AI? In other words in what fields the
>scientists are investigating most?
>
>Thanks in advance
>-Hossein
>

#506 From: gacantorm@...
Date: Sun Mar 27, 2005 9:02 pm
Subject: Re: What are the active fields in AI?
programaseco...
Send Email Send Email
 

no estiendo bien lo que me pregunta


Hi All

Can any body help me to know what are the active
fields of AI? In other words in what fields the
scientists are investigating most?

Thanks in advance
-Hossein


           
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/





#507 From: ¤pµu <mron.tw@...>
Date: Wed Mar 30, 2005 2:45 am
Subject: How to get the content of exercises(not solution) after every chapter?
mron.tw
Send Email Send Email
 
I didn't buy the Book(Artificial Intelligence: A Modern Approach,
2nd),but I need do the exercise(my homework) after some chapter. How to
get the content of exercises(not solution) ? just buy the book ?

#508 From: "Ravi Mohan" <magesmail@...>
Date: Wed Mar 30, 2005 11:52 am
Subject: Re: How to get the content of exercises(not solution) after every chapter?
magesmail
Send Email Send Email
 
hi .
  A few chapters are available on the aima site as pdfs thanks to the
authors's generosity .
If they are sufficient fro your needs you may want to grab them ,
especially if you have the first edition  . Else, you may want to just
buy a copy .

regds,
Ravi

--- In aima-talk@yahoogroups.com, ¤pµu <mron.tw@y...> wrote:
>
>
> I didn't buy the Book(Artificial Intelligence: A Modern Approach,
> 2nd),but I need do the exercise(my homework) after some chapter. How to
> get the content of exercises(not solution) ? just buy the book ?

Messages 479 - 508 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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