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 622 - 651 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#622 From: "Ivan F. Villanueva B." <ivan@...>
Date: Wed Feb 15, 2006 12:35 pm
Subject: Re: please , help me
artificialidea
Send Email Send Email
 
On Tue, Feb 14, 2006 09:47:00PM -0000, ahmed mohamed wrote:
> I want the slides of the book  "Artificial Intelligence A Modern
> Approach  second  Edition "

Did you look in the following address ?
http://aima.cs.berkeley.edu/

--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#623 From: "fasisi2003" <fasisi2003@...>
Date: Wed Feb 15, 2006 6:54 am
Subject: Knowledge base example and path plan
fasisi2003
Send Email Send Email
 
Dear All,

Can anyone help me to find examples of knowledge base and path
planning?

Anyone can give example on solving the vacuum cleaner problem from the
AIMA book?

Thank you,

Frans Indroyono

#624 From: "lamb" <lwang81096@...>
Date: Fri Feb 17, 2006 8:43 pm
Subject: Differences among ML, AI, ES
lwang81096
Send Email Send Email
 
Hello, I just have a little confused on differences among Machine
Learning, Artificial Intelligence, and Expert System. Is ML is the
subset of AI?? If not, which domain does not include within AI ?? How
about Expert System? Thanks for your attention! Look forward to you
input.

#625 From: "Ivan F. Villanueva B." <ivan@...>
Date: Sun Feb 19, 2006 1:06 pm
Subject: Re: Differences among ML, AI, ES
artificialidea
Send Email Send Email
 
On Fri, Feb 17, 2006 08:43:52PM -0000, lamb wrote:
>
> Hello, I just have a little confused on differences among Machine
> Learning, Artificial Intelligence, and Expert System.

I would say ML and ES are subsets of classic A.I.
--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#626 From: "Muhammad Ilyas" <sensitive_princeof_2005@...>
Date: Sun Feb 19, 2006 3:01 pm
Subject: need help immediately
sensitive_pr...
Send Email Send Email
 
hi everyone
   i need source code for the problem given in exercise 14.8 Q.6 in
the book  Artificial Intelligence By George F Luger &W.A.S
the problem statement is as following

use a back propagation net. to recognize ten (hand drawn) digits.
One approach would be to build a 4*6 array of points when a digit is
drawn on this grid it will cover some elements.giving them value 1
or 0 the 24 element vector would be the input vallue for ur net u
would build ur own training vectors.

please code should be in C++,java or .net
preferably in c++


please if u can then send me as soon as possible can also send at
ilyas_788@...

thanks
M.ILYAS

#627 From: Robert Futrelle <futrelle@...>
Date: Sun Feb 19, 2006 1:08 pm
Subject: Some general comments on how to research your projects
bobfutrelle
Send Email Send Email
 
Below is an expurgated version of comments I just wrote to a student.
Details that identify the student or topic have been replaced by
brackets <....>.  I hope that everyone in my AI courses might find
its suggestions useful.

- Prof. Futrelle
-------------------------------------------------

Your excitement about your proposed topic is palpable.  But the
bottom line is that your list of "strategies" is couched entirely  in
terms of <generating numbers through search, not by reasoning from
knowledge>.

Nowhere do you discuss true knowledge-based models of <your topic>.
Even in the Wumpus World, propositional and FOL is used to reason
<not just numbers>.

What's missing is some serious exploration of <your topic>, which
returns nnnK English pages on google.  <...> there are quite a number
of books about <your topic>.  You need to look at the literature of
<your topic>, instead of making slight extensions of <approaches>
based on <search and numerical scores>.

My first guess about the books and websites on <your topic> are that
the great majority of them will not approach the problem at the level
of sophistication of AIMA.  You need to find ones that do.

For example this google search is much more likely to return pointers
to serious work:

"<your topic>" site:aaai.org

Though you may not be able to get the various proceedings of the
meetings mentioned on the aaai site, you can at least get the
wkshp(s) one for $nn. Check out ordering online or call them on the
phone for fast turnaround.

