Pith. sign in

REVIEW 4 major objections 4 minor 6 cited by

On the Rate of Convergence of Kolmogorov-Arnold Network Regression Estimators

T0 review · 4 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read Spline-based Kolmogorov–Arnold Networks are claimed to attain the dimension-free minimax rate n^{-2r/(2r+1)} for regression targets whose univariate components have Sobolev smoothness r.

desk verdict The claimed log-free minimax rate for spline KAN sieves is not established—the upper bound rests on an invalid estimation-error step—but the lower bound and the non-identifiability discussion are decent. read the letter →

arxiv 2509.19830 v3 pith:TD7ZXGNE submitted 2025-09-24 cs.LG cs.AIstat.ML

classification cs.LGcs.AIstat.ML MSC 62G0862G2041A15
keywords Kolmogorov-ArnoldnetworksnonparametricregressionB-splinessieveestimationminimaxoptimalitySobolevsmoothnessdimension-freerateidentifiability
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to prove that Kolmogorov–Arnold Networks with univariate B-spline components, fit by least squares over a growing sieve of spline spaces, converge to the true regression function at the minimax-optimal rate O(n^{-2r/(2r+1)}) whenever the target admits an additive or hybrid additive–multiplicative KAN representation with components of Sobolev smoothness r. If true, this gives KANs a theoretical footing as structured, interpretable alternatives to black-box neural nets, with the rate free of the ambient dimension. The paper also derives a knot-selection rule k ~ n^{1/(2r+1)}, proves a matching lower bound over the KAN-representable class, and shows the univariate components are identifiable only up to constant shifts and permutations. The preprint's metadata abstract states the upper rate as O((log n / n)^{2r/(2r+1)}), attributing the log factor to the nonlinear sieve, while the main theorems state the log-free version.

What carries the argument

The engine is the spline-based KAN sieve estimator: each univariate component is a B-spline with k interior knots, so the whole network is a finite-dimensional function class F_n of dimension p_n ≍ k. The proof combines univariate spline approximation theory (which gives O(k^{-2r}) bias through Lipschitz composition) with a sieve least-squares empirical-process bound that gives O(p_n/n) estimation error from the metric entropy bound log N(ε,F_n,‖·‖∞) ≲ p_n log(1/ε). Balancing the two terms at k ≍ n^{1/(2r+1)} yields the rate.

What would settle it

Fit the spline KAN sieve for the univariate target h(x)=x^r with k ≍ n^{1/(2r+1)} knots and measure E||fhat - h||^2_{L2} over n = 10^4 to 10^6. If the squared error is not consistently bounded by C n^{-2r/(2r+1)} but instead tracks C (log n / n)^{2r/(2r+1)}, Theorem 1's no-log claim is false. A direct proof check: verify whether the inequality (39)–(41) can be derived without a log factor; standard chaining arguments for nonconvex sieves introduce one.

Watch

Extended reading notes

Core claim

The central claim is that the spline-based KAN sieve least-squares estimator attains E||fhat - f0||^2_{L2([0,1]^d)} = O(n^{-2r/(2r+1)}) uniformly over a ball of KAN-representable functions with univariate Sobolev smoothness r, for both additive and hybrid multiplicative architectures. The proof splits the risk into a bias term from spline approximation, O(k^{-2r}), and a variance term from the p_n ~ k-dimensional empirical risk minimizer, O(p_n/n), then balances k ~ n^{1/(2r+1)}. Corollary 1 packages the upper bound with a univariate lower bound to assert minimax optimality over the KAN class; Corollary 2 turns the balance into a concrete knot-count rule.

Load-bearing premise

The proof assumes that the p_n-dimensional KAN sieve is well-behaved enough that its least-squares risk is O(p_n/n) with no log n factor; if the correct empirical-process bound is O(p_n log n / n), the log-free rate collapses to the (log n / n)^{2r/(2r+1)} stated in the abstract.

Editorial extensions

