


mlpgrow(PRW1)     MISC. REFERENCE MANUAL PAGES      mlpgrow(PRW1)



NAME
     mlpgrow - add an additional hidden unit to an  existing  MLP
     model

SYNOPSIS
     mlpgrow (-o newname) (-l) modelname

DESCRIPTION
     mlpgrow reads in an existing MLP model,  either  layered  or
     unlayered,  but  which contains only one set of hidden units
     (a configuration I-H-O), and adds another hidden unit to the
     structure.  New weights are initialised to random numbers.

     Options

     -I         Identify the program version.

     -onewname  Save  the  new  model  into  the  file   newname.
                Default is to list to standard output.

     -l         Lock the old weights against  future  updates  in
                mlpw.

VERSION/AUTHOR
     1.1 - Mark Huckvale

SOURCE
     /users/mark/sfs/man/../prw/mlpw.src/mlpgrow.c



























Sun Release 4.1         Last change: UCL                        1



