# Activations

We support all [Keras activation functions](https://keras.io/activations), namely:

* &#x20;softmax
* &#x20;elu
* &#x20;selu
* &#x20;softplus
* &#x20;softsign
* &#x20;relu
* &#x20;tanh
* &#x20;sigmoid
* &#x20;hard\_sigmoid
* &#x20;linear

The mapping of Keras to DL4J activation functions is defined in [KerasActivationUtils](https://github.com/eclipse/deeplearning4j/blob/master/deeplearning4j/deeplearning4j-modelimport/src/main/java/org/deeplearning4j/nn/modelimport/keras/utils/KerasActivationUtils.java)
