REVIEW 4 major objections 3 minor 46 references
On the Dimension-Free Approximation of Deep Neural Networks for Symmetric Korobov Functions
T0 review · 4 major / 3 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read This paper proves that permutation symmetry lets deep networks approximate symmetric Korobov functions without the curse of dimensionality: m parameters give energy-norm error O(m^{-1}), with a prefactor that does not grow exponentially wit
desk verdict Clever Vandermonde symmetrization and a plausible approach, but the central counting lemma contains a false implication that the main dimension-free rate depends on; the proof as written does not support Theorem 1. 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 central object is the symmetrized sparse-grid basis ψ_{l,i}(x) = Σ_{τ∈S_d} φ_{l_1,i_1}(x_{τ(1)})⋯φ_{l_d,i_d}(x_{τ(d)}), formed from tensor products of one-dimensional hat functions. The paper avoids summing over all d! permutations by proving a Vandermonde identity: for any univariate functions φ_1,…,φ_d, the symmetrized product equals a linear combination of at most d 2^{d-1} functions G_ξ(x), each a product of univariate linear combinations of the φ_j. Each G_ξ is then realized by a squared-ReLU network with a binary-tree product circuit, giving O(d^3 2^{d-1} log d) parameters per basis. Together with an energy-based sparse-grid index set whose symmetrized cardinality is bounded by C_s
What would settle it
Compute the exact cardinality of the symmetric energy-based sparse grid ∪_{l∈X_n∩N^d_ord} i_l for d=2,3,4 and n=10,20,30 and compare it with C_s 2^n e^{π√(5d/3)}. In particular, test the displayed implication Σ 4^{l_j} ≥ (4n+4d−4)/32^i ⇒ |l|∞ ≥ n−⌊2.5i⌋: an explicit counterexample with small d and i would invalidate the bound and hence the dimension-free prefactor.
Extended reading notes
Core claim
Let X^{2,2}_{sym}([0,1]^d) be the space of functions with square-integrable mixed derivatives up to second order in each coordinate, vanishing on the boundary, and invariant under coordinate permutations. The paper constructs a symmetric squared-ReLU network φ with m parameters such that for every f in that space, ||f−φ||_E ≤ C |f|_{2,2} m^{-1}, where C = O(d^4 (5/6)^d e^{π√(5d/3)} (log d + 2)) is uniformly bounded in d. Since m^{-1} is also the optimal rate among continuous approximators, this gives a dimension-free approximation guarantee. The construction symmetrizes sparse-grid hat-function bases and represents each symmetrized basis as a linear combination of at most d 2^{d-1} product-t
Load-bearing premise
The proof's count of symmetric sparse-grid basis functions rests on the claim that the energy-based index condition forces the maximum coordinate level to be at least n−⌊2.5i⌋; if that implication is false, the number of basis functions could exceed the stated 2^n e^{π√(5d/3)} bound and the dimension-free rate would not follow.
Editorial extensions
If this is right
- A single architecture with O(log d) depth and O(d^3 2^{d-1}) width per basis achieves the optimal continuous-approximation rate m^{-1} for the whole symmetric Korobov class, so no faster rate in m is possible.
- For gradient-based learning from M samples, the expected energy error decays like M^{-2/3} up to logarithms, with no exponential dependence on d in the constant; this nearly matches the minimax rate in M.
- The usual (log m)^{d-1} factor from sparse-grid DNN approximations disappears, so the dimension enters only through the prefactor.
- Standard ReLU networks do not inherit the dimension-free constant: the same construction needs an extra factor of about d 2^{d-1} + log m in network size and yields (log m)/m error with an exponential-in-d constant, making squared ReLU essential.
Reading between the lines
- Extension: The Vandermonde identity behind the symmetrization only requires univariate functions and does not use any special property of hat functions, so the strategy should transfer to other tensor-product local bases, such as B-splines or wavelets, by swapping the ReLU-hat approximant while keeping the O(d 2^{d-1}) term count.
- Extension: The dimension-free guarantee is proved in the energy norm. A natural next test is whether the same symmetric sparse-grid construction yields L^2 or L^p rates with polynomial-in-d constants; the H^1 argument does not automatically imply those, and the lower bounds may differ.
- Extension: In score-matching and force-learning settings, the target is a gradient field of a permutation-invariant potential. This theorem supplies a statistical rate for such networks, but only under uniform marginal and bounded-gradient assumptions, so extending it to non-uniform data distributions would be a concrete next step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies approximation and learning of symmetric Korobov functions by symmetric squared-ReLU networks. Theorem 1 claims that for any f in the symmetric Korobov space X^{2,2}_{sym}(Ω), there exists a symmetric squared-ReLU network with m parameters such that the energy-norm error is bounded by C |f|_{2,2} m^{-1}, where the constant C depends polynomially on the dimension d (with a decaying factor (5/6)^d). Theorem 2 claims a generalization error bound of order ((log M)^2/M)^{2/3} for gradient-based empirical risk minimization over such networks, with the constant depending polynomially on d. The proofs rely on an energy-based sparse-grid approximation, a symmetrization of the sparse-grid basis, a counting argument for the number of symmetric basis functions, and neural-network implementation of each basis. The central technical step is Proposition 1, which bounds the number of symmetric sparse-grid basis functions by C_s 2^n e^{π√(5d/3)}.
Significance. If the results were correct, they would constitute a substantial advance: a dimension-free approximation rate for a symmetric high-dimensional function class, with an explicit prefactor that does not grow exponentially in d, and a corresponding learning guarantee for gradient-fitting problems such as score matching and force-field learning. The idea of using a Vandermonde-type construction to reduce the d! symmetrization to O(2^d) terms is interesting and likely useful in other contexts. However, the manuscript’s central counting argument contains a false implication and an inconsistent lemma, and these errors are load-bearing: the claimed number of symmetric basis functions is too small by a polynomial-in-n factor, which reintroduces a dimension-dependent logarithmic term in the rate. The main theorems are therefore not established, and the flaws concern the core of the proof rather than presentation.
major comments (4)
- [Section 4, Proposition 1] The displayed implication in the proof of Proposition 1 is false. The text asserts: if Σ_j 4^{l_j} ≥ (4n+4d−4)/32^i, then |l|_∞ ≥ n−⌊2.5i⌋. For d=2, n=100, i=0, take l=(50,51). Then |l|_1=101=n+d−1 and 4^50+4^51 is vastly larger than 4n+4d−4=404, so the premise holds; but |l|_∞=51<100, so the conclusion fails. This invalidates the subsequent replacement of the sum over l satisfying the energy condition by the partition sum over |l*|_1 ≤ d−1+1.5i. The actual number of sorted l with |l|_1=n+d−1−i and the energy condition is Θ(n^{d−2}) for each i (for fixed d), giving a total basis count Θ(n^{d−1}2^n), not O(2^n). Consequently Corollary 2's identification m=C_s 2^n e^{π√(5d/3)} is invalid, and the rate in terms of m becomes O((log m)^{d−1}/m), reintroducing a dimension-dependent logarithmic factor. Since Theorem 1's O(m^{-1}) rate is built on this count, the main approximation result is not
- [Section 4, Lemma 3] Lemma 3 states that the energy-based index set X_n defined in (6) is a subset of {l∈N^d : |l|_1 ≤ n+d−1}. This is contradicted by the definition. For d=1 and n≥3, choose l=n+1. Then |l|_1−1/5 log2(Σ4^{l_j}) = (n+1) − (1/5)log2(4^{n+1}) = (3/5)(n+1), while the right-hand side is n − (1/5)log2(4n). The inequality (3/5)(n+1) ≤ n − (1/5)log2(4n) holds for all sufficiently large n, so l=n+1 belongs to X_n but has |l|_1=n+1 > n+d−1. Thus the subset claim is false. This is not a minor artifact: the proof of Proposition 1 sums only over indices with |l|_1=n+d−1−i for i≥0, thereby omitting valid elements of X_n and failing to produce the advertised upper bound on the number of basis functions.
- [Section 5.2, Theorem 1] The proof of Theorem 1 combines Corollary 2 with the neural-network implementation of each basis function (Proposition 2). Since Corollary 2's bound on the number m of symmetric basis functions is based on Proposition 1 and Lemma 3, both of which contain the errors described above, the m^{-1} approximation rate is not established. The optimality remark invoking DeVore et al. (1989) is therefore also unsupported: the lower bound m^{-1} concerns the optimal rate, but the proposed construction does not achieve it. A correct counting of the energy-based symmetric sparse grid for the definition of X_n in (6) yields a Θ(n^{d−1}2^n) basis count, so the construction as presented cannot achieve the claimed dimension-free rate without a substantially different index set or error analysis.
- [Section 6, Theorem 2] The generalization bound in Theorem 2 depends on the assumption that inf_{f∈F_{m,L}} ||f−fρ||_E attains the approximation rate of Theorem 1. Since Theorem 1 is not established, the learning-rate claim also fails. In addition, the proof conflates two uses of m: Proposition 4 bounds the pseudo-dimension of ∂_kΦ in terms of the number of subnetworks m, while the approximation error in the same argument (25) uses m as the total number of parameters via m^{-2}. The total parameter count is a factor of O(d^3 2^{d-1} log d) larger than the number of subnetworks, so the resulting bound in terms of the actual network size would carry additional d-dependent factors. Even granting the approximation theorem, the generalization argument needs a separate, carefully tracked trade-off between the number of subnetworks and the total parameter count.
minor comments (3)
- [Throughout] There are several typos and minor inconsistencies. For example, in the paragraph after Corollary 1, 'expoenentially' should be 'exponentially'; Theorem 1 states the width as C_s 6d^3(2^{d−1}−1)2^n e^{π√(5d/3)} while Corollary 3 states m=O(d 2^{n+d−1} e^{...}), omitting the d^3 log d factor from Theorem 1; these should be reconciled.
- [Section 4, Lemma 3] The constant C_s in Proposition 1 and Corollary 2 is introduced without a precise definition; it is only said to be independent of d and n. Since the proof of Proposition 1 is the only place C_s arises, the constants R1 and R2 are not fully tracked. This matters because the final prefactor in Theorem 1 includes C_s.
- [Section 5.1, Lemma 5] In the proof of Lemma 5, the notation for U(d) and the derivation of the carry process is dense and contains conflicting statements about the range of Λ(j). A cleaner presentation, perhaps with an example for small d, would improve readability. This point is not load-bearing for the central claim, as Lemma 5 appears plausible.
Circularity Check
No significant circularity: the central derivation is assembled from external sparse-grid, partition-number, VC/covering-number, and lower-bound results plus in-paper lemmas; the self-citations are templates, not load-bearing. The Proposition 1 counting gap is a correctness risk, not a circular step.
full rationale
The derivation is self-contained rather than circular. Theorem 1 is built from Bungartz and Griebel (2004) energy-based sparse-grid approximation (Lemmas 2 and 3), the symmetrized sparse-grid error bound (Lemma 4), the symmetric basis count (Proposition 1), the Vandermonde symmetrization identity (Lemma 5), and the squared-ReLU implementation of each basis function (Lemma 7 and Proposition 2); the network size m is then set by the count times per-basis complexity, not by fitting the error. Theorem 2 uses the external covering-number bound of Györfi et al. (2002, Theorem 11.4), the Bartlett et al. polynomial-sign lemma, and an Appendix A proof of the pseudo-dimension bound of derivative networks; the citations to Yang et al. (2023) and Yang and He (2024) are used only as a template because the needed bound is re-proved in the paper. There is no fitted parameter renamed as a prediction, no imported uniqueness theorem, and no renaming of a known result. One non-circular correctness caveat should be flagged: in Proposition 1 the displayed implication "As n→∞, the condition Σ 4^{l_j} ≥ (4n+4d−4)/32^i implies |l|∞ ≥ n−⌊2.5i⌋" is not justified and appears false in general (e.g., d=2, n=100, i=0, l=(50,51) satisfies the premise but not the conclusion), which would threaten the basis count and hence the m^{-1} rate; however, this is a mathematical gap rather than a definitional or self-citational circularity, so it does not affect the circularity score.
Assumptions & free parameters
assumptions (4)
- standard math Energy-based sparse-grid error bound for Korobov spaces (Bungartz and Griebel 2004, Theorem 3.10)
- standard math Hardy–Ramanujan asymptotic formula for integer partitions
- standard math Uniform covering number bound (Györfi et al. 2002, Theorem 11.4)
- standard math VC-dimension and pseudo-dimension bounds for piecewise-polynomial neural networks (Bartlett et al. 2019, Anthony et al. 1999)
Cite this review
Pith. "Pith review of On the Dimension-Free Approximation of Deep Neural Networks for Symmetric Korobov Functions." pith.science (2026). https://pith.science/paper/B6UCGH2S
@misc{pith2026251112398,
author = {Pith},
title = {Pith review of: On the Dimension-Free Approximation of Deep Neural Networks for Symmetric Korobov Functions},
year = {2026},
howpublished = {\url{https://pith.science/paper/B6UCGH2S}},
note = {Machine review of arXiv:2511.12398}
}
read the original abstract
Deep neural networks have been widely used as universal approximators for functions with inherent physical structures, including permutation symmetry. In this paper, we construct symmetric deep neural networks to approximate symmetric Korobov functions and prove that both the convergence rate and the constant prefactor scale at most polynomially with respect to the ambient dimension. This represents a substantial improvement over prior approximation guarantees that suffer from the curse of dimensionality. Building on these approximation bounds, we further derive a generalization-error rate for learning symmetric Korobov functions whose leading factors likewise avoid the curse of dimensionality.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...
-
[2]
Behler , author M
author J. Behler , author M. Parrinello , title Generalized neural-network representation of high-dimensional potential-energy surfaces , journal Physical review letters volume 98 ( year 2007 ) pages 146401
2007
-
[3]
Zhang , author J
author L. Zhang , author J. Han , author H. Wang , author R. Car , author W. E , title Deep potential molecular dynamics: a scalable model with the accuracy of quantum mechanics , journal Physical review letters volume 120 ( year 2018 ) pages 143001
2018
-
[4]
Dusson , author M
author G. Dusson , author M. Bachmayr , author G. Cs \'a nyi , author R. Drautz , author S. Etter , author C. van Der Oord , author C. Ortner , title Atomic cluster expansion: Completeness, efficiency and stability , journal Journal of Computational Physics volume 454 ( year 2022 ) pages 110946
2022
-
[5]
Zaheer , author S
author M. Zaheer , author S. Kottur , author S. Ravanbakhsh , author B. Poczos , author R. R. Salakhutdinov , author A. J. Smola , title Deep sets , journal Advances in neural information processing systems volume 30 ( year 2017 )
2017
-
[6]
author C. R. Qi , author H. Su , author K. Mo , author L. J. Guibas , title Pointnet: Deep learning on point sets for 3d classification and segmentation , in: booktitle Proceedings of the IEEE conference on computer vision and pattern recognition , year 2017 , pp. pages 652--660
2017
-
[7]
author Y. Yang , author W. Zhu , title Statistical learning guarantees for group-invariant barron functions , journal arXiv preprint arXiv:2509.23474 ( year 2025 )
arXiv 2025
-
[8]
Vaswani , author N
author A. Vaswani , author N. Shazeer , author N. Parmar , author J. Uszkoreit , author L. Jones , author A. N. Gomez , author . Kaiser , author I. Polosukhin , title Attention is all you need , journal Advances in neural information processing systems volume 30 ( year 2017 )
2017
Show all 46 references
-
[9]
Lee , author Y
author J. Lee , author Y. Lee , author J. Kim , author A. Kosiorek , author S. Choi , author Y. W. Teh , title Set transformer: A framework for attention-based permutation-invariant neural networks , in: booktitle International conference on machine learning , organization PML...
2019
-
[10]
Murphy , author B
author R. Murphy , author B. Srinivasan , author V. Rao , author B. Riberio , title Janossy pooling: Learning deep permutation-invariant functions for variable-size inputs , in: booktitle International Conference on Learning Representations (ICLR 2019) , year 2019
2019
-
[11]
Li , author T
author Q. Li , author T. Lin , author Z. Shen , title Deep neural network approximation of invariant functions through dynamical systems , journal Journal of Machine Learning Research volume 25 ( year 2024 ) pages 1--57
2024
-
[12]
Sannai , author Y
author A. Sannai , author Y. Takai , author M. Cordonnier , title Universal approximations of permutation invariant/equivariant functions by deep neural networks , journal arXiv preprint arXiv:1903.01939 ( year 2019 )
1903 arXiv
-
[13]
Yarotsky , title Universal approximations of invariant maps by neural networks , journal Constructive Approximation volume 55 ( year 2022 ) pages 407--474
author D. Yarotsky , title Universal approximations of invariant maps by neural networks , journal Constructive Approximation volume 55 ( year 2022 ) pages 407--474
2022
-
[14]
Hutter , title On representing (anti) symmetric functions , journal arXiv preprint arXiv:2007.15298 ( year 2020 )
author M. Hutter , title On representing (anti) symmetric functions , journal arXiv preprint arXiv:2007.15298 ( year 2020 )
2007 arXiv
-
[15]
Han , author Y
author J. Han , author Y. Li , author L. Lin , author J. Lu , author J. Zhang , author L. Zhang , title Universal approximation of symmetric and anti-symmetric functions , journal Communications in Mathematical Sciences volume 20 ( year 2022 ) pages 1397--1408
2022
-
[16]
Takeshita , author M
author N. Takeshita , author M. Imaizumi , title Approximation of permutation invariant polynomials by transformers: Efficient construction in column-size , journal arXiv preprint arXiv:2502.11467 ( year 2025 )
2025 arXiv
-
[17]
Bachmayr , author G
author M. Bachmayr , author G. Dusson , author C. Ortner , author J. Thomas , title Polynomial approximation of symmetric functions , journal Mathematics of Computation volume 93 ( year 2024 ) pages 811--839
2024
-
[18]
Drautz , title Atomic cluster expansion for accurate and transferable interatomic potentials , journal Physical Review B volume 99 ( year 2019 ) pages 014104
author R. Drautz , title Atomic cluster expansion for accurate and transferable interatomic potentials , journal Physical Review B volume 99 ( year 2019 ) pages 014104
2019
-
[19]
Bungartz , author M
author H.-J. Bungartz , author M. Griebel , title Sparse grids , journal Acta numerica volume 13 ( year 2004 ) pages 147--269
2004
-
[20]
Korobov , title Coulomb three-body bound-state problem: Variational calculations of nonrelativistic energies , journal Physical Review A volume 61 ( year 2000 ) pages 064503
author V. Korobov , title Coulomb three-body bound-state problem: Variational calculations of nonrelativistic energies , journal Physical Review A volume 61 ( year 2000 ) pages 064503
2000
-
[21]
Shen , author L
author J. Shen , author L. Wang , title Sparse spectral approximations of high-dimensional problems based on hyperbolic cross , journal SIAM Journal on Numerical Analysis volume 48 ( year 2010 ) pages 1087--1109
2010
-
[22]
Griebel , author J
author M. Griebel , author J. Hamaekers , title Sparse grids for the S chr \"o dinger equation , journal ESAIM: Mathematical Modelling and Numerical Analysis volume 41 ( year 2007 ) pages 215--247
2007
-
[23]
Schmeisser , author H
author H.-J. Schmeisser , author H. Triebel , title Topics in fourier analysis and function spaces , journal (No Title) ( year 1987 )
1987
-
[24]
author T. Suzuki , title Adaptivity of deep relu network for learning in besov and mixed smooth besov spaces: optimal rate and curse of dimensionality , in: booktitle International Conference on Learning Representations , year 2018
2018
-
[25]
Song , author J
author Y. Song , author J. Sohl-Dickstein , author D. Kingma , author A. Kumar , author S. Ermon , author B. Poole , title Score-based generative modeling through stochastic differential equations , journal arXiv preprint arXiv:2011.13456 ( year 2020 )
2011 arXiv
-
[26]
Zeni , author R
author C. Zeni , author R. Pinsler , author D. Z \"u gner , author A. Fowler , author M. Horton , author X. Fu , author Z. Wang , author A. Shysheya , author J. Crabb \'e , author S. Ueda , et al., title A generative model for inorganic materials design , journal Nature volume...
2025
-
[27]
Schneuing , author C
author A. Schneuing , author C. Harris , author Y. Du , author K. Didi , author A. Jamasb , author I. Igashov , author W. Du , author C. Gomes , author T. L. Blundell , author P. Lio , et al., title Structure-based drug design with equivariant diffusion models , journal Nature...
2024
-
[28]
Lu , author M
author F. Lu , author M. Zhong , author S. Tang , author M. Maggioni , title Nonparametric inference of interaction laws in systems of agents from trajectory data , journal Proceedings of the National Academy of Sciences volume 116 ( year 2019 ) pages 14424--14433
2019
-
[29]
Li , author F
author Z. Li , author F. Lu , author M. Maggioni , author S. Tang , author C. Zhang , title On the identifiability of interaction functions in systems of interacting particles , journal Stochastic Processes and their Applications volume 132 ( year 2021 ) pages 135--163
2021
-
[30]
Feng , author M
author J. Feng , author M. Maggioni , author P. Martin , author M. Zhong , title Learning interaction variables and kernels from observations of agent-based systems , journal IFAC-PapersOnLine volume 55 ( year 2022 ) pages 162--167
2022
-
[31]
Montanelli , author Q
author H. Montanelli , author Q. Du , title New error bounds for deep relu networks using sparse grids , journal SIAM Journal on Mathematics of Data Science volume 1 ( year 2019 ) pages 78--92
2019
-
[32]
Mao , author D
author T. Mao , author D. Zhou , title Approximation of functions from korobov spaces by deep convolutional neural networks , journal Advances in Computational Mathematics volume 48 ( year 2022 ) pages 84
2022
-
[33]
Yang , author Y
author Y. Yang , author Y. Lu , title Near-optimal deep neural network approximation for korobov functions with respect to lp and h1 norms , journal Neural Networks volume 180 ( year 2024 ) pages 106702
2024
-
[34]
Griebel , author S
author M. Griebel , author S. Knapek , title Optimized tensor-product approximation spaces , journal Constructive Approximation volume 16 ( year 2000 ) pages 525--540
2000
-
[35]
author G. H. Hardy , author S. Ramanujan , title Asymptotic formula in combinatory analysis , journal Proceedings of the London Mathematical Society volume 2 ( year 1918 ) pages 75--115
1918
-
[36]
Ho , author T
author C. Ho , author T. Gutleb , author C. Ortner , title Atomic cluster expansion without self-interaction , journal arXiv preprint arXiv:2401.01550 ( year 2024 )
2024 arXiv
-
[37]
Zhang , author J
author S. Zhang , author J. Lu , author H. Zhao , title Deep network approximation: Beyond relu to diverse activation functions , journal Journal of Machine Learning Research volume 25 ( year 2024 ) pages 1--39
2024
-
[38]
DeVore , author R
author R. DeVore , author R. Howard , author C. Micchelli , title Optimal nonlinear approximation , journal Manuscripta mathematica volume 63 ( year 1989 ) pages 469--478
1989
-
[39]
Schmidt-Hieber , title Nonparametric regression using deep neural networks with relu activation function ( year 2020 )
author J. Schmidt-Hieber , title Nonparametric regression using deep neural networks with relu activation function ( year 2020 )
2020
-
[40]
Yang , author H
author Y. Yang , author H. Yang , author Y. Xiang , title Nearly optimal vc-dimension and pseudo-dimension bounds for deep neural network derivatives , journal Advances in Neural Information Processing Systems volume 36 ( year 2023 ) pages 21721--21756
2023
-
[41]
Gy \"o rfi , author M
author L. Gy \"o rfi , author M. Kohler , author A. Krzyzak , author H. Walk , et al., title A distribution-free theory of nonparametric regression , volume volume 1 , publisher Springer , year 2002
2002
-
[42]
Anthony , author P
author M. Anthony , author P. Bartlett , et al., title Neural network learning: Theoretical foundations , volume volume 9 , publisher cambridge university press Cambridge , year 1999
1999
-
[43]
Pollard , title Empirical processes: theory and applications , organization Ims , year 1990
author D. Pollard , title Empirical processes: theory and applications , organization Ims , year 1990
1990
-
[44]
Yang , author J
author Y. Yang , author J. He , title Deeper or wider: A perspective from optimal generalization error with sobolev loss , journal International Conference on Machine Learning ( year 2024 )
2024
-
[45]
Abu-Mostafa , title The Vapnik-Chervonenkis dimension: Information versus complexity in learning , journal Neural Computation volume 1 ( year 1989 ) pages 312--317
author Y. Abu-Mostafa , title The Vapnik-Chervonenkis dimension: Information versus complexity in learning , journal Neural Computation volume 1 ( year 1989 ) pages 312--317
1989
-
[46]
Bartlett , author N
author P. Bartlett , author N. Harvey , author C. Liaw , author A. Mehrabian , title Nearly-tight VC-dimension and pseudodimension bounds for piecewise linear neural networks , journal The Journal of Machine Learning Research volume 20 ( year 2019 ) pages 2285--2301
2019
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.