Module engram::activation

source ·
Expand description

Activation functions.

Enums§

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.