If this is right

  • KAN sieve estimators are minimax optimal over the additive and hybrid KAN classes at the univariate Sobolev rate, so dimension does not enter the exponent.
  • Practitioners get a concrete knot budget: k_n ≍ n^{1/(2r+1)}.
  • Hybrid multiplicative nodes retain the same rate up to a constant overhead that grows with dimension, so expressiveness need not degrade convergence order.
  • Fitted KANs can be consistent even when their internal univariate components are not; interpretation requires centering constraints or permutation fixes.
  • The guarantees apply to the empirical risk minimizer, independent of optimizer noise; stochastic or gradient-based training dynamics are outside the paper's scope.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the log-free estimation-error step fails, the true upper rate is likely (log n / n)^{2r/(2r+1)}; then the minimax claim holds only up to log, which matters for theory but is often invisible in practice.
  • The dimension-free exponent is not a free lunch: it rests on the KAN structure assumption; on a full Sobolev class over [0,1]^d the usual n^{-2r/(2r+d)} curse still applies.
  • The simulations' 'steeper than theoretical' slopes are consistent with finite-sample constants hiding a log factor, so they do not discriminate between the two rate statements.
  • One testable byproduct: for univariate targets in the class, the spline sieve should achieve exactly n^{-2r/(2r+1)} squared error; measuring this directly would settle whether the no-log bound holds.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper analyzes least-squares regression over Kolmogorov-Arnold networks whose univariate components are B-splines. It claims that for target functions admitting an additive or multiplicative KAN representation with univariate components in W^r([0,1]), the spline-based KAN sieve estimator achieves squared L2 risk O(n^{-2r/(2r+1)}), that this rate is minimax optimal over the KAN class, that k_n ≍ n^{1/(2r+1)} is the optimal knot scaling, and that the univariate components can be estimated at the same rate. The lower bound is obtained by embedding the univariate Sobolev class into the KAN class. The upper bound is decomposed into an approximation error step and an estimation error step. The paper also contains simulation evidence and a discussion of non-identifiability of the KAN representation.

Significance. If the main theorems were established, the result would be significant: it would show that spline-based KANs achieve a dimension-free minimax rate for a structured compositional class, in contrast to the usual n^{-2r/(2r+d)} rate for general Sobolev classes. The lower bound and the non-identifiability discussion are useful, and the paper provides reproducible code and simulations that directly check the predicted knot scaling. However, the central upper-bound proof contains a load-bearing step that is not justified, and the claims in the body contradict the paper's own metadata abstract. The claimed log-free minimax optimality is therefore not established as written.

major comments (4)
  1. [Appendix A.1, Step 2, Eqs. (39)-(41)] The proof asserts that the metric entropy bound log N(ε, F_n, ||·||_∞) ≤ C p_n log(1/ε) implies E||f̂_n - f*_n||² = O(p_n/n). This does not follow from the cited 'standard empirical-process argument' for a nonconvex nonlinear sieve. For classes satisfying only this entropy bound, the standard least-squares bound is O(p_n log n / n); the log factor is material because balancing k^{-2r} + k log n / n gives k ≍ (n/log n)^{1/(2r+1)} and rate (log n/n)^{2r/(2r+1)}, not n^{-2r/(2r+1)}. Indeed, the metadata abstract states exactly this log-rate and says the lower bound matches 'up to a logarithmic factor,' while Theorem 1 and Corollary 1 claim the log-free rate. A valid proof of O(p_n/n) for this nonconvex class requires additional structure, such as VC-type or localized Rademacher conditions, which is not supplied.
  2. [Appendix A.1, Eq. (35); Theorem 2 proof, Eqs. (47)-(50)] The approximation step is missing the approximation error of the outer spline g_{q,k_n}. In Theorem 1, with f_{0,q,k_n} = g_{q,k_n}(Σ_j ψ_{qj,k_n}(x_j)), the inequality ||f_{0,q,k_n} - f_{0,q}|| ≤ L_q ||Σ_j(ψ_{qj,k_n}-ψ_{qj})|| omits the term involving g_{q,k_n} - g_q. One cannot conclude the displayed bound from L2 spline approximation of g_q alone; controlling g_{q,k_n}(S_{k_n}) - g_q(S_{k_n}) requires a sup-norm or range/density condition. The same issue appears in the Theorem 2 proof, where the products also require sup-norm control. This affects the approximation error term in both theorems.
  3. [Corollary 2, Eq. (70)] The corollary claims E||ψ̂_{qj} - ψ_{qj}||²_{L2} = O(n^{-2r/(2r+1)}) for each univariate spline unit. This is not established by the preceding proofs. Proposition 1 shows that, under the stated centering conditions, the representation is identifiable only up to permutation and constant shifts only after additional normalizations, and Remark 2 explicitly says consistency of the fit does not imply consistency of the components. The proof of Corollary 2 simply asserts that components inherit the overall rate, without addressing the non-identifiability. This claim should either be proved under explicit identifiability constraints or removed/weakened.
  4. [Corollary 1, Eq. (21) and Eq. (60)] The upper bound in Corollary 1 is justified by saying F_KAN^r is contained in the union of the additive subclass of Theorem 1 and the hybrid subclass of Theorem 2. But F_KAN^r as defined in Eq. (21) allows each node T_q to be either additive or multiplicative, including mixed architectures. Theorem 1 handles all-additive targets and Theorem 2 handles all-multiplicative targets; neither proof covers a target with both additive and multiplicative nodes. Thus the upper bound over the full class is not established as stated. The lower bound via the univariate subclass is fine.
minor comments (4)
  1. [Abstract] The body abstract and Theorem 1 state the log-free rate O(n^{-2r/(2r+1)}), while the arXiv metadata abstract states O((log n/n)^{2r/(2r+1)}) and describes the lower bound as matching only up to a logarithmic factor. These are materially different claims; the paper should state one consistent rate.
  2. [References] The lower-bound proof cites 'Tsybakov, 2009' but the bibliography lists Tsybakov (2008). Please harmonize.
  3. [Notation] The proof uses p_n and k_n interchangeably; while p_n ≍ k_n is stated, the notation would be clearer if the dimension of F_n were tracked consistently throughout the appendix.
  4. [Figure 1] The simulation figure reports empirical slopes but no confidence intervals or repeated-trial variability; adding error bars or multiple seeds would strengthen the empirical claim, though this is not central to the theoretical result.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central KAN rate is derived from external spline approximation and classical minimax lower bounds; the flagged component-convergence claim is a proof gap, not a circular reduction.

full rationale

The paper's load-bearing derivation (Theorem 1 and 2, Corollary 1) is not circular. Step 1 bounds the sieve approximation error by classical univariate B-spline approximation (eq. 33-37) and Step 2 invokes a sieve least-squares estimation bound O(k_n/n) from external empirical-process references (eq. 39-41); the final rate balances k_n^{-2r} against k_n/n exactly as in classical sieve theory (eq. 42-43). The minimax lower bound is imported from standard univariate Sobolev regression over the embedded subclass W_r^(1) (eq. 62-66). These anchors are external, parameter-free, and do not depend on fitting constants to the paper's own simulations. No fitted parameter is renamed as a prediction, and no load-bearing premise is justified by a self-citation. Two concerns are real but are not circularity: (i) the assertion that metric entropy O(p_n log(1/eps)) yields E||\hat f_n - f_n^*||^2 = O(p_n/n) is under-supported, since the standard empirical-process route generally produces a log n factor unless additional uniformity/bracketing conditions are supplied; this is a correctness/rigor gap, and it is consistent with the metadata abstract's log-rate versus the body's log-free Theorem 1. (ii) Corollary 2's per-component bound E||\hat\psi_{qj} - \psi_{qj}||^2 = O(n^{-2r/(2r+1)}) is not entailed by the preceding results: Proposition 1 (eq. 19) establishes non-identifiability under centering alone, so the empirical risk minimizer over the full sieve need not converge to the specific true components. That is an unsupported inference effectively assuming the identification structure, but it is not load-bearing for the main function-level rate and does not reduce the theorem to its inputs. Because the central claim does not become equivalent to a fitted quantity, a self-citation chain, or a definitional identity, the circularity score is 0.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The central proof rests on the KAN representation assumption, classical spline approximation, and two unproved technical transfers: the O(p_n/n) empirical-process bound for a nonlinear composition sieve, and the L2 composition error transfer. No parameters are fitted to data, and no new entities are postulated.

assumptions (4)
  • domain assumption All univariate components g_q and psi_qj lie in W^r([0,1]) with r > 1/2, are uniformly bounded by M, and each g_q is Lipschitz.
    Section 3 states these assumptions after equation (13); they define the class F_KAN_r over which the rate is claimed.
  • standard math Classical spline approximation gives L2 error O(k^{-r}) for each univariate W^r component.
    Invoked in Appendix A.1 Step 1, equation (33), as standard spline theory.
  • ad hoc to paper For the nonlinear KAN sieve, the sieve least-squares estimation error satisfies E||f_hat - f*_n||^2 = O(p_n/n), with p_n approximately k_n.
    Asserted in Appendix A.1 Step 2 from a metric-entropy bound log N(eps) <= C p_n log(1/eps). This is the load-bearing estimation step, and it is not proven for a nonconvex composition class.
  • ad hoc to paper L2 spline errors for psi and g can be propagated through the KAN composition to give overall approximation error O(k^{-2r}) without a sup-norm or range/density condition.
    Used in Appendix A.1 Step 1, equations (34)-(37). The paper passes from ||g - g_k||_{L2([0,1])} to ||g_k(S_k) - g(S)||_{L2([0,1]^d)} without controlling the distribution of S_k(X) or using sup-norm approximation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of On the Rate of Convergence of Kolmogorov-Arnold Network Regression Estimators." pith.science (2026). https://pith.science/paper/TD7ZXGNE

