LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::softsign_layer Class Reference

Smooth approximation to sign function. More...

#include <activations.hpp>

Detailed Description

Smooth approximation to sign function.

\[ \text{softsign}(x) = \frac{x}{1 + |x|} \]


The documentation for this class was generated from the following file: