Abstract
There has been a growing interest in expressivity of deep neural networks. However, most of the existing work about this topic focuses only on the specific activation function such as ReLU or sigmoid. In this paper, we investigate the approximation ability of deep neural networks with a broad class of activation functions. This class of activation functions includes most of frequently used activation functions. We derive the required depth, width and sparsity of a deep neural network to approximate any Hölder smooth function upto a given approximation error for the large class of activation functions. Based on our approximation error analysis, we derive the minimax optimality of the deep neural network estimators with the general activation functions in both regression and classification problems.
1. Introduction
Neural networks are learning machines motivated by the architecture of the human brain. Neural networks are comprised of multiple hidden layers, and each of the hidden layers has multiple hidden nodes which consist of an affine map of the outputs from the previous layer and a nonlinear map called an activation function. Deep neural networks have been leading tremendous success in various pattern recognition and machine learning tasks such as object recognition, image segmentation, machine translation and others. For an overview on the empirical success of deep neural networks, we refer to the review paper [1] and recent book [2].
Inspired by the success of deep neural networks, many researchers have tried to give theoretical supports for the success of deep neural networks. Much of the work upto date has focused on the expressivity of deep neural networks, i.e., ability to approximate a rich class of functions efficiently. The well-known classical result on this topic is the universal approximation theorem, which states that every continuous function can be approximated arbitrarily well by a neural network [3,4,5,6,7]. But these results do not specify the required numbers of layers and nodes of a neural network to achieve a given approximation accuracy.
Recently, several results about the effects of the numbers of layers and nodes of a deep neural network to its expressivity have been reported. They provide upper bounds of the numbers of layers and nodes required for neural networks to uniformly approximate all functions of interest. Examples of a class of functions include the space of rational functions of polynomials [8], the Hölder space [9,10,11,12], Besov and mixed Besov spaces [13] and even a class of discontinuous functions [14,15].
The nonlinear activation function is a central part that makes neural networks differ from the linear models, that is, a neural network becomes a linear function if the linear activation function is used. Therefore, the choice of an activation function substantially influences on the performance and computational efficiency. Numerous activation functions have been suggested to improve neural network learning [16,17,18,19,20,21]. We refer to the papers [21,22] for an overview of this topic.
There are also many recent theoretical studies about the approximation ability of deep neural networks. However, most of the studies focus on a specific type of the activation function such as ReLU [9,10,13,14,15], or small classes of activation functions such as sigmoidal functions with additional monotonicity, continuity, and/or boundedness conditions [23,24,25,26,27] and m-admissible functions which are sufficiently smooth and bounded [11]. For definitions of sigmoidal and m-admissible functions, see [24] and [11], respectively. Thus a unified theoretical framework still lacks.
In this paper, we investigate the approximation ability of deep neural networks with a quite general class of activation functions. We derive the required numbers of layers and nodes of a deep neural network to approximate any Hölder smooth function upto a given approximation error for the large class of activation functions. Our specified class of activation functions and the corresponding approximation ability of deep neural networks include most of previous results [9,10,11,23] as special cases.
Our general theoretical results of the approximation ability of deep neural networks enables us to study statistical properties of deep neural networks. Schmidt-Hieber [10] and Kim et al. [28] proved the minimax optimality of a deep neural network estimator with the ReLU activation function in regression and classification problems, respectively. In this paper, we derive similar results for general activation functions.
This paper is structured as follows. In Section 2, we introduce some notions about deep neural networks. In Section 3, we introduce two large classes of activation functions. In Section 4, we present our main result on the approximation ability of a deep neural network with the general activation function considered in Section 3. In Section 5, we apply the result in Section 4 to the supervised learning problems of regression and classification. Conclusions are given in Section 6. The proofs of all results are given in Appendix.
Notation
We denote by the indicator function. Let be the set of real numbers and be the set of natural numbers. For a real valued vector , we let , for and . For simplicity, we let For a real valued function , we let and are the first, second and third order derivatives of f at a, respectively. We let and . For , we write .
2. Deep Neural Networks
In this section we provide a mathematical representation of deep neural networks. A neural network with layers, many nodes at the l-th hidden layer for , input of dimension , output of dimension and nonlinear activation function is expressed as
where is an affine linear map defined by for given dimensional weight matrix and dimensional bias vector and is an element-wise nonlinear activation map defined by . Here, denotes the set of all weight matrices and bias vectors which we call the parameter of the neural network, or simply, a network parameter.
We introduce some notations related to the network parameter. For a network parameter , we write for the number of hidden layers of the corresponding neural network, and write for the maximum of the numbers of hidden nodes at each layer. Following a standard convention, we say that is the depth of the deep neural network and is the width of the deep neural network. We let be the number of nonzero elements of , i.e.,
where transforms the matrix into the corresponding vector by concatenating the column vectors. We call sparsity of the deep neural network. Let be the largest absolute value of elements of , i.e.,
We call magnitude of the deep neural network. We let and be the input and output dimensions of the deep neural network, respectively. We denote by the set of network parameters with depth L, width N, input dimension d and output dimension o, that is,
We further define a subset of with restrictions on sparsity and magnitude as
3. Classes of Activation Functions
In this section, we consider two classes of activation functions. These two classes include most of commonly used activation functions. Definitions and examples of each class of activation functions are provided in the consecutive two subsections.
3.1. Piecewise Linear Activation Functions
We first consider piecewise linear activation functions.
Definition 1.
A function is continuous piecewise linear if it is continuous and there exist a finite number of break points with such that for every and is linear on .
Throughout this paper, we write “picewise linear” instead of “continuous picewise linear” for notational simplicity unless there is a confusion. The representative examples of piecewise linear activation functions are as follows:
- ReLU: .
- Leaky ReLU: for .
The ReLU activation function is the most popular choice in practical applications due to better gradient propagation and efficient computation [22]. In this reason, most of the recent results on the function approximation by deep neural networks are based on the ReLU activation function [9,10,13,14,15]. In Section 4, as Yarotsky [9] did, we extend these results to any continuous piecewise linear activation function by showing that the ReLU activation function can be exactly represented by a linear combination of piecewise linear activation functions. A formal proof for this argument is presented in Appendix A.1.
3.2. Locally Quadratic Activation Functions
One of the basic building blocks in approximation by deep neural networks is the square function, which should be approximated precisely. Piecewise linear activation functions have zero curvature (i.e., constant first-order derivative) inside each interval divided by its break points, which makes it relatively difficult to approximate the square function efficiently. But if there is an interval on which the activation function has nonzero curvature, the square function can be approximated more efficiently, which is a main motivation of considering a new class of activation functions that we call locally quadratic.
Definition 2.
A function is locally quadratic if there exits an open interval on which σ is three times continuously differentiable with bounded derivatives and there exists such that and .
We now give examples of locally quadratic activation functions. First of all, any nonlinear smooth activation function with nonzero second derivative, is locally quadratic. Examples are:
- Sigmoid:
- Tangent hyperbolic:
- Inverse square root unit (ISRU) [18]: for .
- Soft clipping [19]: for .
- SoftPlus [22]: .
- Swish [21]: .
In addition, piecewise smooth function having nonzero second derivative on at least one piece, is also locally quadratic. Examples are:
- Rectified power unit (RePU) [12]: for .
- Exponential linear unit (ELU) [17]: for .
- Inverse square root linear unit (ISRLU) [18]: for .
- Softsign [16]:
- Square nonlinearity [20]:.
4. Approximation of Smooth Functions by Deep Neural Networks
In this section we introduce the function class we consider and show the approximation ability of the deep neural networks with a activation function considered in Section 3.
4.1. Hölder Smooth Functions
We recall the definition of Hölder smooth functions. For a d-dimensional multiple index where , we let for . For a function , where denotes the domain of the function, we let . We use notation
for to denote a derivative of f of order . We denote by , the space of m times differentiable functions on whose partial derivatives of order with are continuous. We define the Hölder coefficient of order as
For a positive real value , the Hölder space of order is defined as
where denotes the Hölder norm defined by
We denote by the closed ball in the Hölder space of radius R with respect to the Hölder norm, i.e.,
4.2. Approximation of Hölder Smooth Functions
We present our main theorem in this section.
Theorem 1.
Let , and . Let the activation function σ be either continuous piecewise linear or locally quadratic. Let . Then there exist positive constants , , and depending only on d, α, R and σ such that, for any , there is a neural network
satisfying
The result of Theorem 1 is equivalent to the results on the approximation by ReLU neural networks [9,10] in a sense that the upper bounds of the depth, width and sparsity are the same orders of those for ReLU, namely, depth , width and sparsity . We remark that each upper bound is equivalent to the corresponding lower bound established by [9] up to logarithmic factor.
For piecewise linear activation functions, Yarotsky [9] derived similar results to ours. For locally quadratic activation functions, only special classes of activation functions were considered in the previous work. Li et al. [12] considered the RePU activation function and Bauer and Kohler [11] considered sufficiently smooth and bounded activation functions which include the sigmoid, tangent hyperbolic, ISRU and soft clipping activation functions. However, soft plus, swish, ELU, ISRLU, softsign and square nonlinearity activation functions are new ones only considered in our results.
Even if the orders of the depth, width and sparsity are the same for both both piecewise linear and locally quadratic activation functions, the ways of approximating a smooth function by use of these two activation function classes are quite different. To describe this point, let us provide an outline of the proof. We first consider equally spaced grid points with length inside the d-dimensional unit hypercube . Let be the set of such grid points, namely,
For a given Hölder smooth function f of order , we first find a “local” function for each grid that approximates the target function near the grid point but vanishes at apart from the grid point. To be more specific, we construct the local functions , which satisfies:
for some universal constant . The inequality (4) implies that the more grid points we used, the more accurate approximation we get. Moreover, the quality of approximation is improved when the target function is more smooth (i.e., large ) and low dimensional (i.e., small d). In fact, is given by a product of the Taylor polynomial at and the local basis function , where . By simple algebra, we have
where .
The second stage is to approximate each monomial and each local basis function by deep neural networks. Each monomial can be approximated more efficiently by a deep neural network with a locally quadratic activation function than a piecewise linear activation function since each monomial has nonzero curvature. On the other hand, the local basis function can be approximated more efficiently by a deep neural network with a piecewise linear activation than a locally quadratic activation function since the local basis function is piecewise linear itself. That is, there is a trade-off in using either a piecewise linear or a locally quadratic activation function.
We close this section by giving a comparison of our result to the approximation error analysis of [11]. Bauer and Kohler [11] studies approximation of the Hölder smooth function of order by a two layer neural network with m-admissible activation functions with , where a function is called m-admissible if (1) is at least times continuously differentiable with bounded derivatives; (2) a point exists, where all derivatives up to the order m of are different from zero; and (3) for and for . Our notion of locally quadratic activation functions is a generalized version of the m-admissibility.
In the proof of [11], the condition is necessary because they approximate any monomial of order with with a two layer neural network, which is impossible when . We drop the condition by showing that any monomial of order with can be approximated by deep neural network with a finite number of layers, which depends on .
5. Application to Statistical Learning Theory
In this section, we apply our results about the approximation error of neural networks to the supervised learning problems of regression and classification. Let be the input space and the output space. Let be a given class of measurable functions from to . Let be the true but unknown data generating distribution on . The aim of supervised learning is to find a predictive function that minimizes the population risk with respect to a given loss function ℓ. Since is unknown, we cannot directly minimize the population risk, and thus any estimator inevitably has the excess risk which is defined as For a given sample of size n, let be a given subset of called a sieve and let be observed (training) data of input–output pairs assumed to be independent realizations of following Let be an estimated function among based on the training data The excess risk of is decomposed to approximation and estimation errors as
There is a trade-off between approximation and estimation errors. If the function class is sufficiently large to approximate the optimal estimator well, then the estimation error becomes large due to high variance. In contrast, if is small, it leads to low estimation error but it suffers from large approximation error.
One of the advantages of deep neural networks is that we can construct a sieve which has good approximation ability as well as low complexity. Schmidt-Hieber [10] and Kim et al. [28] proved that a neural network estimator can achieve the optimal balance between the approximation and estimation errors to obtain the minimax optimal convergence rates in regression and classification problems, respectively. But they only considered the ReLU activation function. Based on the results of Theorem 1, we can easily extend their results to general activation functions.
The main tool to derive the minimax optimal convergence rate is that the complexity of a class of functions generated by a deep neural network is not affected much by a choice of an activation function, provided that the activation function is Lipschitz continuous. The function is Lipschitz continuous if there is a constant such that
for any . Here, is called the Lipschitz constant. We use the covering number with respect to the norm as a measure of complexity of function classes. We recall the definition of the covering number. Let be a given class of real-valued functions defined on . Let . A collection is called a -covering set of with respect to the norm if for all , there exists in the collection such that . The cardinality of the minimal -covering set is called the -covering number of with respect to the norm which is denoted by That is,
where . The following proposition provides the covering number of a class of functions generated by neural networks.
Proposition 1.
Assume that the activation function σ is Lipschitz continuous with the Lipschitz constant . Consider a class of functions generated by a deep neural network
For any ,
where.
The result in Proposition 1 is very similar to the existing results in literature, e.g., Theorem 14.5 of [29], Lemma 5 of [10] and Lemma 3 of [13]. We employ similar techniques used in [10,13,29] to obtain the version presented here. We give the proof of this proposition in Appendix B.
All of the activation functions considered in Section 3 except RePU satisfy the Lipschitz condition (6) and hence Proposition 1 can be applied. An interesting implication of Proposition 1 is that the complexity of the function class generated by deep neural networks is not affected by the choice of an activation function. Hence, the remaining step to derive the convergence rate of a neural network estimator is that approximation accuracies by various activation functions are the same as that of the ReLU neural network.
5.1. Application to Regression
First we consider the regression problem. For simplicity, we let Suppose that the generated model is for some The performance of an estimator is measured by the risk , which is defined by
where is the marginal distribution of The following theorem proves that the optimal convergence rate is obtained by the deep neural network estimator of the regression function for a general activation function.
Theorem 2.
Suppose that the activation function σ is either piecewise linear or locally quadratic satisfying the Lipschitz condition (6). Then there are universal positive constants , , and such that the deep neural network estimator obtained by
with
for some satisfies
for some universal constant , where the expectation is taken over the training data.
5.2. Application to Binary Classification
The aim of the binary classification is to find a classifier that predicts the label for any input . An usual assumption on the data generating process is that for some , where denotes the Bernoulli distribution with parameter p. Note that is the conditional probability function A common approach is, instead of finding a classifier directly, to construct a real valued function f, a so-called classification function, and predict the label y based on the sign of . The performance of a classification function is measured by the misclassification error , which is defined by
It is well known that the convergence rate of the excess risk for classification is faster than that of regression when the conditional probability function satisfies the following condition: there is a constant such that for any sufficiently small , we have
This condition is called the Tsybakov noise condition and q is called the noise exponent [30,31]. When q is larger, the classification task is easier since the probability of generating vague samples become smaller. The following theorem proves that the optimal convergence rate can be obtained by the deep neural network estimator with an activation function considered in Section 3. As is done by [28], we consider the hinge loss
Theorem 3.
Assume the Tsybakov noise condition (8) with the noise exponent . Suppose that the activation function σ, which is either piecewise linear or locally quadratic satisfying the Lipschitz condition (6), is used for all hidden layers except the last one and the ReLU activation function is used for the last hidden layer. Then there are universal positive constants , , and such that the deep neural network estimator obtained by
with
for and some satisfies
for some universal constant , where the expectation is taken over the training data.
Note that the Bayes classifier is given by
which is an indicator function. Since a neural network with the ReLU activation function can approximate indicator functions well [14,15,28], we use the ReLU activation function in the last layer in order to approximate the Bayes classifier more precisely and thus to achieve the optimal convergence rate.
6. Conclusions
In this study, we established the upper bounds of the required depth, width and sparsity of deep neural networks to approximate any Hölder continuous function for the general classes of activation functions. These classes of activation functions include most of the popularly used activation functions. The derived upper bounds of the depth, width and sparsity are optimal in a sense that they are equivalent to the lower bounds up to logarithmic factors. We used this generalization of the approximation error analysis to extend the statistical optimality of the deep neural network estimator in regression and classification problems, where the activation function is other than the ReLU.
Our construction of neural networks for approximation reveals that the piecewise linear activation functions are more efficient in approximating local basis functions while locally quadratic activation functions are more efficient in approximating polynomials. Hence if the activation function has both piecewise linear region and locally quadratic region, we could have a better approximation result. We leave the development of such activation functions as a future work.
Author Contributions
Conceptualization, Y.K.; methodology, I.O. and Y.K.; investigation, I.O.; writing—original draft preparation, I.O.; writing—review and editing, Y.K.; funding acquisition, Y.K.
Funding
This work was supported by Samsung Science and Technology Foundation under Project Number SSTF-BA1601-02.
Conflicts of Interest
The authors declare no conflict of interest.
Appendix A. Proof of Theorem 1
Appendix A.1. Proof of Theorem 1 for Piecewise Linear Activation Functions
The main idea of the proof is that any deep neural network with the ReLU activation function can be exactly reconstructed by a neural network with a piecewise activation function whose proof is in the next lemma that is a slight modification of Proposition 1 (b) of [9].
Lemma A1.
Let σ be an any continuous peicewise linear activation function, and ρ be the ReLU activation function. Let . Then there exists such that
where is a constant depending on the activation function σ.
Proof.
Let a be any break point of σ. Note that . Let be the distance between a and the closest other break point. Then σ is linear on and . Then for any , the ReLU activation function is expressed as
for any , where we define , and .
Let be given. Since both input and the network parameter are bounded, we can take a sufficiently large r so that Equation (A1) holds for any hidden nodes of the network . We consider the deep neural network where we set
for and
Here, denotes the n-dimensional vector of . Then by Equation (A1) and some algebra, we have that for any . For the sparsity of , we note that
which implies that . □
Thanks to Lemma A1, to prove Theorem 1 for piecewise linear activation functions, it suffices to show the approximation ability of the ReLU networks, which is already done by [10] as in the next lemma.
Lemma A2
(Theorem 5 of [10]). Let ρ be the ReLU activation function. For any and any integers and , there exists a network parameter such that
where , , and .
Theorem 1 for piecewise linear activation functions is a direct consequence of Lemmas A1 and A2, which is summarized as follows.
Proof of Theorem 1 for piecewise linear activation functions.
Let ρ be the ReLU activation function. By letting and Lemma A2 implies that there exists a network parameter such that with , and for some positive constants , , and depending only on α, d and R. Hence by Lemma A1, there is a network parameter producing the same output of the ReLU neural network with , , and for some depending only on α, d, R and σ, and some depending only on σ, which completes the proof. □
Appendix A.2. Proof of Theorem 1 for Locally Quadratic Activation Functions
Lemma A3.
Assume that an activation function σ is locally quadratic. There is a constant depending only on the activation function such that for any the following results hold.
- (a)
- There is a neural network with such thatwhere is a constant depending only on σ.
- (b)
- Let . There is a neural network parameter with such that
- (c)
- Let α be a positive integer. For any multi-index with , there is a network parameter with such thatfor some positive constants and depending only on σ and α.
- (d)
- There is a network parameter with such thatfor some positive constants and depending only on σ.
- (e)
- There is a network parameter with such thatfor some positive constants and depending only on σ.
Proof.
Recall that there is an interval on which is three times continuously differentiable with bounded derivatives and there is such that and
Proof of (a). Take K large so that . Consider a neural network
Since σ is three times continuously differentiable on and if , it can be expanded in the Taylor series with Lagrange remainder around t to have
where Since the third order derivative is bounded on , we get the desired assertion by retaking .
Proof of (b). The proof can be done straightforwardly by the polarization type identity:
We construct the network as
where is defined in (A3). Since for , the triangle inequality implies that .
Proof of (c). Let . We construct as follows. Fix . We first consider the affine map that transforms to which is given by
The first hidden layer of pairs neighboring entries in and applies the network defined in (b) with to each pair. That is, the first hidden layer of produces
Note that and , where can be bounded by some constant depending only on and . Then the second hidden layer of pairs neighboring entries of and applies to each pair to have
Note that and for some depending only on and . We repeat this procedure to produce for with
for some , and we set equal to .
By applying the triangle inequality repeatedly, we have
for some depending only on , and q. Since we set arbitrary, the proof is done.
Proof of (d). By (b), it is easy to verify that there is a network with such that for any and some constant . The Taylor series with Lagrange remainder around 1 of is given by
where and thus
for some where the last inequality is because .
Now, we will construct a neural network that approximates the polynomial as follows. The first hidden layer computes from the input x. Then
for any and some constant . The next hidden layer computes from the input from the first hidden layer. Using the triangle inequality, we have that the second hidden layer approximates the vector by error for some . Repeating this procedure, we construct the network which approximates by error for some . Taking , we observe that for all sufficiently large K, which implies the desired result.
Proof of (e). Let . Since for any ,
the function approximates the absolute value function by error ζ. For in (a) and in (d), we have that
for some constant We now set and . Since , the proof is done. □
Proof of Theorem 1 for locally quadratic activation functions.
Recall that
Then by Lemma B.1 of [10],
From the equivalent representation of the ReLU function , we can easily check that the neural network with approximates the ReLU function by error for some , where is defined in the proof of (d) of Lemma A3 and is defined in (e) of Lemma A3. For and , we define
Then it approximates the function by error for some In turn, for , by invoking the similar construction used in (c) of Lemma A3 to approximates the product of d components, we can construct the network with for some such that
for some . For each with , we have the neural network in (c) of Lemma A3 that approximates . The number of these networks is , which is denoted by . Also there are networks for . We need approximation of each product , which requires additional many networks , where is defined as in (A4) for some not depending on M and K. Finally we construct the output layer which computes the weighted sum of . Letting be the network constructed above, we can check that
for some positive constants and In addition, we have and for some positive constants and . For sparsity of the network, we have
for some Taking and , we have
so that for some Since for some the proof is done. □
Appendix B. Proofs of Proposition 1
Proof.
Given a deep neural network , we define and as
for , where . Corresponding to the last and first layer, we define and . Note that . For given let and be two neural network parameter such that and for . Let be the Lipschitz constant of σ. We observe that
and similarly, . Letting we have
Thus, for a fixed sparsity pattern (i.e., the location of nonzero elements in ), the covering number is bounded by . Since the number of the sparsity patterns is bounded by , the log of covering number is bounded above by
which completes the proof. □
Appendix C. Proof of Theorem 2
The proof Theorem 2 is based on the following oracle inequality.
Lemma A4
(Lemma 4 of [10]). Assume that for some with . Let be a given function class from to , and let be any estimator in . Then for any , we have
with
where the expectations are taken over the training data.
Proof of Theorem 2.
We apply Lemma A4 to and . By definition of , we have . Also it can be easily verified that and Set . By Proposition 1,
for some . If a function is approximates by error ϵ which is sufficeintly small, then since . Now, Theorem 1 implies that there is such that
which completes the proof. □
Appendix D. Proof of Theorem 3
For a given real-valued function f, let , which we call the hinge risk. The proof of Theorem 3 is based on the following theorem, which is given in [28].
Lemma A5
(Theorem 6 of [28]). Assume that satisfies the Tsybakov noise condition (8) with the noise exponent . Assume that there exists a sequence such that
- there exists a sequence of classes of functions with for some such that there is with for some universal constant ;
- for some universal constant .
Then the estimator obtained by
satisfies
for some universal constant , where the expectation is taken over the training data.
Proof of Theorem 3.
It is well known that , i.e., the hinge risk minimizer is equal to the Bayes classifier [32]. The first step is to find a function which approximates the Bayes classifier well. Let be a given sequence of positive integers. Since , by Theorem 6, for each there exists such that with at most layers, nodes at each layer and nonzero parameters. We construct the neural network by adding one ReLU layer to to have
where ρ is the ReLU activation function. Note that is equal to 1 if , if and otherwise. Let
Then on , , since when Similarly we can show that when . Therefore the Tsybakov noise condition (8) implies
for some where the first equality follows from Theorem 2.31 of [33].
We take . Then there are positive constants , , and such that where
for some . Propostion 1 implies that the log covering number of is bounded above by
Note that to satisfy the entropy condition of Lemma A5, should satisfy
for some . If we let , the condition (A5) holds and so the proof is done. □
References
- LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436. [Google Scholar] [CrossRef]
- Goodfellow, I.; Bengio, Y.; Courville, A. Deep Learning; MIT Press: Cambridge, MA, USA, 2016. [Google Scholar]
- Cybenko, G. Approximation by superpositions of a sigmoidal function. Math. Control Signals Syst. 1989, 2, 303–314. [Google Scholar] [CrossRef]
- Hornik, K.; Stinchcombe, M.; White, H. Multilayer feedforward networks are universal approximators. Neural Netw. 1989, 2, 359–366. [Google Scholar] [CrossRef]
- Funahashi, K.I. On the approximate realization of continuous mappings by neural networks. Neural Netw. 1989, 2, 183–192. [Google Scholar] [CrossRef]
- Chui, C.K.; Li, X. Approximation by ridge functions and neural networks with one hidden layer. J. Approx. Theory 1992, 70, 131–141. [Google Scholar] [CrossRef]
- Leshno, M.; Lin, V.Y.; Pinkus, A.; Schocken, S. Multilayer feedforward networks with a nonpolynomial activation function can approximate any function. Neural Netw. 1993, 6, 861–867. [Google Scholar] [CrossRef]
- Telgarsky, M. Neural networks and rational functions. In Proceedings of the 34th International Conference on Machine Learning, Sydney, Australia, 6–11 August 2017; pp. 3387–3393. [Google Scholar]
- Yarotsky, D. Error bounds for approximations with deep ReLU networks. Neural Netw. 2017, 94, 103–114. [Google Scholar] [CrossRef]
- Schmidt-Hieber, J. Nonparametric regression using deep neural networks with ReLU activation function. arXiv 2017, arXiv:1708.06633. [Google Scholar]
- Bauer, B.; Kohler, M. On deep learning as a remedy for the curse of dimensionality in nonparametric regression. Ann. Stat. 2019. accepted. [Google Scholar] [CrossRef]
- Li, B.; Tang, S.; Yu, H. Better Approximations of High Dimensional Smooth Functions by Deep Neural Networks with Rectified Power Units. arXiv 2019, arXiv:1903.05858. [Google Scholar]
- Suzuki, T. Adaptivity of deep ReLU network for learning in Besov and mixed smooth Besov spaces: Optimal rate and curse of dimensionality. arXiv 2018, arXiv:1810.08033. [Google Scholar]
- Petersen, P.; Voigtlaender, F. Optimal approximation of piecewise smooth functions using deep ReLU neural networks. Neural Netw. 2018, 108, 296–330. [Google Scholar] [CrossRef]
- Imaizumi, M.; Fukumizu, K. Deep Neural Networks Learn Non-Smooth Functions Effectively. arXiv 2018, arXiv:1802.04474. [Google Scholar]
- Bergstra, J.; Desjardins, G.; Lamblin, P.; Bengio, Y. Quadratic Polynomials Learn Better Image Features; Technical Report 1337; Département d’Informatique et de Recherche Operationnelle, Université de Montréal: Montréal, QC, Canada, 2009. [Google Scholar]
- Clevert, D.A.; Unterthiner, T.; Hochreiter, S. Fast and accurate deep network learning by exponential linear units (elus). arXiv 2015, arXiv:1511.07289. [Google Scholar]
- Carlile, B.; Delamarter, G.; Kinney, P.; Marti, A.; Whitney, B. Improving deep learning by inverse square root linear units (ISRLUs). arXiv 2017, arXiv:1710.09967. [Google Scholar]
- Klimek, M.D.; Perelstein, M. Neural Network-Based Approach to Phase Space Integration. arXiv 2018, arXiv:1810.11509. [Google Scholar]
- Wuraola, A.; Patel, N. SQNL: A New Computationally Efficient Activation Function. In Proceedings of the 2018 International Joint Conference on Neural Networks (IJCNN), Rio de Janeiro, Brazil, 8–13 July 2018; pp. 1–7. [Google Scholar]
- Ramachandran, P.; Zoph, B.; Le, Q.V. Searching for activation functions. arXiv 2017, arXiv:1710.05941. [Google Scholar]
- Glorot, X.; Bordes, A.; Bengio, Y. Deep sparse rectifier neural networks. In Proceedings of the Fourteenth International Conference on Artificial Intelligence and Statistics, Ft. Lauderdale, FL, USA, 11–13 April 2011; pp. 315–323. [Google Scholar]
- Mhaskar, H.N. Approximation properties of a multilayered feedforward artificial neural network. Adv. Comput. Math. 1993, 1, 61–80. [Google Scholar] [CrossRef]
- Costarelli, D.; Vinti, G. Saturation classes for max-product neural network operators activated by sigmoidal functions. Results Math. 2017, 72, 1555–1569. [Google Scholar] [CrossRef]
- Costarelli, D.; Spigler, R. Solving numerically nonlinear systems of balance laws by multivariate sigmoidal functions approximation. Comput. Appl. Math. 2018, 37, 99–133. [Google Scholar] [CrossRef]
- Costarelli, D.; Vinti, G. Estimates for the neural network operators of the max-product type with continuous and p-integrable functions. Results Math. 2018, 73, 12. [Google Scholar] [CrossRef]
- Costarelli, D.; Sambucini, A.R. Approximation results in Orlicz spaces for sequences of Kantorovich max-product neural network operators. Results Math. 2018, 73, 15. [Google Scholar] [CrossRef]
- Kim, Y.; Ohn, I.; Kim, D. Fast convergence rates of deep neural networks for classification. arXiv 2018, arXiv:1812.03599. [Google Scholar]
- Anthony, M.; Bartlett, P.L. Neural Network Learning: Theoretical Foundations; Cambridge University Press: Cambridge, UK, 2001. [Google Scholar]
- Mammen, E.; Tsybakov, A.B. Smooth discrimination analysis. Ann. Stat. 1999, 27, 1808–1829. [Google Scholar]
- Tsybakov, A.B. Optimal aggregation of classifiers in statistical learning. Ann. Stat. 2004, 32, 135–166. [Google Scholar] [CrossRef]
- Lin, Y. A note on margin-based loss functions in classification. Stat. Probab. Lett. 2004, 68, 73–82. [Google Scholar] [CrossRef]
- Steinwart, I.; Christmann, A. Support Vector Machines; Springer Science & Business Media: New York, NY, USA, 2008. [Google Scholar]
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).