machine-learning deep-learning analysis
Definition
Activation
In an artificial neural network, the activation function is a non-linear mapping applied to the weighted sum of a neuron’s inputs (the pre-activation). Formally, for a pre-activation value , the output activation is:
Common
Sigmoid
Definition
Link to originalSigmoid Function
The sigmoid function (specifically the logistic function) is an S-shaped function that maps any real-valued input to the interval . Formally:
ReLU
Definition
Link to originalRectified Linear Unit
The Rectified Linear Unit (ReLU) is a non-linear activation function that outputs the input directly if it is positive, and zero otherwise. Formally: