LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::sigmoid_layer Class Reference

Special case of logistic function. More...

#include <activations.hpp>

Detailed Description

Special case of logistic function.

\[ \sigma(x) = \frac{1}{1 + e^{-x}} \]

See https://en.wikipedia.org/wiki/Sigmoid_function.


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