Homework 3 - Chapters 5 and 6
Due: Friday February 8, 2008 at 5pm
Note: There was a typo on Question 7 originally. It has been corrected below.
Each question is worth 2 points.
- 5.1: What is a frame? What are the class and instance? Give examples.
- 5.8: What is a method? What are the most popular types of methods used
in frame-based expert systems?
- Describe how JESS slotted facts differ from the frame-based expert
system described in the book.
- Define the three main types of learning: supervised, unsupervised and
reinforcement.
- How does an artificial neural network model the brain?
- Why can the perceptron only learn linearly seperable functions? Give an
example of a linearly seperable problem and a non-linearly seperable
problem.
- Design a two-input perceptron that implements A
XOR OR B.
- Define feedforward and backpropagation. How do the methods differ?
- What is a multilayer perceptron? Be sure to explain what the hidden
layer is for and what it hides.
- 6.5: What are the main problems with the backpropagation learning
algorithm? How can learning be accelerated in multilayer neural networks?
Define the generalised delta rule.