14.1.7 Bp Defaults

The following default files (see section 9.5 Customization Through Defaults and Settings) are available for configuring different versions of the Bp objects:

`bp.def'
This is the standard defaults file, for standard feedforward backpropagation with sigmoidal units.
`bp_seq.def'
This is for doing simple recurrent networks (see section 14.1.6 Simple Recurrent Networks in Bp) in Bp. It creates SequenceEpoch and SequenceProc processes instead of a standard EpochProcess.
`bp_dbd.def'
This creates delta-bar-delta connections by default (including bias connections).