@misc{pith2026250919830,
  author       = {Pith},
  title        = {Pith review of: On the Rate of Convergence of Kolmogorov-Arnold Network Regression Estimators},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TD7ZXGNE}},
  note         = {Machine review of arXiv:2509.19830}
}
abstract

Kolmogorov-Arnold Networks (KANs) approximate multivariate functions by composing univariate transformations through additive or multiplicative aggregation. We establish convergence guarantees for KANs whose univariate components are B-splines. The least-squares estimator over the KAN spline sieve attains the rate $O((\log n / n)^{2r/(2r+1)})$, uniformly over a ball of regression functions admitting a KAN representation with univariate components of Sobolev smoothness $r$; a matching lower bound of order $n^{-2r/(2r+1)}$ shows this is minimax optimal up to the logarithmic factor, which we trace to the nonlinearity of the sieve rather than to the architecture. The rate is free of the ambient dimension $d$; this dimension-free exponent reflects the assumed KAN structure of the target, not an escape from the minimax rate $n^{-2r/(2r+d)}$ on Sobolev classes over $[0,1]^d$. We derive a knot-selection rule, show that penalized selection over a dyadic knot grid attains the rate adaptively in the unknown smoothness, and show that univariate components are not identifiable under centering alone, so consistency of the fit does not imply consistency of the components. On targets of exactly known smoothness the fitted risk exponent is at least as steep as the bound in every configuration, and the predicted knot scaling and $k^{-r}$ approximation decay are checked directly.

Figures

Figures reproduced from arXiv: 2509.19830 by the authors.

Figure 1
Figure 1. Convergence rates of additive KAN, hybrid KAN, and MLP estimators on two synthetic [PITH_FULL_IMAGE:figures/full_fig_p009_1.png] view at source ↗

Discussion (0). Sign in to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Population Risk Bounds for Kolmogorov-Arnold Networks Trained by DP-SGD with Correlated Noise

    cs.LG 2026-05 unverdicted novelty 8.0 of 10

    First population risk bounds for KANs under mini-batch DP-SGD with correlated noise, using a new non-convex optimization analysis combined with stability-based generalization.

  2. Necessary and sufficient conditions for universality of Kolmogorov-Arnold networks

    cs.LG 2026-04 unverdicted novelty 8.0 of 10

    Deep KANs achieve universal approximation if and only if they include at least one non-affine edge function σ, while two-layer KANs require σ to be nonpolynomial.

  3. Necessary and sufficient conditions for universality of Kolmogorov-Arnold networks

    cs.LG 2026-04 unverdicted novelty 7.0 of 10

    Deep KANs with edge functions restricted to affine maps plus one fixed non-affine continuous function σ are dense in C(K) for any compact K if and only if σ is non-affine.

  4. Necessary and sufficient conditions for universality of Kolmogorov-Arnold networks

    cs.LG 2026-04 unverdicted novelty 7.0 of 10

    Deep KANs with edge functions from a finite affine family plus one fixed non-affine continuous function σ are dense in C(K) for compact K precisely when σ is non-affine.

  5. Optimization, Generalization and Differential Privacy Bounds for Gradient Descent on Kolmogorov-Arnold Networks

    cs.LG 2026-01 unverdicted novelty 7.0 of 10

    For two-layer KANs trained with gradient descent under logistic loss and NTK-separable assumption, polylogarithmic width suffices for 1/T optimization and 1/n generalization rates, while differential privacy requires ...

  6. A Practitioner's Guide to Kolmogorov-Arnold Networks

    cs.LG 2025-10 accept novelty 3.0 of 10

    A systematic review of Kolmogorov-Arnold Networks that maps their relation to Kolmogorov superposition theory, MLPs, and kernels, examines basis-function design choices, summarizes performance advances, and supplies a...

Reference graph

Works this paper leans on

