Respected, my name is bhargav. I have completed my study in Bachelor Of Computer Applicartion. my question is: What the intelligence can create Fellings? ... ...
163
Michael Schuerig
mschuerig
May 23, 2003 11:19 am
... It all depends on what you mean by "feelings". If you extend the question somewhat to "Can purely algorithmic processes in a system result in the system...
164
Brandon Corfman
bcorfman
May 27, 2003 12:19 pm
I finished reading the CSP chapter (the PDF file posted on the web site) over the weekend. I have a comment about one of the sentences in section 5.2 talking...
172
Alberto Vera
artificialin...
Jun 3, 2003 7:32 pm
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...
173
Alberto Vera
artificialin...
Jun 3, 2003 7:33 pm
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...
174
Serguei A. Mokhov
stgunya
Jun 3, 2003 8:21 pm
... 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...
175
Peter Norvig
norvig
Jun 3, 2003 9:39 pm
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...
176
dhteuri
Jun 4, 2003 7:13 pm
I need help , if you have source code of this Ai-KB please send it to me ....
177
Tommy French
tfrench66
Jun 5, 2003 5:02 pm
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...
178
tfrench66
Jun 5, 2003 5:26 pm
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...
179
kuziz
Jun 6, 2003 11:22 am
hi I am learning the grocery shopping world at A.I course. i need some explainations about this subject regards Jacob...
183
serge_stinckwich
serge_stinck...
Jul 15, 2003 4:56 pm
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...
188
bondxmax
Jul 25, 2003 1:26 pm
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...
191
Peter Norvig
norvig
Jul 25, 2003 5:45 pm
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...
192
Luis
luizsoarez
Jul 25, 2003 9:23 pm
... Hello there. I'm not experienced at all in this field by you can find "Prolog and Natural-Language Analysis" in this link: ...
194
kaylasrevenge222
kaylasreveng...
Jul 30, 2003 4:48 pm
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!! ...
195
tayss s
tayss_temp
Aug 4, 2003 12:10 am
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...
196
Brandon Corfman
bcorfman
Aug 13, 2003 4:08 pm
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...
197
Peter Norvig
norvig
Aug 13, 2003 4:10 pm
I believe this was a temporary configuration problem, now fixed. Let us know if there are further problems. -Peter...
198
tayss s
tayss_temp
Aug 25, 2003 6:10 am
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...
199
Maithreebhanu
bhanu128
Aug 26, 2003 5:59 pm
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....
200
ironmaid60
Aug 27, 2003 3:07 am
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...
201
Peter Norvig
norvig
Aug 27, 2003 3:09 am
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 ...
202
cogganet2002
Aug 28, 2003 4:00 pm
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...
203
ironmaid60
Aug 28, 2003 4:00 pm
... instructors want to ... I understand this, but there are a lot of students that prepare themselves with the book without following classes, and in those ...
204
cogganet2002
Aug 28, 2003 4:04 pm
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...
205
Peter Norvig
norvig
Aug 28, 2003 4:06 pm
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...
206
palookabutt
Sep 3, 2003 4:54 pm
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...
207
Brandon Corfman
bcorfman
Sep 5, 2003 5:56 pm
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...
208
Peter Norvig
norvig
Sep 5, 2003 9:22 pm
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...