Q1. One of the outcomes to come out of the first three decades of AI research is that the intelligence needs knowledge. What demerits does knowledge have?
Q2. Illustrate the properties which must be possessed by a knowledge representation system?
Q3. Consider the given function of two variables:
A B Desired Output
0 0 1
1 0 0
0 1 0
1 1 1
Prove that this function can’t be learned through a single perceptron which uses the step function as its activation function.
Q4. Explain the salient features of the agent.
Q5. Illustrate the conditions under which the A* is admissible.
Q6. Compare and contrast the declarative and procedural knowledge.
Q7. What do you mean by constraint satisfaction problems (or CSPs)? State the N-queen problem as CSP.