I'm taking a course on AI and today my professor said that there is a solutions web page for the problems in the book. Not being one to make anything easy on...
I noticed that your list did not include A.I. Wars... A.I. Wars has been described as 'the most fun you'll ever have programming'. It's a game that allows its...
Dear Group Member, I am a PhD student in Urban Planning working in urban simulation modeling. My research is going toward using agent-based modeling ...
Dear Sir/Madam, I suggest to use Java, since it is universally approved in academia and also it is easier to learn and code (since its higher level than C++).I...
You'd actually be better off learning Python as an intro language, but given the two choices of C++ or Java, it's easier to be productive more quickly in Java....
I understand the concept of EM very much but don't know how to calculate. Would you like to give more detail of calculation in P.729? (For example, how to get...
Hi Peter, There's a reference error on page 156 of Chapter 5. It reads "Haralick and Elliot (1980) favoured the minimal forward checking algorithm described by...
Hello Does anybody know about any international event about artificial intelligence to realize on next two months? Regards ... Yahoo! Messenger Nueva...
Will the AIMA authors and other interested parties please establish Web links or jump-off points to the new AI textbook "AI4U: Mind-1.1 Programmer's Manual"...
I would greatly appreciate if someone could help me find a Datalog language (deductive databases) I could download and use. A 1-month evaluation version would...
I'd be interested in an extension to csp Module (csp.py) which would hand dle Higher-order Constraints as suggested on page 140, or equivalently discussion of...
I'd be glad to try to implement such a beast. I think the method would be to define 'neighbors' groups for example neigbors = [[O R X1],[X1 W U X2],[X2 T O...
Since this file has been mentioned recently, I'd like to ask how finished it is. I tried running solve_zebra, and it bombs out with an error. Also, it doesn't...
The zebra problem is difficult; you may have run out of memory. What error msg did you get? You should get an answer eventually, but it should take several...
The latest version is now at aima.cs.berkeley.edu You can see the output of the examples at http://aima.cs.berkeley.edu/python/docex-log.html#csp.py The file...
Respected, my name is bhargav. I have completed my study in Bachelor Of Computer Applicartion. my question is: What the intelligence can create Fellings? ... ...
... 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...
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...
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...
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...
... 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...