-*- mode:Text -*-
Copyright 1992 Patrick H. Winston.  All rights reserved.
Version 1.1.1, transferred from master disk on 23 Apr 93
 
This file may reference other files containing copyrighted software.
Any restrictions on the use of such software are described in the
files containing that software.  This file may be freely copied as
long as this notice is kept intact.

PURPOSE

Provides program support for Chapter 23, Learning by Training
Perceptrons.  Illustrates perceptron convergence using digits.

PERFORMANCE EXPERIMENT 1

Examine the file train.exp.  Run the perceptron learning
experiments by typing the following command to your lisp system:

(load "train.exp")

PERFORMANCE EXPERIMENT 2

Edit the file digits.lsp, reversing the order of the digit
samples.  Run the perceptron learning experiment again with your
altered samples.  Do the trained perceptrons have different
weights?