In addition, if you google on the exact title of the <date> workshop,
you get nn hits, many of which are probably papers from the wkshp
that people have posted on their personal sites.  But you should
seriously consider ordering the full proceedings.

Google Scholar looks like a good source, with "<your topic>"
returning nn hits, mostly scholarly papers (of course).

I was disappointed that in your zeal to write about your ideas, you
appear to have done no scholarly research to discover serious work on
the topic.

You may well need to look toward uncertainty techniques such has
Bayes nets, the next topic in the course.  These approaches allow you
to build models of uncertain knowledge directly and then use
probabilistic techniques to make decisions based on comparing
computed probabilities of knowledge of states and results. These are
numerical scores in a sense, but they are achieved by a form of
reasoning from knowledge. Check out uncertainty in AI.

Still another subdomain is qualitative <....> reasoning. Still
another is machine learning in <your topic>.  You  might be able to
apply some WEKA tools as a critical component in building optimizing
knowledge-based memory into your <system>.

As you find serious work, drop me a line with some attached PDFs and
pointers to books, e.g., Amazon, or comments on ones you've skimmed
at B&N or Borders or Quantum Books (Kendall Square).  If you do your
research properly, I suspect that I'll be satisfied that you're be
moving beyond numbers to knowledge.

Amazon: http://www.amazon.com/<someone's 25 favorite books on your topic>

Remember, our interlibrary loan can get you books from all over the
country pretty fast.  You should assume that you can get your hands
on most of the books you find interesting. See
http://ill.lib.neu.edu/illiad/SLAW/FAQ.html

Frankly, it's not my job to do the above scouting for you.  But I do
it for selfish reasons, so I'll know more, mainly for my students,
and also in the hope that it will spur you to do a thorough and
proper job of background research and that you'll learn from it.

All this said, I tentatively approve your topic on the condition that
you immediately do some serious background research, primarily
focused on approaches that go beyond search-based and <numerical
approaches to your topic>.  What's needed is knowledge and reasoning,
not numbers.

- Professor Futrelle
    CCIS, Northeastern U., Boston, USA

PS: You'll need to standardize apart the various references to 'nn' above ;-)

<the student's lengthy proposal omitted>

#628 From: "Ivan F. Villanueva B." <ivan@...>
Date: Tue Feb 21, 2006 1:25 pm
Subject: extended Bayes' rule
artificialidea
Send Email Send Email
 
Hello,
just for those of you that don't know why:

P(X|e1,e2) = a P(X|e1) P(e2|X,e1)

which is used in different explanations in chapter 15, I have expanded the steps
in the Wikipedia article about the Bayes' theorem:

http://en.wikipedia.org/wiki/Bayes%27_theorem#Extensions_of_Bayes.27_theorem

--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#629 From: <pranjalawasthi@...>
Date: Mon Feb 20, 2006 4:15 am
Subject: Re: need help immediately
pranjalawasthi
Send Email Send Email
 
why cant u code it yourself?

Pranjal Awasthi
Indian Institute of Technology, Madras
Chennai, India

Muhammad Ilyas <sensitive_princeof_2005@...> wrote:
hi everyone
  i need source code for the problem given in exercise 14.8 Q.6 in
the book  Artificial Intelligence By George F Luger &W.A.S
the problem statement is as following

use a back propagation net. to recognize ten (hand drawn) digits.
One approach would be to build a 4*6 array of points when a digit is
drawn on this grid it will cover some elements.giving them value 1
or 0 the 24 element vector would be the input vallue for ur net u
would build ur own training vectors.

please code should be in C++,java or .net
preferably in c++


please if u can then send me as soon as possible can also send at
ilyas_788@...

thanks
M.ILYAS








Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.

#630 From: Robert Futrelle <futrelle@...>
Date: Tue Feb 21, 2006 10:09 pm
Subject: Re: need help immediately
bobfutrelle
Send Email Send Email
 
Good question.

Why do you want someone else to *give* you the code?

If it's for an assignment, you must do it yourself.

If not, why do you want it?

You should realize that your request is an odd one.

   - RPF


