Chapter 4: Artificial Neural Networks

Applications

Problem Characteristics

Human Brain

ALVINN

General Representation

Perceptron (Single Unit)

Perceptron Training Rule

Algorithm:

  1. Initialize the weights randomly
  2. Iterate through the training examples
  3. Go to step 2 if there were any errors

Delta Rule (Gradient Descent)

Algorithm:

  1. Initialize each wi to a small random value
  2. Until the termination criteria is met

Stochastic Gradient Descent

Perceptron (Multiple Unit)

Valid XHTML 1.0!