36 extracted references · 1 canonical work pages · cited by 4 Pith papers

  1. [1]

    rkan: Rational kolmogorov-arnold networks

    Alireza Afzal Aghaei. rkan: Rational kolmogorov-arnold networks. arXiv preprint arXiv:2406.14495, 2024

  2. [2]

    On functions of three variables

    Vladimir Igorevich Arnol'd. On functions of three variables. In Doklady Akademii Nauk, volume 114, pp.\ 679--681. Russian Academy of Sciences, 1957

  3. [3]

    Approximation and estimation bounds for artificial neural networks

    Andrew R Barron. Approximation and estimation bounds for artificial neural networks. Machine learning, 14 0 (1): 0 115--133, 1994

  4. [4]

    Universal approximation bounds for superpositions of a sigmoidal function

    Andrew R Barron. Universal approximation bounds for superpositions of a sigmoidal function. IEEE Transactions on Information theory, 39 0 (3): 0 930--945, 2002

  5. [5]

    On deep learning as a remedy for the curse of dimensionality in nonparametric regression

    Benedikt Bauer and Michael Kohler. On deep learning as a remedy for the curse of dimensionality in nonparametric regression . The Annals of Statistics, 47 0 (4): 0 2261 -- 2285, 2019. doi:10.1214/18-AOS1747. URL https://doi.org/10.1214/18-AOS1747

  6. [6]

    Convolutional kolmogorov-arnold networks

    Alexander Dylan Bodner, Antonio Santiago Tepsich, Jack Natan Spolski, and Santiago Pourteau. Convolutional kolmogorov-arnold networks. arXiv preprint arXiv:2406.13155, 2024

  7. [7]

    Large sample sieve estimation of semi-nonparametric models

    Xiaohong Chen. Large sample sieve estimation of semi-nonparametric models. Handbook of econometrics, 6: 0 5549--5632, 2007

  8. [8]

    On the convergence of (stochastic) gradient descent for kolmogorov--arnold networks

    Yihang Gao and Vincent YF Tan. On the convergence of (stochastic) gradient descent for kolmogorov--arnold networks. IEEE Transactions on Information Theory, 2025

