Hello All, I have to choose from the following tools to do an Experimental Paper as part of my Advanced AI Course. Can anyone please help me choosing based on...
hello, im new here. im not sure if the question im going to pose here has already been answered. in the "logic" section of AIMA code, how does ask-each...
Dear Dr. Norvig, Recently I read AIMA and I'm sending a list of the errors I found I hope it helps Raicho 1.Chapter 14, page 515, figure 14.14 replace x,w <-...
Hello everyone, I am trying to implement "wumpus problem" by prolog according to chapter 7 of AIMA version 1 first order logic description. Mr.Author called...
Hi, this query is regarding the book "paradigms of AI programming" by Peter Norvig. I am trying to experiment of the STUDENT program in chapter 7. I...
In the first edition of the Sent from Mount Zion College of Engineering and Technology, Lena Vilaku,Pilivalam PO, Pudukkottai, Tamil Nadu, India. Pin - 622...
In your book AIMA you have defined four approches to AI. How do you classify ANN into one of them and what would be the reasons? Thank you, Bhanu128 Do you...
Hi Can you connect me to someone who can help me with "Logical Agents" Thank you John Wesley Sent from Mount Zion College of Engineering and Technology, Lena...
Hi I had a couple of doubts while going through Ch. 15 (Probabilistic Reasoning over Time) - How do we represent an HMM as a recursive relational probabilistic...
Hello everyone, I have faced an schedule problem. In the specified problem, there are a lot of constraints requirements; in addition, it is requirement for fee...
I just started learning lisp. For the intelligent program acting in the vacuum world, I tried to define several agents, but compiler gives me syntax error. The...
Hi all, I have a simple AI quesiton. On page 73 we read: "...breadth-first search is optimal if the path cost is nondecreasing function of the depth of the...
Hello, we want to create an expert system for disease diagnisis, and we must use Prolog; is there any one to give us the point where we should start! and how...
Hi all, Having a graph, is there only one way how to build a tree using depth first search algorithm? If there is not, because of cycles, is there a way how...
I'm taking a graduate course in AI at NYU and am delighted to find the java demos online. Much thanks to Ravi. I've downloaded them and have walked through...
Hi, I am trying to run the C++ version of the aima codes. However, I got some errors when I compiled the lib/ files.. simple here is what I did and what error...
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...
I have a couple questions about Figure 4.8, which shows the search cost of the A* algorithm for the Eight-Puzzle problem. First, what is search cost? In the...
Hello everyone, I have downloaded AIMA version 2 sample chapter 5 and am doing its exercises. In exercise 5.7, it requires to compare the algorithms of MRV, ...
Hello, Friend has recommended a new IT related website. I have browsed it and found it contains many useful url links. Of course, it contains AI related web...
Hello, I have tried to do exercise of chapter 8 and found it is more difficult than previous chapters. I have listed my answer and my consideration about one...
The following aima-talk poll is now closed. Here are the final results: POLL QUESTION: Do you learn AI by yourself for self- interest, No classmate, No...
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, I am attempting to implement the POP planner as is described in AIMA's 1st version (Chap. 11.). I am having doubts regarding the call "choose-operator"...