>why cant u code it yourself?
>
>Pranjal Awasthi
>Indian Institute of Technology, Madras
>Chennai, India
>
>Muhammad Ilyas <sensitive_princeof_2005@...> wrote:
>
>hi everyone
>   i need source code for the problem given in exercise 14.8 Q.6 in
>the book  Artificial Intelligence By George F Luger &W.A.S
>the problem statement is as following
>
>use a back propagation net. to recognize ten (hand drawn) digits.
>One approach would be to build a 4*6 array of points when a digit is
>drawn on this grid it will cover some elements.giving them value 1
>or 0 the 24 element vector would be the input vallue for ur net u
>would build ur own training vectors.
>
>please code should be in C++,java or .net
>preferably in c++
>
>
>please if u can then send me as soon as possible can also send at
>ilyas_788@...
>
>thanks
>M.ILYAS
>
>
>
>
>
>
>
>
>Brings words and photos together (easily) with
><http://us.rd.yahoo.com/mail_us/taglines/PMall/*http://photomail.mail.yahoo.com\
>PhotoMail
>- it's free and works with Yahoo! Mail.
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artifi\
cial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+\
intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fX\
WEV4ASPvHQ>Artificial
>intelligence software
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Art\
ificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artifici\
al+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvblu\
HUGZv4M3Wsnag>Artificial
>intelligence in business
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+inte\
lligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intellige\
nce&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-U\
g>Artificial
>intelligence
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Ar\
tificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artific\
ial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6\
BWbukAv5Ru4LcA>Artificial
>intelligence introduction
>
>
>YAHOO! GROUPS LINKS
>
>  Visit your group
>"<http://groups.yahoo.com/group/aima-talk>aima-talk" on the web.
>
>  To unsubscribe from this group, send an email to:
>
><mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe>aima-talk-uns\
ubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the
><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.

#631 From: "praveen_lesnar" <praveen_lesnar@...>
Date: Sun Feb 26, 2006 1:03 pm
Subject: versions of prolog
praveen_lesnar
Send Email Send Email
 
hi everyone,

as you people may be knowing there are a great number of prolog code
interpreters available as free such as the swi-prolog,quintus
prolog,LPA prolog,trinc prolog etc.can anyone plz help me as to which
one is the best to use?to make my own decisio i had to try out each
and every interepreter but i wanted to conduct a general poll on which
is the best.hoping for quick results

Praveen Samantray
NIT Trichy,India
praveen_lesnar@...

#632 From: Robert Futrelle <futrelle@...>
Date: Sun Feb 26, 2006 4:28 pm
Subject: Re: versions of prolog
bobfutrelle
Send Email Send Email
 
I'm no Prolog expert, but I surveyed a number of them and SWI-Prolog
seemed the best.  Install packages available for many platforms,
documentation, etc. Our Systems people installed it on Solaris for
us, and I did on my Mac OS X Tiger PB, with zero effort/problems.

I know people get involved in religious wars over these things, but
it works for me in my teaching just fine.

Outside the US there are many more Prolog experts who hopefully will
pipe in.  One student of mine from Greece wrote back to her AI
teacher in Greece about learning Lisp for my AIMA/PAIP-based course.
He had never even used Lisp, only Prolog.  Not surprising.

   - Bob Futrelle



>hi everyone,
>
>as you people may be knowing there are a great number of prolog code
>interpreters available as free such as the swi-prolog,quintus
>prolog,LPA prolog,trinc prolog etc.can anyone plz help me as to which
>one is the best to use?to make my own decisio i had to try out each
>and every interepreter but i wanted to conduct a general poll on which
>is the best.hoping for quick results
>
>Praveen Samantray
>NIT Trichy,India
>praveen_lesnar@...
>
>
>
>
>
>
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artifi\
cial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+\
intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fX\
WEV4ASPvHQ>Artificial
>intelligence software
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Art\
ificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artifici\
al+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvblu\
HUGZv4M3Wsnag>Artificial
>intelligence in business
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+inte\
lligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intellige\
nce&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-U\
g>Artificial
>intelligence
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Ar\
tificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artific\
ial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6\
BWbukAv5Ru4LcA>Artificial
>intelligence introduction
>
>
>YAHOO! GROUPS LINKS
>
>  Visit your group
>"<http://groups.yahoo.com/group/aima-talk>aima-talk" on the web.
>
>  To unsubscribe from this group, send an email to:
>
><mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe>aima-talk-uns\
ubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the
><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.

