Learn R Programming

darch (version 0.10.0)

tanSigmoidUnitDerivative: Continuous Tan-Sigmoid unit function.

Description

Calculates the unit activations and returns them in a list.

Usage

tanSigmoidUnitDerivative(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 in the first entry and the derivative of the transfer function in the second entry

See Also

'>DArch

Other DArch unit functions: binSigmoidUnit; linearUnitDerivative; linearUnit; maxoutUnitDerivative; sigmoidUnitDerivative; sigmoidUnit; softmaxUnitDerivative; softmaxUnit; tanSigmoidUnit