Structure that holds pointers to function and its derivative for convenient use. More...
#include <Activation_Functions.h>
Public Attributes | |
| Function_Ptr | function |
| Activation function itself. | |
| Function_Ptr | derivative |
| First derivative of the function. | |
Structure that holds pointers to function and its derivative for convenient use.