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
Messages 173 - 212 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#173 From: Alberto Vera <artificialintelligenceperu@...>
Date: Tue Jun 3, 2003 7:33 pm
Subject: Neural Network - layers in a net
artificialin...
Send Email Send Email
 
Hello:
 
Could you tell me about any method to answer this questions?
a) How many hidden layers do I set in a neural network?
b) How many neurons do I set for each hidden layer ?
c) how many layers is it better to set in a neural network?
 
Regards


Yahoo! Messenger
Nueva versión: Super Webcam, voz, caritas animadas, y más ¡Gratis!

#174 From: "Serguei A. Mokhov" <mokhov@...>
Date: Tue Jun 3, 2003 8:21 pm
Subject: Re: Neural Network - layers in a net
stgunya
Send Email Send Email
 
On Tue, 3 Jun 2003, [iso-8859-1] Alberto Vera wrote:

> Hello:
>
> Could you tell me about any method to answer this questions?
> a) How many hidden layers do I set in a neural network?
> b) How many neurons do I set for each hidden layer ?
> c) how many layers is it better to set in a neural network?

These are /research/ questions. For c) minimum you have to have two, input
and output layers. a) and c) and number of links (it may not necessarily
be a fully-connected network) are a research component. Try :) To be
computationally-feasible on a "commodity" class machines don't try too
many hidden layers with many neurons in a fully-connected network.

To give a few numbers: in one of our projects a net of 512 input neurons,
32 output neurons, a hidden layer of 1024, then 512, then 256 (a total of
5 layers) on my PIII, 550Mhz, 512Mb of RAM has never completed because it
ran out of memory.

--
Serguei A. Mokhov
Computer Science Department
Concordia University

#175 From: Peter Norvig <peter@...>
Date: Tue Jun 3, 2003 9:39 pm
Subject: Re: Neural Network - layers in a net
norvig
Send Email Send Email
 
You will find many rules of thumb to say exactly how many layers or
units to put into a network.  Don't believe them. The best answer is to
search the parameter space and use cross-validation.  A helpful
discussion is at
http://www-aig.jpl.nasa.gov/public/home/decoste/HTMLS/NN/FAQ/
FAQ2.html#A_hu


On Tuesday, June 3, 2003, at 12:33  PM, Alberto Vera wrote:

> Hello:
>  
> Could you tell me about any method to answer this questions?
> a) How many hidden layers do I set in a neural network?
> b) How many neurons do I set for each hidden layer ?
> c) how many layers is it better to set in a neural network?
>  
> Regards
>
>

#176 From: "dhteuri" <dhteuri@...>
Date: Wed Jun 4, 2003 7:12 pm
Subject: 8.5 THE GROCERY SHOPPING WORLD
dhteuri
Send Email Send Email
 
I need help , if you have source code of this Ai-KB please send it
to  me .

#177 From: "Tommy French" <Tommy_French@...>
Date: Thu Jun 5, 2003 5:02 pm
Subject: Point of clarification...
tfrench66
Send Email Send Email
 
Hi.
 
I am currently using AIMA printed in 1995 (2nd printing - I think!) and I think I spotted a mistake or just a point that needs to be clarified in the CURRENT-BEST-LEARNING algorithm on page 547, Chapter 18, section 18.5.
 
The line reads
for each remaining example in examples do
 
should it not read -
 
for each remaining example e in examples do
 
As we use the variable e in the rest of the algorithm, but it is never initialised.
 
 
Yours thankfully,
T. French

#178 From: "tfrench66" <Tommy_French@...>
Date: Thu Jun 5, 2003 4:23 pm
Subject: Point of clarification...
tfrench66
Send Email Send Email
 
Hi.

I am currently using AIMA printed in 1995 (2nd printing - I think!) and I think
I spotted a mistake or just a point that needs to be clarified in the
CURRENT-BEST-LEARNING algorithm on page 547, Chapter 18, section 18.5.

The line reads
for each remaining example in examples do

should it not read -

for each remaining example e in examples do

As we use the variable e in the rest of the algorithm, but it is never
initialised.


Yours thankfully,
T. French

