megnet.activations module¶
Activation functions used in neural networks
- get(identifier: Optional[Union[str, Callable[[...], Any]]] = None) Callable[[...], Any] [source]¶
Get activations by identifier
- Parameters
identifier (str or callable) – the identifier of activations
- Returns
callable activation