Look-up tables |
Look-up tables for MLP activation functions
![]() | |
![]() | Initialization of sigmoid function |
![]() | Output of sigmoid on input x |
![]() | Output of sigmoid derivative on input x |
![]() | Output of the inverse of sigmoid on input x |
![]() | Initialization of hyperbolic tangent function |
![]() | Output of hyperbolic tangent function on input x |
![]() | Output of hyperbolic tangent derivative on input x |
![]() | Output of linear activation function on input x |
![]() | Output of linear activation derivative on input x |
Activation function are stored as look-up table to speed-up computation. Sigmoid, hyperbolic tangent and linear activation functions a re available.
Alphabetic index Hierarchy of classes