Computer Science and Artificial Intelligence Undergraduate
University of Edinburgh, UK

#179 From: "kuziz" <kuziz@...>
Date: Fri Jun 6, 2003 11:21 am
Subject: Grocery shopping world
kuziz
Send Email Send Email
 
hi

I am learning the grocery shopping world at A.I course.
i need some explainations about this subject

regards

Jacob

#183 From: "serge_stinckwich" <sergio36@...>
Date: Tue Jul 15, 2003 4:56 pm
Subject: French translation of AIMA ?
serge_stinck...
Send Email Send Email
 
Hi all,

i already post this question last year before the second edition was
released. Do you have any plans to have a french translation of AIMA
available ? I dunno how to proceed to make one : talk to a french editor ?

Best regards,

PS : please reply to my real address : Serge DOT Stinckwich AT info
DOT unicaen DOT fr

--
Serge Stinckwich                                         -< )
Université de Caen>CNRS UMR 6072>GREYC>MAD                /~\
http://www.iutc3.unicaen.fr/serge/                       (/  |
Smalltalkers do: [:it | All with: Class, (And love: it)] _|_/

#188 From: "bondxmax" <bondxmax@...>
Date: Fri Jul 25, 2003 1:26 pm
Subject: problem in natural language processing......
bondxmax
Send Email Send Email
 
hello,
        i am a student of MS in computer science. i am doing my final
year project in natural language processing. my problems are
1. is there any online book available on the web, or  online tutorial.
    please inform me.
2. are textstorm and clouds available on the web for downdoad.

     regards.
      girish

#191 From: Peter Norvig <peter@...>
Date: Fri Jul 25, 2003 5:46 pm
Subject: Re: problem in natural language processing......
norvig
Send Email Send Email
 
The two best books are "Speech and Language Processing" and
"Foundations of Statistical NLP". Neither is online.
http://aima.cs.berkeley.edu/ai.html#nlp has some online resources, but
not books.

-Peter

On Friday, July 25, 2003, at 06:26  AM, bondxmax wrote:

> hello,
>        i am a student of MS in computer science. i am doing my final
> year project in natural language processing. my problems are
> 1. is there any online book available on the web, or  online tutorial.
>    please inform me.
> 2. are textstorm and clouds available on the web for downdoad.
>
>     regards.
>      girish
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Buy Ink Cartridges & Refill Kits for Your Epson at Myinks.com
> Free shipping on orders $50 or more to the US and Canada.
> http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
> http://us.click.yahoo.com/brYXfA/_xWGAA/ySSFAA/7brrlB/TM
> ---------------------------------------------------------------------
> ~->
>
> To unsubscribe from this group, send an email to:
> aima-talk-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>

#192 From: Luis <luizsoarez@...>
Date: Fri Jul 25, 2003 9:26 pm
Subject: Re: problem in natural language processing......
luizsoarez
Send Email Send Email
 
bondxmax wrote:

> hello,
>        i am a student of MS in computer science. i am doing my final
> year project in natural language processing. my problems are
> 1. is there any online book available on the web, or  online tutorial.
>    please inform me.

Hello there.


I'm not experienced at all in this field by you can find "Prolog and
Natural-Language Analysis" in this link:
http://www.mtome.com/pnla-physical.html.
In http://www.comsem.org/ there are also 2 books on computational
semantics, also using prolog.


Hope it helps,
Luis

#194 From: "kaylasrevenge222" <kaylasrevenge222@...>
Date: Wed Jul 30, 2003 4:48 pm
Subject: New Way to Date!
kaylasreveng...
Send Email Send Email
 
This site needs no introduction its all for us it's soooo kickass for the
singles scene!
You guys have to check it oufor yourself!!

http://www.internetsexads.com/landing.asp?afl=EYHO

#195 From: tayss s <tayss_temp@...>
Date: Sun Aug 3, 2003 4:05 pm
Subject: Difference between int'l & normal edition?
tayss_temp
Send Email Send Email
 
Hi, I'm ordering a copy of AIMA, and I have the
possibility of getting the "International Edition."
It seems a little more recent and wallet-friendly.
Does anyone know the difference between it and the
normal?

