addLayer: Adds a layer to the 'DArch' object

Description Usage Arguments See Also

Description

Adds a layer to the given DArch object. The parameter weights and biases will be put together in one matrix.

Usage

1
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

DArch


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

Related to addLayer in darch...