Does anyone know how to compute for the posterior probability of H given this bayesian net? what if I added more variables pointing to H? A--> <--B H C--> ...
hi everyone, 1. According to the guide, it is necessary to build a binary-tree for representing the "state". The tree's leaves are "1" or "n" and internal...
I'm not sure what you mean by "dead end". If a node can be broken down, into a new center node and two leaves, then at some point, the whole process will stop...
Question 8.2 asks "Consider a knowledge base containing just two sentences: P(a) and P (b). Does this knowledge base entail For All x P(x)? Explain in terms of...
Dear All I have a Question about ABSOLVER . In page 103 it is witten that "Recently a program called ABSOLVER was written that can generate heuristics...
Hi everyone, I want to discuss the relationship between (DB or dataming) and AI. In my everyone work, I write the enterprise's application using database. DB...
... Is it possible to write the exercise details here? Because I just have the version 1 of AIMA. Therefore I have exercise 9.1 and 9.4 of version2 of AIMA. ...
... What I means: "dead end" means "It is impossible to further expand the node, that's no possible action" If a node can be broken ... further ... According...
AIMA 2nd edition page 744 claims "In fact, with a single, sufficiently large hidden layer, it is possible to represent any continuous function of the inputs...
Hello, I'm a high school student from Australia. I just got AIAMA from a uni library, and must say that so far it has been an excellent read. However, I would...
Hi everybody; I'm asking if there is any one who can help be in solving Exercise 3.4 page 89 in our text book. please if there is anybody who have the...
Hi, You could visit the website "http://aima.cs.berkeley.edu/" or "http://norvig.com" for get the "Python" source code. I have study 1/3 python code and think...
I have noticed that some of the Lisp links in the "Supported Implementations" table at AIMA's site: Online Code Repository ...
Paolo Amoroso
amoroso@...
Nov 19, 2003 5:27 pm
258
Hello: Could you tell me what is the difference and similarity between a Neural Network and a Method Numeric like Euler's Algorithm? I think both have a...
... 3.4 page 89 in our text book. ... me. ... I have the version 1 of AIMA book, not version 2. In my book, exercise 3.4 is about missionaries and cannibals...
for some reason, i really feel that some problmes in the textbook are really ambiguous, or hard to understand what it asks for. Or just because I am too...
... In chapter 6, the wupus example is a little difficult understand for the read of first time. It just gives the abstruct structure for how to describe and...
This line of pseudocode says to take the agent's program and apply it to the agent's percept, in order to get the agent's action. If there were only one...
Thank you for helping me out. I find BNF and Psedo code used in this book to diificult to grasp at first. Are there any documents on them for us to learn...
Hi everyone, I have read "vacuum.lisp", "utility.lisp" source code. The function "rotate" in the "utility.lisp" make me puzzle. The purpose of "rotate"...
The theory is vector arithmetic. If you work out the combinations, it turns out the same as what you would be doing in your enumeration of cases. -Peter...
... this ... them ... The book's writing style may be like this: a simple problem ( provide simple solution -> a complex problem (provided modified solution or...
Has anyone tried to work the example on pages 713/714 (second edition)? I cannot got equation 20.1 to match the graph on page 714 (figure 20.1(a)). For...
Hello, I found "/search/domains/vacuum.lisp" source code is a little old. Because in the above "domains" directory, other files are written with a style of...