Show all 36 references
  1. [9]

    A distribution-free theory of nonparametric regression

    L \'a szl \'o Gy \"o rfi, Michael Kohler, Adam Krzy \.z ak, and Harro Walk. A distribution-free theory of nonparametric regression. Springer, 2002

  2. [10]

    Applied nonparametric regression

    Wolfgang H \"a rdle. Applied nonparametric regression. Number 19. Cambridge university press, 1990

  3. [11]

    Convergence rate of b-spline estimators of nonparametric conditional quantile functions

    Xuming He and Peide Shi. Convergence rate of b-spline estimators of nonparametric conditional quantile functions. Journaltitle of Nonparametric Statistics, 3 0 (3-4): 0 299--308, 1994

  4. [12]

    Deep neural networks learn non-smooth functions effectively

    Masaaki Imaizumi and Kenji Fukumizu. Deep neural networks learn non-smooth functions effectively. In The 22nd international conference on artificial intelligence and statistics, pp.\ 869--878. PMLR, 2019

  5. [13]

    Gkan: Graph kolmogorov-arnold networks

    Mehrdad Kiamari, Mohammad Kiamari, and Bhaskar Krishnamachari. Gkan: Graph kolmogorov-arnold networks. arXiv preprint arXiv:2406.06470, 2024

  6. [14]

    Kan-odes: Kolmogorov--arnold network ordinary differential equations for learning dynamical systems and hidden physics

    Benjamin C Koenig, Suyong Kim, and Sili Deng. Kan-odes: Kolmogorov--arnold network ordinary differential equations for learning dynamical systems and hidden physics. Computer Methods in Applied Mechanics and Engineering, 432: 0 117397, 2024

  7. [15]

    On the rate of convergence of fully connected deep neural network regression estimates

    Michael Kohler and Sophie Langer. On the rate of convergence of fully connected deep neural network regression estimates. The Annals of Statistics, 49 0 (4): 0 2231--2249, 2021

  8. [16]

    On the representations of continuous functions of many variables by superposition of continuous functions of one variable and addition

    Andrei Nikolaevich Kolmogorov. On the representations of continuous functions of many variables by superposition of continuous functions of one variable and addition. In Dokl. Akad. Nauk USSR, volume 114, pp.\ 953--956, 1957

  9. [17]

    Global convergence rates of b-spline m-estimators in nonparametric regression

    GY Li, Peide Shi, and Guoying Li. Global convergence rates of b-spline m-estimators in nonparametric regression. Statistica Sinica, pp.\ 303--318, 1995

  10. [18]

    On the limited memory bfgs method for large scale optimization

    Dong C Liu and Jorge Nocedal. On the limited memory bfgs method for large scale optimization. Mathematical programming, 45 0 (1): 0 503--528, 1989

  11. [19]

    Kan 2.0: Kolmogorov-arnold networks meet science

    Ziming Liu, Pingchuan Ma, Yixuan Wang, Wojciech Matusik, and Max Tegmark. Kan 2.0: Kolmogorov-arnold networks meet science. arXiv preprint arXiv:2408.10205, 2024 a

  12. [20]

    Kan: Kolmogorov-arnold networks

    Ziming Liu, Yixuan Wang, Sachin Vaidya, Fabian Ruehle, James Halverson, Marin Solja c i \'c , Thomas Y Hou, and Max Tegmark. Kan: Kolmogorov-arnold networks. arXiv preprint arXiv:2404.19756, 2024 b

  13. [21]

    Spline smoothing in regression models and asymptotic efficiency in l 2

    Michael Nussbaum. Spline smoothing in regression models and asymptotic efficiency in l 2. The Annals of Statistics, pp.\ 984--997, 1985

  14. [22]

    Nonparametric regression using deep neural networks with ReLU activation function

    Johannes Schmidt-Hieber. Nonparametric regression using deep neural networks with ReLU activation function . The Annals of Statistics, 48 0 (4): 0 1875 -- 1897, 2020. doi:10.1214/19-AOS1875. URL https://doi.org/10.1214/19-AOS1875

  15. [23]

    The kolmogorov--arnold representation theorem revisited

    Johannes Schmidt-Hieber. The kolmogorov--arnold representation theorem revisited. Neural networks, 137: 0 119--126, 2021

  16. [24]

    Spline functions: basic theory

    Larry Schumaker. Spline functions: basic theory. Cambridge university press, 2007

  17. [25]

    Spline smoothing and optimal rates of convergence in nonparametric regression models

    Paul Speckman. Spline smoothing and optimal rates of convergence in nonparametric regression models. The Annals of Statistics, pp.\ 970--983, 1985

  18. [26]

    Chebyshev polynomial-based kolmogorov-arnold networks: An efficient architecture for nonlinear function approximation

    Sidharth SS, Keerthana AR, Anas KP, et al. Chebyshev polynomial-based kolmogorov-arnold networks: An efficient architecture for nonlinear function approximation. arXiv preprint arXiv:2405.07200, 2024

  19. [27]

    Optimal global rates of convergence for nonparametric regression

    Charles J Stone. Optimal global rates of convergence for nonparametric regression. The annals of statistics, pp.\ 1040--1053, 1982

  20. [28]

    Nonparametric estimators

    Alexandre B Tsybakov. Nonparametric estimators. In Introduction to Nonparametric Estimation, pp.\ 1--76. Springer, 2008

  21. [29]

    B-spline signal processing

    Michael Unser, Akram Aldroubi, and Murray Eden. B-spline signal processing. i. theory. IEEE transactions on signal processing, 41 0 (2): 0 821--833, 2002

  22. [30]

    Kolmogorov-arnold networks (kans) for time series analysis

    Cristian J Vaca-Rubio, Luis Blanco, Roberto Pereira, and M \`a rius Caus. Kolmogorov-arnold networks (kans) for time series analysis. arXiv preprint arXiv:2405.08790, 2024

  23. [31]

    Kolmogorov--arnold-informed neural network: A physics-informed deep learning framework for solving forward and inverse problems based on kolmogorov--arnold networks

    Yizheng Wang, Jia Sun, Jinshuai Bai, Cosmin Anitescu, Mohammad Sadegh Eshaghi, Xiaoying Zhuang, Timon Rabczuk, and Yinghua Liu. Kolmogorov--arnold-informed neural network: A physics-informed deep learning framework for solving forward and inverse problems based on kolmogorov--...

  24. [32]

    Kolmogorov-arnold networks for time series: Bridging predictive power and interpretability

    Kunpeng Xu, Lifei Chen, and Shengrui Wang. Kolmogorov-arnold networks for time series: Bridging predictive power and interpretability. arXiv preprint arXiv:2406.02496, 2024

  25. [33]

    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 gl...

  26. [34]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...

  27. [35]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...

  28. [36]

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.