Keraflow
Deep Learning for Python.
|
Activation function adds non-linearity to each layer's output. To specify the activation function of a layer. You could either appends after the layer an Activation layer
or through the activation
argument of the layer:
You can also pass a Theano/TensorFlow function to the actication
argument:
or utilize an existing Keraflow activation function: