Activation function

Artificial neural network node function From Wikipedia, the free encyclopedia

Activation function

The activation function of a node in an artificial neural network is a function that calculates the output of the node based on its individual inputs and their weights. Nontrivial problems can be solved using only a few nodes if the activation function is nonlinear.[1]

Thumb
Logistic activation function

Modern activation functions include the logistic (sigmoid) function used in the 2012 speech recognition model developed by Hinton et al;[2] the ReLU used in the 2012 AlexNet computer vision model[3][4] and in the 2015 ResNet model; and the smooth version of the ReLU, the GELU, which was used in the 2018 BERT model.[5]

Comparison of activation functions

Summarize
Perspective

Aside from their empirical performance, activation functions also have different mathematical properties:

Nonlinear
When the activation function is non-linear, then a two-layer neural network can be proven to be a universal function approximator.[6] This is known as the Universal Approximation Theorem. The identity activation function does not satisfy this property. When multiple layers use the identity activation function, the entire network is equivalent to a single-layer model.
Range
When the range of the activation function is finite, gradient-based training methods tend to be more stable, because pattern presentations significantly affect only limited weights. When the range is infinite, training is generally more efficient because pattern presentations significantly affect most of the weights. In the latter case, smaller learning rates are typically necessary.[citation needed]
Continuously differentiable
This property is desirable (ReLU is not continuously differentiable and has some issues with gradient-based optimization, but it is still possible) for enabling gradient-based optimization methods. The binary step activation function is not differentiable at 0, and it differentiates to 0 for all other values, so gradient-based methods can make no progress with it.[7]

These properties do not decisively influence performance, nor are they the only mathematical properties that may be useful. For instance, the strictly positive range of the softplus makes it suitable for predicting variances in variational autoencoders.

Mathematical details

Summarize
Perspective

The most common activation functions can be divided into three categories: ridge functions, radial functions and fold functions.

An activation function is saturating if . It is nonsaturating if it is . Non-saturating activation functions, such as ReLU, may be better than saturating activation functions, because they are less likely to suffer from the vanishing gradient problem.[8]

Ridge activation functions

Ridge functions are multivariate functions acting on a linear combination of the input variables. Often used examples include:[clarification needed]

  • Linear activation: ,
  • ReLU activation: ,
  • Heaviside activation: ,
  • Logistic activation: .

In biologically inspired neural networks, the activation function is usually an abstraction representing the rate of action potential firing in the cell.[9] In its simplest form, this function is binary—that is, either the neuron is firing or not. Neurons also cannot fire faster than a certain rate, motivating sigmoid activation functions whose range is a finite interval.

The function looks like , where is the Heaviside step function.

If a line has a positive slope, on the other hand, it may reflect the increase in firing rate that occurs as input current increases. Such a function would be of the form .

Thumb
Rectified linear unit and Gaussian error linear unit activation functions

Radial activation functions

A special class of activation functions known as radial basis functions (RBFs) are used in RBF networks. These activation functions can take many forms, but they are usually found as one of the following functions:

  • Gaussian:
  • Multiquadratics:
  • Inverse multiquadratics:
  • Polyharmonic splines

where is the vector representing the function center and and are parameters affecting the spread of the radius.

Other examples

Periodic functions can serve as activation functions. Usually the sinusoid is used, as any periodic function is decomposable into sinusoids by the Fourier transform.[10]

Quadratic activation maps .[11][12]

Folding activation functions

Folding activation functions are extensively used in the pooling layers in convolutional neural networks, and in output layers of multiclass classification networks. These activations perform aggregation over the inputs, such as taking the mean, minimum or maximum. In multiclass classification the softmax activation is often used.

Table of activation functions

The following table compares the properties of several activation functions that are functions of one fold x from the previous layer or layers:

More information Function, ...
Name Plot Function, Derivative of , Range Order of continuity
Identity Thumb
Binary step Thumb
Logistic, sigmoid, or soft step Thumb
Hyperbolic tangent (tanh) Thumb
Soboleva modified hyperbolic tangent (smht) Thumb
Softsign
Rectified linear unit (ReLU)[13] Thumb
Gaussian Error Linear Unit (GELU)[5] Thumb where is the gaussian error function. where is the probability density function of standard gaussian distribution.
Softplus[14] Thumb
Exponential linear unit (ELU)[15] Thumb
with parameter
Scaled exponential linear unit (SELU)[16] Thumb
with parameters and
Leaky rectified linear unit (Leaky ReLU)[17] Thumb
Parametric rectified linear unit (PReLU)[18] Thumb
with parameter
Rectified Parametric Sigmoid Units (flexible, 5 parameters)
Thumb
Rectified Parametric Sigmoid Units

where [19]

Sigmoid linear unit (SiLU,[5] Sigmoid shrinkage,[20] SiL,[21] or Swish-1[22]) Thumb
Exponential Linear Sigmoid SquasHing (ELiSH)[23]
Thumb
An image of the ELiSH activation function plotted over the range [-3, 3] with a minumum value of ~0.881 at x ~= -0.172.
Gaussian Thumb
Sinusoid
Close

The following table lists activation functions that are not functions of a single fold x from the previous layer or layers:

More information Equation, ...
Name Equation, Derivatives, Range Order of continuity
Softmax    for i = 1, …, J
Maxout[24]
Close
^ Here, is the Kronecker delta.
^ For instance, could be iterating through the number of kernels of the previous neural network layer while iterates through the number of kernels of the current layer.


Quantum activation functions

In quantum neural networks programmed on gate-model quantum computers, based on quantum perceptrons instead of variational quantum circuits, the non-linearity of the activation function can be implemented with no need of measuring the output of each perceptron at each layer. The quantum properties loaded within the circuit such as superposition can be preserved by creating the Taylor series of the argument computed by the perceptron itself, with suitable quantum circuits computing the powers up to a wanted approximation degree. Because of the flexibility of such quantum circuits, they can be designed in order to approximate any arbitrary classical activation function.[25]

See also

References

Further reading

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.