http://www.amazon.de/exec/obidos/ASIN/0130803022/qid=1059874381/sr=2-1/ref=sr_2_\
11_1/302-8537986-5434454
http://www.amazon.de/exec/obidos/ASIN/0137903952/qid=1059874381/sr=2-2/ref=sr_2_\
11_2/302-8537986-5434454

Thanks,
Tayss

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

#196 From: "Brandon Corfman" <bcorfman@...>
Date: Wed Aug 13, 2003 1:07 pm
Subject: Mozilla 1.4 and AIMA web site
bcorfman
Send Email Send Email
 
When I try to access aima.cs.berkeley.edu with Mozilla 1.4, I get a
dialog popping up asking me for a name and password for Kerberos
authentication. IE doesn't have this issue. I would suggest this issue
  be raised to a network admin at Berkeley, so they can fix it. I don't
remember it happening before; I use Mozilla all the time.

Thanks,
Brandon

#197 From: "Peter Norvig" <peter@...>
Date: Wed Aug 13, 2003 4:10 pm
Subject: Re: Mozilla 1.4 and AIMA web site
norvig
Send Email Send Email
 
I believe this was a temporary configuration problem, now fixed.  Let us know if
there
are further problems.

-Peter

--- In aima-talk@yahoogroups.com, "Brandon Corfman" <bcorfman@a...> wrote:
> When I try to access aima.cs.berkeley.edu with Mozilla 1.4, I get a
> dialog popping up asking me for a name and password for Kerberos
> authentication. IE doesn't have this issue. I would suggest this issue
>  be raised to a network admin at Berkeley, so they can fix it. I don't
> remember it happening before; I use Mozilla all the time.
>
> Thanks,
> Brandon

#198 From: tayss s <tayss_temp@...>
Date: Mon Aug 4, 2003 8:00 pm
Subject: Re: Difference between int'l & normal edition?
tayss_temp
Send Email Send Email
 
I'm guessing it's of flimsier build quality to compete
in cost-conscious markets, based on what O'Reilly says
about its int'l editions.  Thanks, I don't think this
is important enough anymore to respond to.

Tayss


--- tayss s <tayss_temp@...> wrote:
> Hi, I'm ordering a copy of AIMA, and I have the
> possibility of getting the "International Edition."
> It seems a little more recent and wallet-friendly.
> Does anyone know the difference between it and the
> normal?
>
>
http://www.amazon.de/exec/obidos/ASIN/0130803022/qid=1059874381/sr=2-1/ref=sr_2_\
11_1/302-8537986-5434454
>
http://www.amazon.de/exec/obidos/ASIN/0137903952/qid=1059874381/sr=2-2/ref=sr_2_\
11_2/302-8537986-5434454
>
> Thanks,
> Tayss
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
>
> ------------------------ Yahoo! Groups Sponsor
>
> To unsubscribe from this group, send an email to:
> aima-talk-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

#199 From: Maithreebhanu <bhanu128@...>
Date: Tue Aug 26, 2003 4:58 pm
Subject: Re: Difference between int'l & normal edition?
bhanu128
Send Email Send Email
 
Hi,
Iam from sri lanka and recenly got the Int ed. I belive only the cover is diffrent. Whatever iam perfectly happy with it. And what a good book i might add.
 
bhanu
tayss s <tayss_temp@...> wrote:
I'm guessing it's of flimsier build quality to compete
in cost-conscious markets, based on what O'Reilly says
about its int'l editions.  Thanks, I don't think this
is important enough anymore to respond to.

Tayss


--- tayss s <tayss_temp@...> wrote:
> Hi, I'm ordering a copy of AIMA, and I have the
> possibility of getting the "International Edition."
> It seems a little more recent and wallet-friendly.
> Does anyone know the difference between it and the
> normal?
>
>
http://www.amazon.de/exec/obidos/ASIN/0130803022/qid=1059874381/sr=2-1/ref=sr_2_11_1/302-8537986-5434454
>
http://www.amazon.de/exec/obidos/ASIN/0137903952/qid=1059874381/sr=2-2/ref=sr_2_11_2/302-8537986-5434454
>
> Thanks,
> Tayss
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
>
> ------------------------ Yahoo! Groups Sponsor
>
> To unsubscribe from this group, send an email to:
> aima-talk-unsubscribe@yahoogroups.com
>

