sigmoid {bnns} | R Documentation |
sigmoid transformation
Description
sigmoid transformation
Usage
sigmoid(x)
Arguments
x |
A numeric vector or matrix on which sigmoid transformation is going to be applied. |
Value
A numeric vector or matrix after sigmoid transformation.
Examples
sigmoid(matrix(1:4, nrow = 2))
[Package bnns version 0.1.2 Index]