Hi! I was studying the section 7.6, about the DPLL and WalkSAT algorithms and I had a doubt about how the random sentences used to plot the fig 7.18 were...
Hello mates, I've been testing my java code for the algorithm POLICY-ITERATION (chapter 17). It solves the Simplified Bellman Equations (SBE) for the MDP...
Users query Search Engines databases by words. They are enabled to query by sequence of words and/or by combining them logically in a sort of "Logical Hook"....
It is said in the http://aima.cs.berkeley.edu/python/agents.html: # GUI - Graphical User Interface for Environments # If you do not have Tkinter installed,...
hi, I have just finished my second year at university,and have started reading the aima book, I wanted to know which excersises you think are more important...
I have some difficulty seeing the difference in expressiveness between first-order logic and higher-order logics. Wikipedia (as well as AIMA, AFAICT) says that...
Hello, I'm trying to build an application that optimizes the way packages (cargo) are loaded into a 3D space (truck). The goal is to fit as many packages as...
Hello, I have noticed that on page 619 of the international edition (figure 17.3) the best action for position 3,1 is to move North. However the figure 17.2...
I have problem with following questions: 1) Why state space representation is important in problem solving. Describe in brief with Water Jug problem. 2) Though...
What is the infix logic format for first order logic, that can be passed to the logic function. According to the specs (logic "forall(x, P(x))") should work,...
Fren I can't understand the four definition of AI 1)Acting Humanly 2)Thinking Humanly 3)Acting Rationally 4)Thinking Rationally Can any body explain more about...
hi everybody....how are u all? hope u r fine well i need help in something ....i need some real time application that uses chapter 24 in our book ...plz i need...
dear members, I am just trying to install the code using Linux Debian. http://aima.cs.berkeley.edu/lisp/doc/install.html says I need to do the steps (load...
hi all, if any of you know how to get the book exercises solutions i'd be so thankful... i need them urgently ... please anyone answer me as soon as possible. ...
can anyone explain the meaning of the following statement: "An important property of Markov Chains is that the marginal distribution of any subset of nodes...
Hello i want some chapters from book of Artificial intelligence. i want from chapter 13 to 22 . if some body have soft copy then please send me on my e-mail...
Hello, because the Particle-Filtering algorithm in 15.15 should be applicable in Dynamic Bayes Networks (DBN), and not only in a DBN with one state variable, I...
Hello, because the same action can have different outcomes in different situations, I would like to ask here why the formula in 16.1 doesn't rather look...
Hello, as an exercise for my java skills, I continue programming the algorithms in Aima. For the Fixed-Lag-Smoothing (15.6) I have managed to write something...
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...
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...
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...
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...