>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



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.


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

#200 From: "ironmaid60" <ironmaid60@...>
Date: Tue Aug 26, 2003 7:41 pm
Subject: excercise solutions
ironmaid60
Send Email Send Email
 
Hello, I have the italian version of this great book, but
unfortunately there are not the solutions to the excercises, so if
someone knows where i can find them, please help me,

thank you very much :)

#201 From: "Peter Norvig" <peter@...>
Date: Wed Aug 27, 2003 3:09 am
Subject: Re: excercise solutions
norvig
Send Email Send Email
 
Solutions to exercises are not available.  The reason is that instructors want
to
assign exercises as homework, and want the students to do the work
themselves, rather than copying the answers.

-Peter Norvig

--- In aima-talk@yahoogroups.com, "ironmaid60" <ironmaid60@y...> wrote:
> Hello, I have the italian version of this great book, but
> unfortunately there are not the solutions to the excercises, so if
> someone knows where i can find them, please help me,
> thank you very much :)

#202 From: "cogganet2002" <cogganet2002@...>
Date: Thu Aug 28, 2003 11:36 am
Subject: space state question 3.15.a
cogganet2002
Send Email Send Email
 
not after the answer, trying to understand the question
given (x, y) number of states would be x * y
but qn b
paths to goal ?????
my maths not that strong to analyse this
any help or hints appreciated

cogga

#203 From: "ironmaid60" <ironmaid60@...>
Date: Wed Aug 27, 2003 12:34 pm
Subject: Re: excercise solutions
ironmaid60
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, "Peter Norvig" <peter@n...> wrote:
> Solutions to exercises are not available.  The reason is that
instructors want to
> assign exercises as homework, and want the students to do the work
> themselves, rather than copying the answers.
>
> -Peter Norvig

I understand this, but there are a lot of students that prepare
themselves with the book without following classes, and in those
cases (like mine) it would be useful to have at least part of the
answers, because otherwise you don't know if your answers are right
or wrong.. that was my case, but no problem, thank you very much for
answering me :)

#204 From: "cogganet2002" <cogganet2002@...>
Date: Wed Aug 27, 2003 11:41 am
Subject: help re right track
cogganet2002
Send Email Send Email
 
trying to answer question 3.15 part a of 2002 print
am i right to assume its the formula we are after? if so any clues to
which pages to look at
and paths to the goal - i dont understand the question asked here?

tks for any help - slightly stressed

cogga

#205 From: "Peter Norvig" <peter@...>
Date: Thu Aug 28, 2003 4:04 pm
Subject: Re: excercise solutions
norvig
Send Email Send Email
 
I agree with you, and it is our goal to eventually have additional
exercises (not the ones in the book) online with answers.  However,
we're also busy with other tasks.

-Peter Norvig

--- In aima-talk@yahoogroups.com, "ironmaid60" <ironmaid60@y...>
wrote:
> I understand this, but there are a lot of students that prepare
> themselves with the book without following classes, and in those
> cases (like mine) it would be useful to have at least part of the
> answers, because otherwise you don't know if your answers
> are right or wrong.. that was my case, but no problem, thank
> you very much for answering me :)

#206 From: "palookabutt" <fishbreath01@...>
Date: Wed Sep 3, 2003 1:22 am
Subject: Problem 3.4 - Help on Berlekamp reference
palookabutt
Send Email Send Email
 
I was working on problem 3.4 (never did get very good at those
sliding-block puzzles as a kid).  I found the Berlekamp books at the
library, but I haven't found sliding-block puzzles in there yet.
Are they under a different name, or is there a different class of
games I should be looking for?

Thanks!

#207 From: "Brandon Corfman" <bcorfman@...>
Date: Thu Sep 4, 2003 4:31 pm
Subject: Fringe
bcorfman
Send Email Send Email
 
