Keraflow
Deep Learning for Python.
|
Built-in activation functions. More...
Functions | |
def | linear |
Linear activations. | |
def | sigmoid |
Sigmoid activations. | |
def | hard_sigmoid |
hard_sigmoid activations. | |
def | tanh |
tanh activations. | |
def | relu |
relu activations. | |
def | softmax |
softmax activations. More... | |
def | softplus |
Softplus activations. | |
def | softsign |
Softsign activations. | |
Built-in activation functions.
def keraflow.activations.softmax | ( | x | ) |
softmax activations.
Applied across input tensor's last dimension.