Expand description
this module defines structural implementations of various activation functions
Structs§
Traits§
- Activator
- An
Activatordefines an interface for structural activation functions that can be applied onto various types. - Activator
Gradient - The
ActivatorGradienttrait extends theActivatortrait to include a method for computing the gradient of the activation function.