#633 From: "teradon2000" <teradon2000@...>
Date: Mon Feb 27, 2006 5:41 am
Subject: HELP: Is there a missing package in the aima.zip???
teradon2000
Send Email Send Email
 
Hi all,

I've been trying to get the java code in aima.zip
(http://aima.cs.berkeley.edu/code.html#index repository of
implementations of the AIMA textbook's pseudocode) to work under Sun
Java Studio Enterprise 8. I unzipped the files into c:\ so now I have
c:\aima\. The src\* and build.xml files reference a package called
junit. All I've found out so far is that this package is supposed to
be in the c:\javalibs folder, which does not come in aima.zip.

Has anyone ran into this problem?

#634 From: "Ravi Mohan" <magesmail@...>
Date: Mon Feb 27, 2006 9:54 am
Subject: Re: HELP: Is there a missing package in the aima.zip???
magesmail
Send Email Send Email
 
Hi,

There is a "notes.txt" file included in aima.zip.

In the "Build Instructions" section it says ...

"....

To run the tests , you will need to put junit(www.junit.org) on the
CLASSPATH..."

edit the "lib" property in the build.xml file to reflect your location
of junit.

Thus, change

<property name="lib" value="c:/javalibs"/>
to
<property name="lib" value="wherever-you-put-junit"/>

Having said that, I'll see what I can do to make this dependency more
explicit in the next code drop.

Regards,
Ravi

--- In aima-talk@yahoogroups.com, "teradon2000" <teradon2000@...> wrote:
>
> Hi all,
>
> I've been trying to get the java code in aima.zip
> (http://aima.cs.berkeley.edu/code.html#index repository of
> implementations of the AIMA textbook's pseudocode) to work under Sun
> Java Studio Enterprise 8. I unzipped the files into c:\ so now I have
> c:\aima\. The src\* and build.xml files reference a package called
> junit. All I've found out so far is that this package is supposed to
> be in the c:\javalibs folder, which does not come in aima.zip.
>
> Has anyone ran into this problem?
>

#635 From: Robert Futrelle <futrelle@...>
Date: Mon Feb 27, 2006 10:04 am
Subject: Re: HELP: Is there a missing package in the aima.zip???
bobfutrelle
Send Email Send Email
 
junit is something you get elsewhere, not from AIMA.

If you use Eclipse, junit is probably already in your Eclipse plugins folder.

If there is no junit.jar file on your system, get it from:

http://www.junit.org/index.htm

To use it with Eclipse, google junit eclipse to find items such as

http://www.onjava.com/pub/a/onjava/2004/02/04/juie.html

To learn about using junit w/o Eclipse, google junit.

   -- Bob Futrelle



>Hi all,
>
>I've been trying to get the java code in aima.zip
>(<http://aima.cs.berkeley.edu/code.html#index>http://aima.cs.berkeley.edu/code.\
html#index
>repository of
>implementations of the AIMA textbook's pseudocode) to work under Sun
>Java Studio Enterprise 8. I unzipped the files into c:\ so now I have
>c:\aima\. The src\* and build.xml files reference a package called
>junit. All I've found out so far is that this package is supposed to
>be in the c:\javalibs folder, which does not come in aima.zip.
>
>Has anyone ran into this problem?
>
>
>
>
>
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artifi\
cial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+\
intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fX\
WEV4ASPvHQ>Artificial
>intelligence software
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Art\
ificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artifici\
al+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvblu\
HUGZv4M3Wsnag>Artificial
>intelligence in business
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+inte\
lligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intellige\
nce&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-U\
g>Artificial
>intelligence
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Ar\
tificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artific\
ial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6\
BWbukAv5Ru4LcA>Artificial
>intelligence introduction
>
>
>YAHOO! GROUPS LINKS
>
>  Visit your group
>"<http://groups.yahoo.com/group/aima-talk>aima-talk" on the web.
>
>  To unsubscribe from this group, send an email to:
>
><mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe>aima-talk-uns\
ubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the
><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.

#636 From: "fasisi2003" <fasisi2003@...>
Date: Tue Feb 28, 2006 4:34 am
Subject: Knowledge Base Example
fasisi2003
Send Email Send Email
 
Dear Group,

(I learn AI by my self. I don't go to university so I don't need to
cheat a home work.)

Can any one give me axample of knowledge base (in code not description
like in the book)?

Thank you

Frans Indroyono

#637 From: "Ravi Mohan" <magesmail@...>
Date: Tue Feb 28, 2006 12:07 pm
Subject: Re: Knowledge Base Example
magesmail
Send Email Send Email
 
Hi
  The java, python, and lisp implementations of the AIMA code have code
for Knowledge Bases.
Regards,
ravi


--- In aima-talk@yahoogroups.com, "fasisi2003" <fasisi2003@...> wrote:
>
> Dear Group,
>
> (I learn AI by my self. I don't go to university so I don't need to
> cheat a home work.)
>
> Can any one give me axample of knowledge base (in code not description
> like in the book)?
>
> Thank you
>
> Frans Indroyono
>

#638 From: victor.lopez@...
Date: Tue Feb 28, 2006 3:23 pm
Subject: {Verificado} State of Afairs in AI
vlopez2010
Send Email Send Email
 

Hi Greetings from Panama, Central America.

In addition to the AIMA Book, where else could I find the state of afairs regarding the advances in AI research?

I am beginning to read about AI, thanks.



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

#639 From: Robert Futrelle <futrelle@...>
Date: Tue Feb 28, 2006 3:42 pm
Subject: Re: {Verificado} State of Afairs in AI
bobfutrelle
Send Email Send Email
 
Try the many resources on the AIMA site.

And try http://www.aaai.org/AITopics/html/welcome.html

   - Bob

>Hi Greetings from Panama, Central America.
>
>In addition to the AIMA Book, where else could I
>find the state of afairs regarding the advances
>in AI research?
>
>I am beginning to read about AI, thanks.
>
>
>
>----------------------------------------------------------------
>This message was sent using IMP, the Internet Messaging Program.
>
>--
>Este mensaje ha sido analizado por <http://www.mailscanner.info/>MailScanner
>en busca de virus y otros contenidos peligrosos,
>y se considera que está limpio.
>
>SPONSORED LINKS
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artifi\
cial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+\
intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fX\
WEV4ASPvHQ>Artificial
>intelligence software
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Art\
ificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artifici\
al+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvblu\
HUGZv4M3Wsnag>Artificial
>intelligence in business
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+inte\
lligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intellige\
nce&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-U\
g>Artificial
>intelligence
><http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Ar\
tificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artific\
ial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6\
BWbukAv5Ru4LcA>Artificial
>intelligence introduction
>
>
>YAHOO! GROUPS LINKS
>
>  Visit your group
>"<http://groups.yahoo.com/group/aima-talk>aima-talk"
>on the web.
>
>  To unsubscribe from this group, send an email to:
>
><mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe>aima-talk-uns\
ubscribe@yahoogroups.com
>
>  Your use of Yahoo! Groups is subject to the
><http://docs.yahoo.com/info/terms/>Yahoo! Terms
>of Service.

#640 From: victor.lopez@...
Date: Wed Mar 1, 2006 5:07 pm
Subject: {Verificado} Re: {Verificado} Re: {Verificado} State of Afairs in AI
vlopez2010
Send Email Send Email
 

Thanks Bob.

----- Message from futrelle@... ---------
    Date: Tue, 28 Feb 2006 10:42:50 -0500
    From: Robert Futrelle <futrelle@...>
Reply-To: aima-talk@yahoogroups.com
Subject: {Verificado} Re: [aima-talk] {Verificado} State of Afairs in AI
      To: aima-talk@yahoogroups.com


> Try the many resources on the AIMA site.
>
> And try http://www.aaai.org/AITopics/html/welcome.html[1]
>
>  - Bob
>
>> Hi Greetings from Panama, Central America.
>>
>> In addition to the AIMA Book, where else could I
>> find the state of afairs regarding the advances
>> in AI research?
>>
>> I am beginning to read about AI, thanks.
>>
>>
>>
>> ----------------------------------------------------------------
>> This message was sent using IMP, the Internet Messaging Program.
>>
>> --
>> Este mensaje ha sido analizado por
> <http://www.mailscanner.info/[2]>MailScanner
>> en busca de virus y otros contenidos peligrosos,
>> y se considera que está limpio.
>>
>> SPONSORED LINKS
>> <http://groups..yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fXWEV4ASPvHQ[3]>Artificial
>
>> intelligence software
>> <http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvbluHUGZv4M3Wsnag[4]>Artificial
>
>> intelligence in business
>> <http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-Ug[5]>Artificial
>
>> intelligence
>> <http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6BWbukAv5Ru4LcA[6]>Artificial
>
>> intelligence introduction
>>
>>
>> YAHOO! GROUPS LINKS
>>
>>  Visit your group
>> "<http://groups.yahoo.com/group/aima-talk[7]>aima-talk"
>> on the web.
>>
>>  To unsubscribe from this group, send an email to:
>>
>> <mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe>aima-talk-unsubscribe@yahoogroups.com
>>
>>  Your use of Yahoo! Groups is subject to the
>> <http://docs.yahoo.com/info/terms/[8]>Yahoo! Terms
>> of Service.
>
> SPONSORED LINKS
>
>          Artificial intelligence software[9]                  Artificial intelligence in
> business[10]                  Artificial intelligence[11]
>          Artificial intelligence introduction[12]
>
> -------------------------
> YAHOO! GROUPS LINKS
>
>  *  Visit your group "aima-talk[13]" on the web.
>
>  *  To unsubscribe from this group, send an email to:
> aima-talk-unsubscribe@yahoogroups.com[14]
>
>  *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service[15].
>
> -------------------------
>
> --
> Este mensaje ha sido analizado por MAILSCANNER[16]
> en busca de virus y otros contenidos peligrosos,
> y se considera que está limpio.
>
> Links:
> ------
> [1] http://www.aaai.org/AITopics/html/welcome.html
> [2] http://www.mailscanner.info/
> [3]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fXWEV4ASPvHQ
> [4]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvbluHUGZv4M3Wsnag
> [5]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-Ug
> [6]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6BWbukAv5Ru4LcA
> [7] http://groups.yahoo.com/group/aima-talk
> [8] http://docs.yahoo.com/info/terms/
> [9]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+software&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=Z-KgstNm21fXWEV4ASPvHQ
> [10]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+in+business&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=477uHvbluHUGZv4M3Wsnag
> [11]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=LONI6S4JBLJohI0gb7t-Ug
> [12]
> http://groups.yahoo.com/gads?t=ms&k=Artificial+intelligence+introduction&w1=Artificial+intelligence+software&w2=Artificial+intelligence+in+business&w3=Artificial+intelligence&w4=Artificial+intelligence+introduction&c=4&s=150&.sig=n5dsIRz6BWbukAv5Ru4LcA
> [13] http://groups.yahoo.com/group/aima-talk
> [14] mailto:aima-talk-unsubscribe@yahoogroups.com?subject=Unsubscribe
> [15] http://docs.yahoo.com/info/terms/
> [16] http://www.mailscanner.info/
>


----- End message from futrelle@... -----



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

#641 From: "Ghada K. Khedr" <ghkm1984@...>
Date: Thu Mar 2, 2006 6:21 am
Subject: applications
ghkm1984
Send Email Send Email
 
hi all ,
 
I'm required to make a presentation about applications learning techniques mentioned in ch.19
is there a way to find it easy ?
 
thanks for u all


----------------------------------------------------------------------------------

Ghada   ---

æáÑÈøó äÇÒáÉò íÖíÞõ ÈåÇ ÇáÝÊì *** ÐÑÚÇð æÚäÏÇááå ãäåÇ ÇáãÎÑóÌõ

 


Yahoo! Mail
Use Photomail to share photos without annoying attachments.

#642 From: lwang81096 <lwang81096@...>
Date: Tue Feb 28, 2006 7:49 pm
Subject: ¦^ÂÐ: Re: Differences among ML, AI, ES
lwang81096
Send Email Send Email
 
Thanks for your comment.

--- "Ivan F. Villanueva B." <ivan@...>
»¡¡G


---------------------------------
On Fri, Feb 17, 2006 08:43:52PM -0000, lamb wrote:
>
> Hello, I just have a little confused on differences
among Machine
> Learning, Artificial Intelligence, and Expert
System.

I would say ML and ES are subsets of classic A.I.
--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will
bring            >>>
<<<                     Software patents by the
backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn
                >>>


       SPONSORED LINKS

Artificial intelligence software
              Artificial intelligence in business
                              Artificial intelligence

       Artificial intelligence introduction


---------------------------------
   YAHOO! GROUPS LINKS


     Visit your group "aima-talk" on the web.

     To unsubscribe from this group, send an email to:
  aima-talk-unsubscribe@yahoogroups.com

     Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.


---------------------------------




___________________________________________________  ³Ì·sª© Yahoo!©_¼¯§Y®É³q°T
7.0¡A§K¶Oºô¸ô¹q¸Ü¥ô§A¥´¡I  http://messenger.yahoo.com.tw/

#643 From: "Ivan F. Villanueva B." <ivan@...>
Date: Thu Mar 2, 2006 3:18 pm
Subject: Re: {Verificado} State of Afairs in AI
artificialidea
Send Email Send Email
 
Hola Victor,

> In addition to the AIMA Book, where else could I find the state of afairs
> regarding the advances in AI research?

The field is changing extremely fast. Nowadays there are two main directions:
classic AI (most of AIMA book), dealing with symbolic computation, and, I would
call it, cognitive AI. Examples of the last:
http://en.wikipedia.org/wiki/Epigenetic_robotics
http://en.wikipedia.org/wiki/Autonomous_robot
http://en.wikipedia.org/wiki/Cognitive_robotics

--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#644 From: "chinatigershanghai" <chinatigershanghai@...>
Date: Thu Mar 9, 2006 6:37 pm
Subject: help
chinatigersh...
Send Email Send Email
 
For a admissable but not monotone heuristic function, A* and A* with
properly designed cycling checker,both provide opTimal solution,Is it
right or wrong ? we have debat at class.no conclution.Pl some one help
us out.

#645 From: "\[3!|_/\\|_" <bilal_hayat_butt@...>
Date: Sat Mar 11, 2006 5:16 am
Subject: Re: help
bilal_hayat_...
Send Email Send Email
 
A* gives optimal result unless the heuristic function does not overestimates.
see AI by kevin knight for a discription of this....

chinatigershanghai <chinatigershanghai@...> wrote:
For a admissable but not monotone heuristic function, A* and A* with
properly designed cycling checker,both provide opTimal solution,Is it
right or wrong ? we have debat at class.no conclution.Pl some one help
us out.








[3 ! |_ /\ |_


Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.

#646 From: john nassan <dr_mysterious2002@...>
Date: Thu Mar 16, 2006 2:34 am
Subject: Problems in the Book of AI
dr_mysteriou...
Send Email Send Email
 
hi everybody ,i am john a new member of your group
i need help in 2 problems in the AI book
the problems are 16.11 and 17.10 so plz if anyone could help me to solve these problems or even send me the solutions ............i would be thankfull
   thanks in advance
byeeee


Yahoo! Mail
Use Photomail to share photos without annoying attachments.

#647 From: john nassan <dr_mysterious2002@...>
Date: Thu Mar 16, 2006 6:16 pm
Subject: chapter 16 and chapter 17
dr_mysteriou...
Send Email Send Email
 
hi every body,
i need some help in chapter 16 and 17 .....some problems after these chapter are difficult...problem 16.11 and problem 17.10 ...i cant solve these problems...so if anybody can help me to solve these problems or send me the solution and i will try to understand the answer.....thatnkx in advance
bye


Yahoo! Travel
Find great deals to the top 10 hottest destinations!

#648 From: "Ivan F. Villanueva B." <ivan@...>
Date: Fri Mar 17, 2006 4:47 pm
Subject: Re: Problems in the Book of AI
artificialidea
Send Email Send Email
 
Hi John,

On Wed, Mar 15, 2006 06:34:19PM -0800, john nassan wrote:
> hi everybody ,i am john a new member of your group
> i need help in 2 problems in the AI book
> the problems are 16.11 and 17.10 so plz if anyone could help me to solve these
> problems or even send me the solutions ............i would be thankfull

<irony>
If it is an assignment for a class, you could send us the mail address of your
tutor and we would send the solutions directly, so you don't even need to spend
time doing it.
</irony>

--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#649 From: "chinatigershanghai" <chinatigershanghai@...>
Date: Sun Mar 19, 2006 12:54 am
Subject: Re: help
chinatigersh...
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, "\[3!|_/\\|_" <bilal_hayat_butt@...>
wrote:
>
> A* gives optimal result unless the heuristic function does not
overestimates.
>   see AI by kevin knight for a discription of this....
>
> chinatigershanghai <chinatigershanghai@...> wrote:
>   For a admissable but not monotone heuristic function, A* and A* with
> properly designed cycling checker,both provide opTimal solution,Is it
> right or wrong ? we have debat at class.no conclution.Pl some one help
> us out.
>
>
>
>
>
>
>
>   SPONSORED LINKS
>         Artificial intelligence software   Artificial intelligence
in business   Artificial intelligence     Artificial intelligence
introduction
>
> ---------------------------------
>   YAHOO! GROUPS LINKS
>
>
>     Visit your group "aima-talk" on the web.
>
>     To unsubscribe from this group, send an email to:
>  aima-talk-unsubscribe@yahoogroups.com
>
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> ---------------------------------
>
>
>
>
>
> [3 ! |_ /\ |_
>
>
> ---------------------------------
> Yahoo! Mail
> Bring photos to life! New PhotoMail  makes sharing a breeze.
>
Consider:
          [s]
     4/      \1
  [b]  ---  [a]
5|      2
  [c]
  1|
  [g]

h(a) = 2
h(b) = 1
h(c) = 1
h(g) = 0

I believe that the computer will output
{ S -> B, B->C , C -> G }
but the optimal solution will be
{S -> A, A->B, B -> C, C-> G }

The program produces different output because of cycle checking with a
bad heuristic. But as you can see, it is not optimal. So saying that
cycling checking always produces an optimal solutions is incorrect. Am
I right or am I wrong?

#650 From: "Ivan F. Villanueva B." <ivan@...>
Date: Tue Mar 21, 2006 12:06 pm
Subject: Re: Re: help
artificialidea
Send Email Send Email
 
On Sun, Mar 19, 2006 12:54:19AM -0000, chinatigershanghai wrote:
> Consider:
>          [s]
>     4/      \1
>  [b]  ---  [a]
> 5|      2
>  [c]
>  1|
>  [g]
>
> h(a) = 2
> h(b) = 1
> h(c) = 1
> h(g) = 0
>
> I believe that the computer will output
> { S -> B, B->C , C -> G }
> but the optimal solution will be
> {S -> A, A->B, B -> C, C-> G }
>
> The program produces different output because of cycle checking with a
> bad heuristic. But as you can see, it is not optimal. So saying that
> cycling checking always produces an optimal solutions is incorrect. Am
> I right or am I wrong?

Depends on the cycle check you use. But without it the A* algorithm will output
the
optimal solution.

--
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

#651 From: "dellnya" <arman_fatahy@...>
Date: Thu Mar 23, 2006 4:23 am
Subject: How I can get an AI book or ebook
dellnya
Send Email Send Email
 
Hello dear student.
I'm an iranian student and I want to have the "AI: A Modern Approach"
Book or ebook how I can get it?
Best hopes to you...

Messages 622 - 651 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