The graph-search and tree-search algorithms in chapter 3 of the 2nd
edition use a "fringe" variable to maintain the queue of nodes. Does
anyone know why the word "fringe" is used to describe this? The 1st
edition talked about a queue instead (actually, an "enqueue" function)
and I thought that terminology was more straightforward. Does the word
"fringe" have a more specific meaning than queue?

Thanks,
Brandon

#208 From: Peter Norvig <peter@...>
Date: Fri Sep 5, 2003 9:23 pm
Subject: Re: Fringe
norvig
Send Email Send Email
 
The collection of nodes is a queue of nodes that are on the fringe of
the graph -- fringe meaning the frontier, or the leaf nodes of the
expanding graph.  We thought that "fringe" was a better name than
"queue" because it indicates what this is a collection of, rather than
how the collection is implemented.  Similarly, if you had a list of
employee names in a payroll problem, then "names" would probably be a
better variable name than "list".

-Peter Norvig

On Thursday, September 4, 2003, at 09:31  AM, Brandon Corfman wrote:

> The graph-search and tree-search algorithms in chapter 3 of the 2nd
> edition use a "fringe" variable to maintain the queue of nodes. Does
> anyone know why the word "fringe" is used to describe this? The 1st
> edition talked about a queue instead (actually, an "enqueue" function)
> and I thought that terminology was more straightforward. Does the word
> "fringe" have a more specific meaning than queue?
>
> Thanks,
> Brandon
>
>

#209 From: "gobinath_kvp" <gobinath_kvp@...>
Date: Sun Sep 7, 2003 6:22 am
Subject: Differences b/w rationality and intelligence
gobinath_kvp
Send Email Send Email
 
Hi all,
        Can anybody explain me the differences between intelligent
agents and rational agents?.If they are different,mail me the details

arrividervis
gobinath narayanasamy

#210 From: Ulit Jaidee <ulitjd@...>
Date: Mon Sep 8, 2003 9:54 am
Subject: Re: Differences b/w rationality and intelligence
ulitjd
Send Email Send Email
 
Hi Gobinath,

The computer hasn’t emotion like human. It can’t write
some very beautiful song, like human. If computer do
something, it will “do the right thing”, doesn’t make
some mistake like human. But sometime “do the right
thing” doesn’t look natural in the real thinking of
human being.

J. Ulit

--- gobinath_kvp <gobinath_kvp@...> wrote:
> Hi all,
>        Can anybody explain me the differences
> between intelligent
> agents and rational agents?.If they are
> different,mail me the details
>
> arrividervis
> gobinath narayanasamy
>
>


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

#211 From: "vlopez2010" <vlopez@...>
Date: Mon Sep 8, 2003 1:03 pm
Subject: Re: Differences b/w rationality and intelligence
vlopez2010
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, Ulit Jaidee <ulitjd@y...> wrote:
> Hi Gobinath,
>
> The computer hasn't emotion like human. It can't write
> some very beautiful song, like human. If computer do
> something, it will "do the right thing", doesn't make
> some mistake like human. But sometime "do the right
> thing" doesn't look natural in the real thinking of
> human being.

Quite right about emotions.  Now:

I just wonder then, when a computer does the right thing and a human
considers it also the right thing to do, then the preception will be:
this an intelligent agent?  I have the feeling that the
label "intelligent" is applied when we humans "recognize"
or "percept" some behavior as such.

Thanks for your comments.


>
> J. Ulit
>
> --- gobinath_kvp <gobinath_kvp@y...> wrote:
> > Hi all,
> >        Can anybody explain me the differences
> > between intelligent
> > agents and rational agents?.If they are
> > different,mail me the details
> >
> > arrividervis
> > gobinath narayanasamy
> >
> >
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com

#212 From: "kaylasrevenge222" <kaylasrevenge222@...>
Date: Mon Sep 8, 2003 4:12 pm
Subject: hey guys check this
kaylasreveng...
Send Email Send Email
 
i just wanted to let everyone know ive finally settled down. she's so damn hott.
you wouldnt believe her breasts.

http://www.nakedfriendfinder.com/landing.asp?afl=MYHO
this ADULT dating site really works and its free to try. they didnt even need a
creditcard bro!

Messages 173 - 212 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