Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 599 Bytes

File metadata and controls

25 lines (20 loc) · 599 Bytes
title short_title description category weight
Keras Activations
Activations
Supported Keras activations.
Keras Import
4

Activations

We support all Keras activation functions, namely:

  • softmax
  • elu
  • selu
  • softplus
  • softsign
  • relu
  • tanh
  • sigmoid
  • hard_sigmoid
  • linear

The mapping of Keras to DL4J activation functions is defined in KerasActivationUtils