REVIEW 1 major objections 4 minor 55 references
Deep neural network approximations for Monte Carlo algorithms
T0 review · 1 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read This paper proves a transfer theorem: if a discrete Monte Carlo scheme approximates a function without the curse of dimensionality and the scheme's components are DNN-approximable at polynomial cost, then the function is DNN-approximable…
desk verdict The abstract transfer theorem is not proven as written—(2.23) drops a nonnegative term—but the ANN calculus and the Kolmogorov application are real work and worth a revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The machinery is an explicit ANN calculus: formal operations of composition, parallelization, sum, and scalar multiplication on feedforward networks with rectifier activations, each with controlled growth of the parameter count (Definitions 3.1–3.28 and Lemmas 3.8–3.29). The load-bearing object is the class $\mathcal{N}_{d,\varepsilon}$ of admissible networks, together with a composition-closure hypothesis: for every admissible $\Phi$ and every sampled point $z$, there must be networks $\varphi_z$ realizing the composition $(R(f_{N,d}^{\varepsilon,z})) \circ (R(\Phi))$ with parameter overhead at most $C N^{n_1} d^{d_3} \varepsilon^{-e}$ and depth independent of $z$. A second construction, Lemma 3.29, builds a network whose output is the average of $M_N$ independent network evaluations, and Lemma 3.30 verifies the closure condition for the Kolmogorov application by composing with an exact identity network and a scaled drift network while controlling the width of the composed network. Proposition 4.4 supplies the underlying Monte Carlo Euler error estimates.
What would settle it
A concrete way to test the theorem: produce a discrete Monte Carlo scheme that satisfies the approximation, moment, and Lipschitz assumptions (2.9)–(2.13) and (2.14)–(2.15), but for which every DNN family approximating the update map forces the composition-closure parameter overhead to grow faster than any polynomial in $d$ or $\varepsilon^{-1}$, while the scheme itself still has polynomial-in-$d$, polynomial-in-$1/\varepsilon$ error. Such an example would show that the inheritance conclusion (2.16) fails in general, and it would isolate the composition-closure hypothesis as the obstruction.
Extended reading notes
Core claim
The central claim is Theorem 2.3: under the moment, approximation, Lipschitz, and composition-closure assumptions (2.9)–(2.15), for every $d \in \mathbb{N}$ and $\varepsilon \in (0,1]$ there are rectified DNNs $\Psi_{d,\varepsilon}$ with $\left(\int_{\mathbb{R}^d} |u_d(x) - (R(\Psi_{d,\varepsilon}))(x)|^p \, \nu_d(dx)\right)^{1/p} \leq \varepsilon$ and parameter count bounded by $c \, d^{d_0(n_1+n_2+1)/n_0 + d_3 + e \delta} \varepsilon^{-(n_1+n_2+1)/n_0 - e}$, where $\delta = \max\{d_5 + \theta(d_1+d_2),\, d_4 + d_6 + 2\theta(d_1+d_2)\}$. The proof replaces the Monte Carlo update $f_{N,d}$ by its DNN approximant, runs the recursion through composed networks, evaluates a DNN realization of the averaging function $g$, and chooses the number of steps $N$ and an internal accuracy $E_{d,\varepsilon}$ so that the Monte Carlo error, the $g$-approximation error, and the perturbation error from replacing $f$ by a network all stay below $\varepsilon$. The conclusion is a direct inheritance: the discrete scheme's polynomial-in-$d$, polynomial-in-$1/\varepsilon$ error becomes a polynomial parameter bound for the DNN.
Load-bearing premise
The load-bearing premise is the composition-closure condition: every admissible network must remain admissible after composition with the DNN version of the Monte Carlo update, with parameter overhead at most $C N^{n_1} d^{d_3} \varepsilon^{-e}$ and depth independent of the sampled point; if this width and depth control fails, the transfer theorem does not apply.
Editorial extensions
If this is right
- Any function tractably approximated by a discrete Monte Carlo scheme whose components admit polynomial-cost DNN representations inherits DNN tractability, with explicit parameter exponents (Theorem 2.3).
- Solutions of Kolmogorov PDEs with constant diffusion matrix, possibly nonlinear Lipschitz drift, and terminal data that are Lipschitz and polynomially growing are DNN-approximable without the curse of dimensionality (Theorem 4.5).
- On the unit cube with uniform measure, the parameter count for these PDE solutions is at most $c \, \varepsilon^{-(e+6)}$ times a polynomial in $d$ whose exponent is given in closed form by the data-approximation constants (Corollary 4.6).
- The result makes explicit the dimension and accuracy exponents for classes previously known only through existence results, including Black-Scholes PDEs, semilinear heat equations, and nonsmooth value functions in zero-sum games.
Reading between the lines
- The transfer statement suggests a general recipe: any future Monte Carlo sampler that is tractable and whose components are network-friendly in the composition sense automatically yields DNN tractability; samplers such as multilevel or quasi-Monte Carlo variants could be compared through the induced parameter exponents.
- The composition-closure hypothesis is likely the practical bottleneck: for nonlinear update maps it requires controlling the width of composed networks, not just their depth, so schemes with high-dimensional or ill-conditioned updates may fail the hypothesis even when they are otherwise tractable.
- The explicit exponents imply that improving the scheme's accuracy in $\varepsilon$, the dimension growth of the moments, or the Lipschitz constants directly improves the DNN parameter bound, giving quantitative targets for designing network-friendly samplers.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper develops an abstract transfer theorem (Theorem 2.3) asserting that if a function can be approximated by a suitable discrete Monte Carlo scheme without the curse of dimensionality, and if the steps of that scheme can be realized by DNNs without the curse of dimensionality, then the function itself can be approximated by DNNs without the curse of dimensionality. The theorem also provides explicit polynomial exponents in the dimension d and in the reciprocal accuracy ε. The main application is to Kolmogorov PDEs with constant diffusion and possibly nonlinear drift, for which the authors prove in Theorem 4.5 that viscosity solutions can be approximated by rectified DNNs without the curse of dimensionality. The proof combines discrete Gronwall-type moment bounds with a Monte Carlo Euler error analysis and an ANN calculus developed in Section 3.
Significance. If the central theorem were established, the paper would be a valuable contribution: it systematizes a widely used two-step argument (Monte Carlo scheme first, DNN realization second), gives explicit exponents in the parameter-count bounds, and extends prior Kolmogorov PDE results by making the exponents explicit. The ANN calculus in Lemmas 3.29–3.30 is coherent and useful, and the Kolmogorov PDE application is well structured. However, the main proof contains a gap in the derivation of the growth bound (2.23) from (2.22), and that gap is load-bearing for the moment estimates and the final conclusion. The abstract theorem is therefore not established as written, although the argument appears repairable by adding an explicit linear-growth hypothesis on the discrete scheme, which is satisfied by the Euler scheme used in Section 4.
major comments (1)
- [§2.2, Eqs. (2.22)–(2.23)] The deduction of (2.23) from (2.22) is invalid: the term ε C d^{d4}(d^{θ(d1+d2)} + ‖x‖^θ) in (2.22) is nonnegative and is simply discarded. Since θ ≥ 1 and ‖x‖ is unbounded, this term is not bounded by the right-hand side of (2.23), which is affine in ‖x‖. The subsequent moment bounds (2.26)–(2.28), the perturbation estimate (2.30), the error bound (2.38), and the final parameter bound (2.16) all depend on (2.23). The hypotheses (2.11)–(2.13) do not imply (2.23); for instance, take d1 = d2 = 0, C = 1, N = 1, ε = 1, θ = 2, d4 > 0, f_{N,d}(z,x) = x + d^{d4}, R(f^{ε,z}_{N,d})(x) = x. Then (2.11)–(2.13) hold, but (2.23) fails at x = 0 for large d. The proof can be repaired by adding an explicit growth assumption such as ‖f_{N,d}(z,x)‖ ≤ (1 + C/N)‖x‖ + C d^{d2}(d^{d1} + ‖z‖), which is satisfied by the Euler scheme in Section 4; without such an assumption, Theorem 2.3 is not established as stated.
minor comments (4)
- [Theorem 2.3, composition-closure assumption] The assumption on the composed networks is stated as "D(φz) = D(φz)" with two bound variables named z; this is tautological as written. It should presumably read D(φz) = D(φ_z̃) for all z, z̃ ∈ R^d, expressing that the depth does not depend on the point z.
- [Proof of Theorem 2.3, Eq. (2.18)] The notation N_{d,ε} is used both for the set of networks in the theorem statement and for the integer step-size parameter in (2.18). This overloading makes the proof harder to follow; a different symbol, such as N̂_{d,ε}, would help.
- [Lemma 3.30] The width condition l_{2,L2−1} ≤ l_{1,L1−1} + i is essential for the composition to remain in the admissible class, but it is not explained. A short remark on why this condition is natural for the ANN calculus would improve readability.
- [General typography] There are several typographical artifacts, such as "www.univie.ac.at" split as "uni vie.ac.at" and the notation "(4eC+1C3)" which should read "(4e^{C+1} C^3)". These should be corrected in a revised version.
Circularity Check
No circularity: the transfer theorem and Kolmogorov application are conditional on external Monte Carlo and Feynman-Kac inputs, not on their own conclusions.
full rationale
The main result Theorem 2.3 is a conditional transfer theorem: assumptions (2.9)-(2.15) postulate that a discrete Monte Carlo scheme approximates u and that DNNs represent the scheme's transition f and output functional g with controlled complexity. The conclusion (2.16) is a parameter bound for a DNN approximating u, obtained by propagating errors through Lemma 2.2 and composing networks. The exponents in (2.16) are sums and products of the input exponents, not renamings of them, and no hypothesis states directly that u itself is DNN-approximable with the claimed rate. Thus the theorem is not self-definitional. In the Kolmogorov application, u_d(T,.) is identified with E[phi0,d(X_T^.)] via the standard Feynman-Kac representation cited from [32], and the Euler/Monte Carlo error is bounded in Proposition 4.4 from Lemmas 4.1-4.3; these are external analytic estimates, not the paper's own target. The assumed DNN approximability of phi0,d and phi1,d is a genuine input; the PDE solution is obtained by composing and averaging those input approximations, not by assuming the conclusion. The repeated citations to the authors' earlier ANN calculus [22] and Monte Carlo results [32] supply elementary matrix-composition rules and standard stochastic estimates; none of those cited results asserts Theorem 2.3 or Theorem 4.5 and none is a uniqueness or completeness theorem that forces the answer. The proof gap noted by the skeptic at (2.23), where the nonnegative epsilon term is dropped when passing from (2.22) to (2.23), is a correctness concern about an unproven moment bound, not a circularity: it does not make the conclusion equal to an input by construction. Therefore no circular step is identified.
Assumptions & free parameters
free parameters (1)
- Assumption constants d0,...,d6, n0,n1,n2, e, theta, C, p =
Not numeric; abstract constants in Theorem 2.3
assumptions (5)
- domain assumption The discrete approximation scheme satisfies the error bound (2.9) with rate N^{-n0} and dimension factor d^{d0}.
- domain assumption The random variables Z_{N,d,m,n} have uniformly bounded moments (2.10), and the initial measure nu_d has moment bounds (2.10).
- domain assumption For every admissible network Phi there exist networks phi_z realizing the composition of the approximated drift with Phi with parameter cost bounded by P(Phi) + C N^{n1} d^{d3} epsilon^{-e} (paragraph before (2.14)).
- domain assumption The network realization map R preserves the required operations: composition, parallelization, and summation of networks (Section 3, Lemmas 3.29, 3.30).
- domain assumption In the Kolmogorov PDE application, the PDE solution u_d has the Feynman-Kac representation u_d(T,x) = E[phi_{0,d}(X^d_x_T)] for the SDE (4.46).
Cite this review
Pith. "Pith review of Deep neural network approximations for Monte Carlo algorithms." pith.science (2026). https://pith.science/paper/XMBBTNXO
@misc{pith2026190810828,
author = {Pith},
title = {Pith review of: Deep neural network approximations for Monte Carlo algorithms},
year = {2026},
howpublished = {\url{https://pith.science/paper/XMBBTNXO}},
note = {Machine review of arXiv:1908.10828}
}
read the original abstract
Recently, it has been proposed in the literature to employ deep neural networks (DNNs) together with stochastic gradient descent methods to approximate solutions of PDEs. There are also a few results in the literature which prove that DNNs can approximate solutions of certain PDEs without the curse of dimensionality in the sense that the number of real parameters used to describe the DNN grows at most polynomially both in the PDE dimension and the reciprocal of the prescribed approximation accuracy. One key argument in most of these results is, first, to use a Monte Carlo approximation scheme which can approximate the solution of the PDE under consideration at a fixed space-time point without the curse of dimensionality and, thereafter, to prove that DNNs are flexible enough to mimic the behaviour of the used approximation scheme. Having this in mind, one could aim for a general abstract result which shows under suitable assumptions that if a certain function can be approximated by any kind of (Monte Carlo) approximation scheme without the curse of dimensionality, then this function can also be approximated with DNNs without the curse of dimensionality. It is a key contribution of this article to make a first step towards this direction. In particular, the main result of this paper, essentially, shows that if a function can be approximated by means of some suitable discrete approximation scheme without the curse of dimensionality and if there exist DNNs which satisfy certain regularity properties and which approximate this discrete approximation scheme without the curse of dimensionality, then the function itself can also be approximated with DNNs without the curse of dimensionality. As an application of this result we establish that solutions of suitable Kolmogorov PDEs can be approximated with DNNs without the curse of dimensionality.
Reference graph
Works this paper leans on
-
[1]
Deep splitting method for parabolic PDEs
Beck, C., Becker, S., Cheridito, P., Jentzen, A., and Neufeld, A. Deep splitting method for parabolic PDEs. arXiv:1907.03452 (2019), 40 pages
arXiv 2019
-
[2]
Solving stochastic differential equations and Kolmogorov equations by mea ns of deep learning
Beck, C., Becker, S., Grohs, P., Jaafari, N., and Jentzen, A. Solving stochastic differential equations and Kolmogorov equations by mea ns of deep learning. arXiv:1806.00421 (2018), 56 pages
arXiv 2018
-
[3]
Beck, C., E, W., and Jentzen, A. Machine Learning Approximation Algorithms for High-Dimensional Fully Nonlinear Partial Differential Eq uations and Second-order Backward Stochastic Differential Equations. J. Nonlinear Sci. 29, 4 (2019), 1563–1619
work page 2019
-
[4]
Becker, S., Cheridito, P., and Jentzen, A. Deep optimal stopping. Journal of Machine Learning Research 20 , 74 (2019), 1–25
work page 2019
-
[5]
Solving high-dimensional optimal stopping problems using deep learning
Becker, S., Cheridito, P., Jentzen, A., and Welti, T. Solving high- dimensional optimal stopping problems using deep learning. arXiv:1908.01602 (2019), 42 pages
work page Pith review arXiv 2019
-
[6]
Bellman, R. Dynamic programming. Princeton University Press, Princeton, N. J., 1957
work page 1957
-
[7]
Applications of variational inequalities in stochastic control , vol
Bensoussan, A., and Lions, J.-L. Applications of variational inequalities in stochastic control , vol. 12 of Studies in Mathematics and its Applications . North-Holland Publishing Co., Amsterdam-New York, 1982
work page 1982
-
[8]
Berg, J., and Nystr ¨om, K. A unified deep artificial neural network ap- proach to partial differential equations in complex geometries. Neurocomputing 317 (2018), 28–41
work page 2018
Show all 55 references
-
[9]
Berner, J., Grohs, P., and Jentzen, A. Analysis of the generalization er- ror: Empirical risk minimization over deep artificial neural networks overcomes the curse of dimensionality in the numerical approximation of Black-S choles partial differential equations. arXiv:1809.03062...
2018 arXiv
-
[10]
Machine learning for semi linear PDEs
Chan-W ai-Nam, Q., Mikael, J., and W arin, X. Machine learning for semi linear PDEs. J. Sci. Comput. 79 , 3 (2019), 1667–1712
2019
-
[11]
Chouiekh, A., and Haj, E. H. I. E. Convnets for fraud detection analysis. Procedia Computer Science 127 (2018), 133–138
2018
-
[12]
E., Yu, D., Deng, L., and Acero, A
Dahl, G. E., Yu, D., Deng, L., and Acero, A. Context-dependent pre- trained deep neural networks for large-vocabulary speech reco gnition. IEEE Transactions on audio, speech, and language processing 20 , 1 (2012), 30–42
2012
-
[13]
A discussion on solving partial differential equations using neural networks
Dockhorn, T. A discussion on solving partial differential equations using neural networks. arXiv:1904.07200 (2019), 9 pages
2019 arXiv
-
[14]
Deep learning-based numerical meth- ods for high-dimensional parabolic partial differential equations an d backward stochastic differential equations
E, W., Han, J., and Jentzen, A. Deep learning-based numerical meth- ods for high-dimensional parabolic partial differential equations an d backward stochastic differential equations. Commun. Math. Stat. 5 , 4 (2017), 349–380
2017
-
[15]
The deep Ritz method: A deep learning-based numerical algorithm for solving variational problems
E, W., and Yu, B. The deep Ritz method: A deep learning-based numerical algorithm for solving variational problems. Commun. Math. Stat. 6 , 1 (2018), 1–12
2018
-
[16]
DNN Ex- pression Rate Analysis of High-dimensional PDEs: Application to Optio n Pric- ing
Elbr¨achter, D., Grohs, P., Jentzen, A., and Schwab, C. DNN Ex- pression Rate Analysis of High-dimensional PDEs: Application to Optio n Pric- ing. Preprint (2018)
2018
-
[17]
Deep reinforcement learn- ing for partial differential equation control
F arahmand, A.-m., Nabi, S., and Nikovski, D. Deep reinforcement learn- ing for partial differential equation control. 2017 American Control Conference (ACC) (2017), 3120–3127
2017
-
[18]
Asymptotic expansion as prior knowledge in deep learning method for high dimensional BSDEs
Fujii, M., Takahashi, A., and Takahashi, M. Asymptotic expansion as prior knowledge in deep learning method for high dimensional BSDEs. Asia- Pacific Financial Markets (Mar 2019)
2019
-
[19]
Machine Learning for Pricing American Options in High Dimension
Gouden` ege, L., Molent, A., and Zanette, A. Machine Learning for Pricing American Options in High Dimension. arXiv:1903.11275 (2019), 11 pages
2019 arXiv
-
[20]
Speech recognition with deep recurrent neural networks
Graves, A., Mohamed, A.-r., and Hinton, G. Speech recognition with deep recurrent neural networks. In Proceedings of the IEEE Conference on Acoustics, Speech and Signal Processing, ICASSP (2013), pp. 6645–6649
2013
-
[21]
A proof that artificial neural networks overcome the curse of dim ensionality in the numerical approximation of Black-Scholes partial differential equations
Grohs, P., Hornung, F., Jentzen, A., and von Wurstemberger, P. A proof that artificial neural networks overcome the curse of dim ensionality in the numerical approximation of Black-Scholes partial differential equations. arXiv:1809.02362 (2018), 124 pages
2018 arXiv
-
[22]
Space- time error estimates for deep neural network approximations for differential equations
Grohs, P., Hornung, F., Jentzen, A., and Zimmermann, P. Space- time error estimates for deep neural network approximations for differential equations. arXiv:1908.03833 (2019), 86 pages. 42
2019 arXiv
-
[23]
Solving high-dimensional partial differ- ential equations using deep learning
Han, J., Jentzen, A., and E, W. Solving high-dimensional partial differ- ential equations using deep learning. Proceedings of the National Academy of Sciences 115 , 34 (2018), 8505–8510
2018
-
[24]
Convergence of the Deep BSDE Method for Coupled FBSDEs
Han, J., and Long, J. Convergence of the Deep BSDE Method for Coupled FBSDEs. arXiv:1811.01165 (2018), 26 pages
2018 arXiv
-
[25]
Deep Primal-Dual Algorithm for BSDEs: Applica- tions of Machine Learning to CV A and IM
Henry-Labord` ere, P. Deep Primal-Dual Algorithm for BSDEs: Applica- tions of Machine Learning to CV A and IM. (November 15, 2017), 16 p ages. Available at SSRN: https://ssrn.com/abstract=3071506
2017
-
[26]
E., Mohamed, A.-r., Jaitly , N., Senior, A., V anhoucke, V., Nguyen, P., Sainath, T
Hinton, G., Deng, L., Yu, D., Dahl, G. E., Mohamed, A.-r., Jaitly , N., Senior, A., V anhoucke, V., Nguyen, P., Sainath, T. N., et al. Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups. IEEE Signal processing magazine 29...
2012
-
[27]
Convolutional neural network ar- chitectures for matching natural language sentences
Hu, B., Lu, Z., Li, H., and Chen, Q. Convolutional neural network ar- chitectures for matching natural language sentences. In Proceedings of the 27th International Conference on Neural Information Processin g Systems - Volume 2 (2014), pp. 2042–2050
2014
-
[28]
Huang, G., Liu, Z., van der Maaten, L., and Weinberger, K. Q. Densely connected convolutional networks. In Proceedings of the IEEE Confer- ence on Computer Vision and Pattern Recognition (2017), pp. 2261–2269
2017
-
[29]
Some machine learning schemes for high-dimensional nonlinear PDEs
Hur´ e, C., Pham, H., and W arin, X. Some machine learning schemes for high-dimensional nonlinear PDEs. arXiv:1902.01599 (2019), 33 pages
2019
-
[30]
Hutzenthaler, M., Jentzen, A., Kruse, T., and Nguyen, T. A. A proof that rectified deep neural networks overcome the curse o f dimensionality in the numerical approximation of semilinear heat equations. arXiv:1901.10854 (2019), 29 pages
2019 arXiv
-
[31]
Deep PPDEs for rough local stochastic volatility
Jacquier, A., and Oumgari, M. Deep PPDEs for rough local stochastic volatility. arXiv:1906.02551 (2019), 21 pages
2019 arXiv
-
[32]
Jentzen, A., Salimova, D., and Welti, T. A proof that deep artificial neural networks overcome the curse of dimensionality in the numer ical approxi- mation of Kolmogorov partial differential equations with constant d iffusion and nonlinear drift coefficients. arXiv:1809.07321 (201...
2018 arXiv
-
[33]
Numerical solution of elliptic partial differential equation using radial basis function neura l networks
Jianyu, L., Siwei, L., Yingjian, Q., and Yaping, H. Numerical solution of elliptic partial differential equation using radial basis function neura l networks. Neural Networks 16 , 5 (2003), 729 – 734
2003
-
[34]
A convolu- tional neural network for modelling sentences
Kalchbrenner, N., Grefenstette, E., and Blunsom, P. A convolu- tional neural network for modelling sentences. In Proceedings of the 52nd An- nual Meeting of the Association for Computational Linguist ics (2014), pp. 655– 665. 43
2014
-
[35]
Krizhevsky, A., Sutskever, I., and Hinton, G. E. Imagenet classifica- tion with deep convolutional neural networks. In Advances in neural informa- tion processing systems (2012), pp. 1097–1105
2012
-
[36]
A theoretical analysis of deep neural networks and parametric PD Es
Kutyniok, G., Petersen, P., Raslan, M., and Schneider, R. A theoretical analysis of deep neural networks and parametric PD Es. arXiv:1904.00377 (2019), 43 pages
2019 arXiv
-
[37]
E., Likas, A., and Fotiadis, D
Lagaris, I. E., Likas, A., and Fotiadis, D. I. Artificial neural networks for solving ordinary and partial differential equations. IEEE transactions on neural networks 9 (5) (1998), 987–1000
1998
-
[38]
PDE-Net: Learning PDEs from Data
Long, Z., Lu, Y., Ma, X., and Dong, B. PDE-Net: Learning PDEs from Data. In Proceedings of the 35th International Conference on Machin e Learning (2018), pp. 3208–3216
2018
-
[39]
O., Mishra, S., and Ray, D
Lye, K. O., Mishra, S., and Ray, D. Deep learning observables in compu- tational fluid dynamics. arXiv:1903.03040 (2019), 57 pages
2019 arXiv
-
[40]
Magill, M., Qureshi, F., and de Haan, H. W. Neural networks trained to solve differential equations learn general representations. In Advances in Neural Information Processing Systems (2018), pp. 4071–4081
2018
-
[41]
J., and Fern ´andez, A
Meade, Jr., A. J., and Fern ´andez, A. A. The numerical solution of linear ordinary differential equations by feedforward neural networks . Math. Comput. Modelling 19 , 12 (1994), 1–25
1994
-
[42]
Tractability of multivariate problems
Novak, E., and Wo ´zniakowski, H. Tractability of multivariate problems. Vol. 1: Linear information , vol. 6 of EMS Tracts in Mathematics . European Mathematical Society (EMS), Z¨ urich, 2008
2008
-
[43]
Tractability of multivariate problems
Novak, E., and Wo ´zniakowski, H. Tractability of multivariate problems. Volume II: Standard information for functionals , vol. 12 of EMS Tracts in Mathematics. European Mathematical Society (EMS), Z¨ urich, 2010
2010
-
[44]
Neural networks-based backward scheme for fully nonlinear PDEs
Pham, H., and W arin, X. Neural networks-based backward scheme for fully nonlinear PDEs. arXiv:1908.00412 (2019), 15 pages
2019
-
[45]
Deep hidden physics models: Deep learning of nonlinear partial differential equations
Raissi, M. Deep hidden physics models: Deep learning of nonlinear partial differential equations. J. Mach. Learn. Res. 19 (2018), 25:1–25:24
2018
-
[46]
Rectified deep neural networks overcome the curse of dimensionality for nonsmooth value functions in zero-s um games of nonlinear stiff systems
Reisinger, C., and Zhang, Y. Rectified deep neural networks overcome the curse of dimensionality for nonsmooth value functions in zero-s um games of nonlinear stiff systems. arXiv:1903.06652 (2019), 34 pages
2019 arXiv
-
[47]
Deep learning detecting fraud in credit card transactions
Roy, A., Sun, J., Mahoney, R., Alonzi, L., Adams, S., and Beling, P. Deep learning detecting fraud in credit card transactions. In 2018 Systems and Information Engineering Design Symposium (SIEDS) (2018), pp. 129–134
2018
-
[48]
Very deep convolutional networks for large-scale image recognition
Simonyan, K., and Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv:1409.1556 (2014), 14 pages. 44
2014 arXiv
-
[49]
DGM: A deep learning algorithm for solving partial differential equations
Sirignano, J., and Spiliopoulos, K. DGM: A deep learning algorithm for solving partial differential equations. J. Comput. Phys. 375 (2018), 1339–1364
2018
-
[50]
Deepface: Closing the gap to human-level performance in face verification
Taigman, Y., Yang, M., Ranzato, M., and Wolf, L. Deepface: Closing the gap to human-level performance in face verification. In IEEE Conference on Computer Vision and Pattern Recognition (2014), pp. 1701–1708
2014
-
[51]
Solving inverse problems in nonlinear PDEs by recurrent neural networks
Uchiyama, T., and Sonehara, N. Solving inverse problems in nonlinear PDEs by recurrent neural networks. In IEEE International Conference on Neu- ral Networks (1993), IEEE, pp. 99–102
1993
-
[52]
Deep & cross network for ad click predictions
W ang, R., Fu, B., Fu, G., and W ang, M. Deep & cross network for ad click predictions. In Proceedings of the ADKDD’17 (2017)
2017
-
[53]
Face recognition based on deep learning
W ang, W., Yang, J., Xiao, J., Li, S., and Zhou, D. Face recognition based on deep learning. In Human Centered Computing (2015), pp. 812–820
2015
-
[54]
J., and Sim, K
Wu, C., Karanasou, P., Gales, M. J., and Sim, K. C. Stimulated deep neural network for speech recognition. In Interspeech 2016 (2016), pp. 400–404
2016
-
[55]
Zhai, S., Chang, K.-h., Zhang, R., and Zhang, Z. M. Deepintent: Learning attentions for online advertising with recurrent neural n etworks. In Proceedings of the 22nd ACM SIGKDD International Conferenc e on Knowledge Discovery and Data Mining (2016), pp. 1295–1304. 45
2016
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.