Module special

Module special 

Source
Expand description

Special matrix functions including sigmoid, softmax, and sign functions

Functionsยง

sigmoid
Compute the sigmoid function element-wise on a matrix.
signm
Compute the matrix sign function.
softmax
Compute the softmax function along a specified axis of a matrix.