Kalpana Kalpana (Editor)

Universal approximation theorem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In the mathematical theory of artificial neural networks, the universal approximation theorem states that a feed-forward network with a single hidden layer containing a finite number of neurons can approximate continuous functions on compact subsets of Rn, under mild assumptions on the activation function. The theorem thus states that simple neural networks can represent a wide variety of interesting functions when given appropriate parameters; however, it does not touch upon the algorithmic learnability of those parameters.

One of the first versions of the theorem was proved by George Cybenko in 1989 for sigmoid activation functions.

Kurt Hornik showed in 1991 that it is not the specific choice of the activation function, but rather the multilayer feedforward architecture itself which gives neural networks the potential of being universal approximators. The output units are always assumed to be linear. For notational convenience, only the single output case will be shown. The general case can easily be deduced from the single output case.

Formal statement

The theorem in mathematical terms:

Let φ ( ) be a nonconstant, bounded, and monotonically-increasing continuous function. Let I m denote the m-dimensional unit hypercube [ 0 , 1 ] m . The space of continuous functions on I m is denoted by C ( I m ) . Then, given any function f C ( I m ) and ε > 0 , there exists an integer N , real constants v i , b i R and real vectors w i R m , where i = 1 , , N , such that we may define:

F ( x ) = i = 1 N v i φ ( w i T x + b i )

as an approximate realization of the function f where f is independent of φ ; that is,

| F ( x ) f ( x ) | < ε

for all x I m . In other words, functions of the form F ( x ) are dense in C ( I m ) .

This still holds when replacing I m with any compact subset of R m .

References

Universal approximation theorem Wikipedia