theanets.activations.Activation¶
-
class
theanets.activations.
Activation
(name, layer, **kwargs)¶ An activation function for a neural network layer.
Parameters: name : str
Name of this activation function.
layer :
Layer
The layer to which this function is applied.
Attributes
name (str) Name of this activation function. layer ( Layer
) The layer to which this function is applied.-
__init__
(name, layer, **kwargs)¶
Methods
__init__
(name, layer, **kwargs)-