Expand description
Structs§
- ELU
- Exponential Linear Unit (ELU) activation function.
- Leaky
ReLU - Leaky ReLU activation function.
- ReLU
- Rectified Linear Unit (ReLU) activation function.
- SELU
- Scaled Exponential Linear Unit (SELU).
- Sigmoid
- Sigmoid activation function.
- SoftMax
- Softmax function (normalized exponential function).
- Tanh
- Hyperbolic Tangent (Tanh) activation function.
Traits§
- Function
- A trait for activation functions and other operations that can be applied to matrices.