

 G. Automated MLP Design
  1. Basic Idea
   a. To generate a mapping MLP with little or no user input
   b. The user must know the training data file's name and its
      numbers of inputs and desired outputs
  2. Processing
   a. Generates a MLP network structure file
   b. Trains an MLP
   c. Prunes the MLP
  3.  Fully Automated: Inputs are the training data filename and the
      numbers of inputs and desired outputs. Everything is done 
      automatically with no further user input.

  4.  The Automated MLP Design operates in non-demo mode if the training
      data file has 8 inputs and 7 desired outputs.

  5.  Observe the parameter file with commented keyboard responses;


\trainingdata\twod.tra        ! training data filename
8     7                       ! Numbers of inputs and desired outputs


      The program will process training file twod.tra and produce an
      MLP with the structure and weight files junk.top and junk.wts
      You can run this program on your own data.




