Package | Description |
---|---|
org.nd4j.linalg.api.activation |
Modifier and Type | Class and Description |
---|---|
class |
Exp
The exponential activation function
|
class |
HardTanh
Tanh with a hard range of -1 < tanh(x) < 1
|
class |
Linear
Linear activation function
|
class |
RectifiedLinear
Rectified Linear
max(0,input)
|
class |
RoundedLinear
Rounded output
|
class |
Sigmoid
Sigmoid function (complex AND real!)
http://www.kurims.kyoto-u.ac.jp/~kyodo/kokyuroku/contents/pdf/1742-18.pdf
For complex we set the k = 1
|
class |
SoftMax
Softmax function
|
class |
Tanh
Tanh activation function
|
Copyright © 2014. All Rights Reserved.