Module engram::activation
source · Expand description
Activation functions.
Enums§
- An activation function.
Functions§
- Returns the derivative of the leaky rectified linear unit function.
- Returns the derivative of the rectified linear unit function.
- Returns the derivative of the sigmoid function.
- Returns the derivative of the hyperbolic tangent function.
- Returns the result of the leaky rectified linear unit function.
- Returns the result of the rectified linear unit function.
- Returns the result of the sigmoid function.
- Returns the result of the hyperbolic tangent function.