backpropagation(darch,trainData,targetData,epoch)
DArch
.DArch
object. It uses the attributes
momentum
, finalMomentum
and
momentumSwitch
for the calculation of the new
weights with momentum. The parameter epoch
is
provided for the change from momentum
to
finalMomentum
and is compared to
momentumSwitch
. The attributes
learnRateWeights
and learnRateBiases
will be
used for updating the weights. To use the backpropagation
function as the fine tuning function the layer functions of
the darch DArch
object must set to the
versions which calculates also the derivatives of the
function result.DArch
rpropagation
minimizeAutoencoder
minimizeClassifier
minimizeClassifier