phitodeep.layers.activation
Classes
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
|
Base class for all layers in the network. |
Module Contents
- class phitodeep.layers.activation.ReLu[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- class phitodeep.layers.activation.LeakyReLu(alpha=0.01)[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- alpha = 0.01
- class phitodeep.layers.activation.GELU[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- constant = 0.044715
- class phitodeep.layers.activation.Swish[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- class phitodeep.layers.activation.Sigmoid[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- class phitodeep.layers.activation.Tanh[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.
- class phitodeep.layers.activation.Softmax[source]
Bases:
phitodeep.layers.base.LayerBase class for all layers in the network.