Learn R Programming

darch (version 0.9.1)

sigmoidUnit: Sigmoid unit function.

Description

The function calculates the activation and returns the result through the sigmoid transfer function.

Usage

sigmoidUnit(data,weights)

Arguments

data
The data matrix for the calculation
weights
The weight and bias matrix for the calculation

Value

  • A list with the activation of the unit in the first entry.

See Also

DArch, binSigmoidUnit, sigmoidUnitDerivative, linearUnitDerivative, softmaxUnit, softmaxUnitDerivative