addLayer-DArch-method: Adds a layer to the 'DArch' object

Description Usage Arguments See Also

Description

Adds a layer to the DArch object

Usage

1
2
3
## S4 method for signature 'DArch'
addLayer(darch, weights, biases, unitFunction,
  weightUpdateFunction)

Arguments

darch

An instance of the class DArch.

weights

The weights for the layer.

biases

The biases for the layer.

unitFunction

The functions of the units in the layer.

See Also

addLayer


darch documentation built on May 29, 2017, 8:14 p.m.