This directory contains the source code for a recurrent backprop
network with logistic activation units.

When compiled, the executable code is called rbp. It is
recommended that you run it by typing:

unix> run rbp

This will open an xterm running the program and log all input in a
logfile.

Sample networks are in the directory '$XERIONDIR/nets/rbp'.
To build one of these networks type:

xerion> read 123.in

or whatever the name of the input file is.

For help once inside xerion type:

xerion> help
or,
xerion> help <command>
