Pith. sign in

REVIEW 4 major objections 5 minor 64 references

Learning with springs and sticks

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

Pith's one-line read A mechanical system of jointed sticks and springs learns regressions by dissipation, and its learning has a thermodynamic floor: below a free-energy release proportional to model size, temperature, and friction, it cannot learn.

desk verdict The springs-and-sticks regressor is a clean, honest construction, but the thermodynamic learning barrier is an artifact of applying Jarzynski to non-thermal initial conditions. read the letter →

arxiv 2508.19015 v1 pith:WM4FG5YL submitted 2025-08-26 cs.LG

classification cs.LG
keywords springsandsticksmodelthermodynamiclearningbarrierLangevindynamicsJarzynskiequalityLandauer'sprincipleregressionpiecewise-linearapproximationenergy-efficienthardware
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

The paper proposes a learning machine built from sticks and springs: jointed rods form a mesh that piecewise-linearly approximates a target function, and springs attached to the data points encode mean-squared error as elastic potential energy. Dissipating that energy through a Langevin thermostat relaxes the mesh to a minimum-energy configuration, which is the regression solution. The authors show that this springs-and-sticks (SS) system performs comparably to single-layer perceptrons on smooth regression tasks. They then compute the free-energy change during training with the Jarzynski equality and observe that the released free energy plateaus at a minimum value—which they call the thermodynamic learning barrier—below which the system dissipates no energy and does not learn. If correct, the result establishes a physical floor on the energy a learning machine of a given size and environment must release, connecting machine learning to Landauer's principle.

What carries the argument

The machinery is the springs-and-sticks (SS) model itself: a grid of jointed sticks whose endpoint coordinates x_i are the parameters, with stick kinetic energy (translational plus rotational) and a spring potential U = (k/2) Σ_j (ŷ(u_j) − y_j)^2 that makes the elastic energy equal the mean-squared-error loss. Dissipation is added via a Langevin thermostat, giving linear stochastic equations dx/dt = ẋ and dẋ/dt = M^{-1} f − γ ẋ + σ ξ̇ with σ = √(2γ T k_b / M), so the bath's temperature and the friction coefficient enter through the fluctuation-dissipation relation. The thermodynamic analysis relies on the Jarzynski equality ΔF = k_b T ln⟨e^{−W/k_b T}⟩ to estimate the free-energy change from

What would settle it

Run the SS system from an initial state equilibrated at temperature T, then measure ΔF via the Jarzynski equality while varying only the friction coefficient γ (or only the speed at which the springs are engaged). If the measured minimum ΔF_min still depends on γ, the quantity is dissipated work along a protocol, not a free-energy barrier—and the TLB as a thermodynamic floor does not hold.

Watch

Extended reading notes

Core claim

The central claim is that the springs-and-sticks system is a universal approximator of smooth functions and that its learning obeys a thermodynamic bound. Training is physical relaxation: the mesh's endpoint positions are the trainable parameters, springs implement the squared-error loss, and friction plus thermal noise (a linear Langevin equation) drives the system toward the energy minimum. Using the Jarzynski equality, the authors measure the free energy released during training and find empirically that as the spring constant and mass shrink, the released free energy decreases until it plateaus at a value ΔF_min, the thermodynamic learning barrier. Below that barrier the SS system is una

Load-bearing premise

The quantitative barrier claim rests on identifying the number obtained from the Jarzynski equality, computed from trajectories that start at randomly initialized, non-thermal positions, with a genuine free-energy difference; a true free-energy difference is a state function and would not depend on the protocol or the friction coefficient.

Editorial extensions

If this is right

  • If the thermodynamic learning barrier is real, any physical learning machine of a given parameter count operating in a bath at temperature T with friction γ must release at least ΔF_min ∝ k_b T γ during training; hardware that dissipates less cannot converge.
  • The scaling ΔF_min ∝ N_s ties model expressivity to energetic cost, implying an explicit energy–accuracy tradeoff for the SS model: approximation error E = O(N_s^{-2}) with E = O(ΔF_min^{-2}).
  • The barrier gives a design rule for thermodynamic or physical neural hardware: the effective spring constant of the parameters must be large compared to k_b T, or thermal fluctuations wash out learning.
  • If the authors' conjecture generalizes, every learning algorithm implemented in a physical substrate has a minimum free-energy cost set by its phase-space volume and environment, making energy benchmarking of learning machines possible.
  • The SS model's regression performance comparable to single-layer MLPs suggests that physical relaxation can serve as an alternative training mechanism without backpropagation.

Reading between the lines

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

  • The dependence of the measured free-energy change on the friction coefficient γ suggests that what is being measured is protocol-dependent dissipated work rather than a state-function free energy; a decisive test would initialize the system at thermal equilibrium and see whether the plateau persists.
  • Because the SS dynamics are linear, the barrier can likely be derived exactly from the entropy-production formulas rather than simulated, converting an empirical observation into a testable analytic bound.
  • The equivalence between a variable-length SS mesh and a one-hidden-layer ReLU network suggests the TLB could be measured on standard neural-network parameter spaces, testing whether the barrier is substrate-specific or a general property of learning dynamics.
  • The reported E = O(ΔF_min^{-2}) relation is a concrete prediction that could be checked against neural scaling-law exponents if 'compute' is measured in dissipated free energy rather than FLOPs.
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 / 5 minor

Summary. The paper introduces a mechanical 'springs and sticks' (SS) model for regression. A grid of connected rigid sticks is coupled to data points by springs; the potential energy encodes a mean-squared-error loss, and damped Langevin dynamics drive the system to a low-energy configuration. The authors derive the Lagrangian and equations of motion, prove an O(N_s^{-2}) piecewise-linear approximation error, and show numerically that the model performs comparably to single-layer MLPs on small regression tasks. The paper's main advertised result is a 'thermodynamic learning barrier' (TLB): a minimum free-energy change ΔF_min that the system must release in order to learn, claimed to scale as the number of sticks N_s, the temperature T, and the friction coefficient γ.

Significance. If the thermodynamic claim were sound, it would provide a physically motivated, quantitative floor on the energy required for a mechanical learning system, with potential implications for energy-efficient hardware and for connections between learning and thermodynamics. The paper has real strengths: the linear Lagrangian and Langevin formulation are explicit, the universal-approximation error bound in Appendix A is concrete, the regression experiments are reproducible in structure, and the authors provide public code. These parts of the paper are credible. However, the central thermodynamic result rests on an invalid use of the Jarzynski equality, and the reported scaling laws are not supported by a genuine free-energy calculation. The paper's novelty is substantially contained in the TLB claim, so the thermodynamic contribution needs major revision.

major comments (4)
  1. [§3.2, Eq. (6)] The Jarzynski equality is applied to compute ΔF from trajectories whose initial conditions are described as 'randomly initialized.' The equality is valid only when the initial ensemble is the canonical (Boltzmann) distribution for the initial Hamiltonian. No thermalization step, equilibrium sampling procedure, or trajectory count is reported. For this quadratic system an exact Gaussian free-energy calculation is available; alternatively, initial conditions should be drawn from the Boltzmann distribution. As written, the quantity in Eq. (6) is not established to be a free-energy difference.
  2. [§3.2, Fig. 4b] The reported scaling ΔF_min ∝ k_B T γ is incompatible with the interpretation of ΔF as an equilibrium free-energy difference. A free energy is a state function and cannot depend on the friction coefficient γ or on the relaxation protocol. The observed γ dependence is the signature of protocol-dependent dissipated work, not free energy. Consequently, the 'thermodynamic learning barrier' as a minimum free energy required for learning is unsecured. The authors need either to compute the true equilibrium free-energy difference (possible in closed form for a Gaussian potential) or to reframe the claim in terms of dissipated work, which would not support the stated barrier interpretation.
  3. [§3.2, Figs. 3–4a] The TLB is identified from the same scale sweep in which the average loss is observed to increase sharply, so the correlation between rising loss and falling ΔF is partly by construction. The criterion for 'cannot learn' and the rule for reading off the plateau value ΔF_min are not defined, and no error bars or independent-trajectory statistics are reported. An objective threshold and uncertainty quantification are needed before the scaling laws ΔF_min ∝ N_s, T, γ can be assessed.
  4. [§3.2, last paragraph; Appendix A] The claimed power law E = O(ΔF_min^{-2}) is not an independent empirical scaling law. It is obtained by substituting the approximation bound E = O(N_s^{-2}) from Appendix A into the fitted relation ΔF_min ∝ N_s from Fig. 4a. Because the fit and the interpretation of ΔF_min as a free energy are themselves unsecured, this relation should be removed or replaced by direct measurements of E as a function of ΔF_min over independent parameter sweeps.
minor comments (5)
  1. [§3.2] Typo: 'uncapable' should be 'incapable.'
  2. [§2.1] The notation N_s = Q_{k=1}^d (N_k − 1) is typeset awkwardly; please clarify that it is a product over dimensions.
  3. [§2.2] The text states that for k > 0 and M = 0 the system becomes an Ornstein–Uhlenbeck process, but the model is defined with nonzero mass. The overdamped limit should be derived explicitly or stated as a limit.
  4. [Appendix A] The abstract and Section 1 claim universal approximation of continuous functions, but the error bound assumes a bounded Hessian. Please state the smoothness assumption consistently.
  5. [Eq. (6)] The sign convention ΔF = F_i − F_f is nonstandard and easily confused with the usual Jarzynski convention. A one-line clarification that this is the negative of the conventional free-energy change would help.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the TLB scalings are empirical observations, not fitted re-predictions; the core derivations are self-contained.

full rationale

The paper's central derivation chain is self-contained. The SS Lagrangian and EOMs are derived from first principles (Eq. 2, Appendix C); universality and the O(N_s^{-2}) approximation error are established in Appendix A via the trapezoidal rule; and the regression comparison with MLPs is an external empirical benchmark. The thermodynamic learning barrier is an observed phenomenon: Eq. (6) is Jarzynski's equality, and ΔF is computed from simulated trajectories and plotted against the average loss as a function of k; no parameter is fitted to the quantity it later predicts. The scaling E = O(ΔF_min^{-2}) is an algebraic consequence of the independently established E = O(N_s^{-2}) and the empirically observed ΔF_min ∝ N_s, not a circular fit. The claims ΔF_min ∝ N_s and ΔF_min ∝ k_B T γ are likewise presented as empirical findings from Figs. 4a and 4b, not as predictions derived from fitted inputs. The paper cites affiliated prior work only in passing (thermodynamic hardware [20,21]) and does not rest any load-bearing argument on a self-citation. A legitimate physics concern is that Eq. (6) is applied to non-equilibrium initial conditions, so the measured quantity may be dissipated work rather than a true free energy; however, that is a correctness/interpretation issue, not circularity by construction, and per the rules it is not scored here.

Assumptions & free parameters 4 free parameters · 5 assumptions · 1 invented entities

The regression mechanism rests only on standard harmonic mechanics, but the thermodynamic claim rests on: (i) an unjustified equilibrium assumption for the Jarzynski estimate, (ii) a barrier threshold chosen from the same data that exhibits the failure, and (iii) fitted scaling laws whose 'predictions' reuse the fit.

free parameters (4)
  • Learning-barrier threshold = not quantified
    The loss level that defines 'cannot learn,' from which ΔF_min is read off, is never specified; it is chosen by hand from the same k-sweep that exhibits the failure.
  • Scale sweep k = |M| = 1e-31 to 1e-13 (Fig. 3)
    The claimed TLB scaling laws are extracted by sweeping this control parameter; both the loss and the 'free energy' are functions of it.
  • Simulation hyperparameters = Δt=0.1, two Euler-Maruyama steps per epoch, batch size 16, epochs=9, 4x4 stick grid, MLP width 16
    Hand-chosen; the 'comparable to MLP' result and the TLB magnitudes depend on them. Initialization range and trajectory counts for the Jarzynski average are not reported.
  • Temperature and friction ranges = T from 1e-3 to 1e2, γ from 0.1 to 1e2
    Control parameters for the contour plot Fig. 4b; the fitted law ΔF_min ∝ k_b T γ is over these ranges.
assumptions (5)
  • ad hoc to paper The initial sticks configuration is a valid starting point for the Jarzynski free energy estimate (an equilibrium distribution is implicitly assumed).
    Section 3.2 applies Eq. (6) to 'randomly initialized' trajectories; Jarzynski's equality requires the initial state to be the equilibrium Boltzmann distribution of the initial Hamiltonian, which is never established.
  • domain assumption The Langevin thermostat with scalar temperature T and friction γ follows the fluctuation-dissipation relation σ = sqrt(2γ T k_b / M).
    Section 2.2, Eq. (5); standard but restricts the system to a single-temperature bath and linear friction.
  • standard math Piecewise-linear interpolation on a tensor grid achieves error O(N^{-2}) (per dimension) for functions with bounded Hessian.
    Appendix A, Eq. (7), citing sparse-grids literature [34]; standard trapezoidal-rule error bound.
  • domain assumption Stick extrema are fixed in the input coordinates and move only in the output coordinates, with fixed lattice spacing.
    Section 2.1, Eq. (3); the paper notes that dropping it (variable stick lengths) would make the model behave like a ReLU MLP, so the experiments use the restricted geometry.
  • ad hoc to paper The TLB phenomenon and its scalings transfer from this linear mechanical system to other learning machines and to neural scaling laws.
    Section 3.2 ('We believe this is a general property of physical systems that learn from data') and Section 4 (scaling-law conjecture) are asserted, not derived or demonstrated on any other model.
invented entities (1)
  • Thermodynamic learning barrier (TLB)
    purpose: A minimum free energy change ΔF_min below which the SS system is claimed to be unable to learn; used to connect learning to energy dissipation and scaling laws.
    Measured only on the SS system, from the same simulations that exhibit the failure; no independent or out-of-sample falsifiable handle is provided, and the claim of generality to other models is only asserted.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning with springs and sticks." pith.science (2026). https://pith.science/paper/WM4FG5YL

@misc{pith2026250819015,
  author       = {Pith},
  title        = {Pith review of: Learning with springs and sticks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WM4FG5YL}},
  note         = {Machine review of arXiv:2508.19015}
}
read the original abstract

Learning is a physical process. Here, we aim to study a simple dynamical system composed of springs and sticks capable of arbitrarily approximating any continuous function. The main idea of our work is to use the sticks to mimic a piecewise-linear approximation of the given function, use the potential energy of springs to encode a desired mean squared error loss function, and converge to a minimum-energy configuration via dissipation. We apply the proposed simulation system to regression tasks and show that its performance is comparable to that of multi-layer perceptrons. In addition, we study the thermodynamic properties of the system and find a relation between the free energy change of the system and its ability to learn an underlying data distribution. We empirically find a \emph{thermodynamic learning barrier} for the system caused by the fluctuations of the environment, whereby the system cannot learn if its change in free energy hits such a barrier. We believe this simple model can help us better understand learning systems from a physical point of view.

Figures

Figures reproduced from arXiv: 2508.19015 by the authors.

Figure 1
Figure 1. Simulation of the SS system for simple regression problems. (a) Configuration of the model in a [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Comparison of the loss of the SS model and single-layer MLPs for regression on data sampled from smooth [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Average loss in a steady state solution as a function of "scale" and of free energy. The free energy is calculated [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: TLB as a function of different model parameters in SI units. (a) TLB as a function of the expressivity of the [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Approximation error of the springs and sticks system for four smooth functions in the domain [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Entropy production rate and potential energy of the system as a function of time for different values of [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

64 extracted references · 46 canonical work pages

  1. [49]

    Entropy production in linear Langevin systems

    Gabriel T Landi, Tânia Tomé, and Mário J De Oliveira. “Entropy production in linear Langevin systems”. In:Journal of Physics A: Mathematical and Theoretical 46.39 (2013), p. 395001

  2. [1]

    Quantifying the Carbon Emissions of Machine Learning

    Alexandre Lacoste et al. Quantifying the Carbon Emissions of Machine Learning . 2019. arXiv: 1910.09700 [cs.CY]. URL: https://arxiv.org/abs/1910.09700

  3. [2]

    Energy and Policy Considerations for Deep Learning in NLP

    Emma Strubell, Ananya Ganesh, and Andrew McCallum. Energy and Policy Considerations for Deep Learning in NLP. 2019. arXiv: 1906.02243 [cs.CL]

  4. [3]

    LLMCarbon: Modeling the End-to-End Carbon Footprint of Large Language Models

    Ahmad Faiz et al. “LLMCarbon: Modeling the End-to-End Carbon Footprint of Large Language Models”. In: The Twelfth International Conference on Learning Representations . 2024. URL: https://openreview.net/ forum?id=aIok3ZD9to

  5. [4]

    Deep Unsupervised Learning using Nonequilibrium Thermodynamics

    Jascha Sohl-Dickstein et al. Deep Unsupervised Learning using Nonequilibrium Thermodynamics. 2015. arXiv: 1503.03585 [cs.LG]. URL: https://arxiv.org/abs/1503.03585

  6. [5]

    Denoising Diffusion Probabilistic Models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising Diffusion Probabilistic Models. 2020. arXiv: 2006.11239 [cs.LG]. URL: https://arxiv.org/abs/2006.11239

  7. [6]

    Neural networks and physical systems with emergent collective computational abilities

    John J Hopfield. “Neural networks and physical systems with emergent collective computational abilities.” In: Proceedings of the national academy of sciences 79.8 (1982), pp. 2554–2558

  8. [7]

    A learning algorithm for Boltzmann machines

    David H Ackley, Geoffrey E Hinton, and Terrence J Sejnowski. “A learning algorithm for Boltzmann machines”. In: Cognitive science 9.1 (1985), pp. 147–169

Show all 64 references
  1. [8]

    A fast learning algorithm for deep belief nets

    Geoffrey E Hinton, Simon Osindero, and Yee-Whye Teh. “A fast learning algorithm for deep belief nets”. In:Neural computation 18.7 (2006), pp. 1527–1554

  2. [9]

    A tutorial on energy-based learning

    Yann LeCun et al. “A tutorial on energy-based learning”. In: Predicting structured data 1.0 (2006)

  3. [10]

    GenPhys: From Physical Processes to Generative Models

    Ziming Liu et al. GenPhys: From Physical Processes to Generative Models. 2023. arXiv: 2304.02637 [cs.LG]. URL: https://arxiv.org/abs/2304.02637

  4. [11]

    Neural Thermodynamic Integration: Free Energies from Energy- Based Diffusion Models

    Bálint Máté, François Fleuret, and Tristan Bereau. “Neural Thermodynamic Integration: Free Energies from Energy- Based Diffusion Models”. In: The Journal of Physical Chemistry Letters 15.45 (2024), pp. 11395–11404. 7

  5. [12]

    adaline

    Bernard Widrow et al. Adaptive" adaline" Neuron Using Chemical" memistors.". 1960

  6. [13]

    “Neural” computation of decisions in optimization problems

    John J Hopfield and David W Tank. ““Neural” computation of decisions in optimization problems”. In:Biological cybernetics 52.3 (1985), pp. 141–152

  7. [14]

    Neuromorphic electronic systems

    Carver Mead. “Neuromorphic electronic systems”. In: Proceedings of the IEEE 78.10 (1990), pp. 1629–1636

  8. [15]

    A survey of neuromorphic computing and neural networks in hardware

    Catherine D Schuman et al. “A survey of neuromorphic computing and neural networks in hardware”. In: arXiv preprint arXiv:1705.06963 (2017)

  9. [16]

    Memristive crossbar arrays for brain-inspired computing

    Qiangfei Xia and J Joshua Yang. “Memristive crossbar arrays for brain-inspired computing”. In:Nature materials 18.4 (2019), pp. 309–323

  10. [17]

    Deep physical neural networks trained with backpropagation

    Logan G Wright et al. “Deep physical neural networks trained with backpropagation”. In: Nature 601.7894 (2022), pp. 549–555

  11. [18]

    Photonic machine learning with on-chip diffractive optics

    Tingzhao Fu et al. “Photonic machine learning with on-chip diffractive optics”. In:Nature Communications 14.1 (2023), p. 70

  12. [19]

    Training of Physical Neural Networks

    Ali Momeni et al. Training of Physical Neural Networks. 2024. arXiv: 2406.03372 [physics.app-ph]. URL: https://arxiv.org/abs/2406.03372

  13. [20]

    Coles et al

    Patrick J. Coles et al. Thermodynamic AI and the fluctuation frontier. 2023. arXiv: 2302.06584 [cs.ET]

  14. [21]

    Thermodynamic Computing System for AI Applications

    Denis Melanson et al. Thermodynamic Computing System for AI Applications . 2023. arXiv: 2312 . 04836 [cs.ET]. URL: https://arxiv.org/abs/2312.04836

  15. [22]

    Analog VLSI implementation of neural systems

    Carver Mead and Mohammed Ismail. Analog VLSI implementation of neural systems. V ol. 80. Springer Science & Business Media, 2012

  16. [23]

    An artificial spiking quantum neuron

    Lasse Bjørn Kristensen et al. “An artificial spiking quantum neuron”. In: npj Quantum Information 7.1 (2021), p. 59

  17. [24]

    Nanosecond protonic programmable resistors for analog deep learning

    Murat Onen et al. “Nanosecond protonic programmable resistors for analog deep learning”. In: Science 377.6605 (2022), pp. 539–543

  18. [25]

    The mathematical mechanic: using physical reasoning to solve problems

    Mark Levi. “The mathematical mechanic: using physical reasoning to solve problems”. In: (2023)

  19. [26]

    Least Squares as Springs

    Joshua Loftus. Least Squares as Springs. New York University. Feb. 2022. URL: https://joshualoftus. com/posts/2020-11-23-least-squares-as-springs/least-squares-as-springs.html

  20. [27]

    Optimization by simulated annealing

    Scott Kirkpatrick, C Daniel Gelatt Jr, and Mario P Vecchi. “Optimization by simulated annealing”. In: science 220.4598 (1983), pp. 671–680

  21. [28]

    A quantum adiabatic evolution algorithm applied to random instances of an NP-complete problem

    Edward Farhi et al. “A quantum adiabatic evolution algorithm applied to random instances of an NP-complete problem”. In: Science 292.5516 (2001), pp. 472–475

  22. [29]

    Environment-assisted quantum transport

    Patrick Rebentrost et al. “Environment-assisted quantum transport”. In: New Journal of Physics 11.3 (2009), p. 033003

  23. [30]

    Adiabatic quantum computation

    Tameem Albash and Daniel A Lidar. “Adiabatic quantum computation”. In: Reviews of Modern Physics 90.1 (2018), p. 015002

  24. [31]

    Nonequilibrium equality for free energy differences

    Christopher Jarzynski. “Nonequilibrium equality for free energy differences”. In: Physical Review Letters 78.14 (1997), p. 2690

  25. [32]

    Mathematical methods of classical mechanics

    Vladimir Igorevich Arnol’d. Mathematical methods of classical mechanics. V ol. 60. Springer Science & Business Media, 2013

  26. [33]

    Adaptive mixtures of local experts

    Robert A Jacobs et al. “Adaptive mixtures of local experts”. In: Neural computation 3.1 (1991), pp. 79–87

  27. [34]

    Sparse grids

    Hans-Joachim Bungartz and Michael Griebel. “Sparse grids”. In: Acta numerica 13 (2004), pp. 147–269

  28. [35]

    Introduction to algorithms

    Thomas H Cormen et al. Introduction to algorithms. MIT press, 2022

  29. [36]

    Irreversibility and generalized noise

    Herbert B Callen and Theodore A Welton. “Irreversibility and generalized noise”. In: Physical Review 83.1 (1951), p. 34

  30. [37]

    Statistical-mechanical theory of irreversible processes. I. General theory and simple applications to magnetic and conduction problems

    Ryogo Kubo. “Statistical-mechanical theory of irreversible processes. I. General theory and simple applications to magnetic and conduction problems”. In: Journal of the physical society of Japan 12.6 (1957), pp. 570–586

  31. [38]

    Stochastic thermodynamics, fluctuation theorems and molecular machines

    Udo Seifert. “Stochastic thermodynamics, fluctuation theorems and molecular machines”. In: Reports on progress in physics 75.12 (2012), p. 126001

  32. [39]

    Energy spectrum of a Langevin oscillator

    Y Mishin and J Hickman. “Energy spectrum of a Langevin oscillator”. In: Physical Review E 94.6 (2016), p. 062151. 8

  33. [40]

    Stochastic Thermodynamics: An Introduction

    Luca Peliti and Simone Pigolotti. Stochastic Thermodynamics: An Introduction. Princeton University Press, 2021

  34. [41]

    A stochastic approximation method

    Herbert Robbins and Sutton Monro. “A stochastic approximation method”. In: The annals of mathematical statistics (1951), pp. 400–407

  35. [42]

    Curtis, and Jorge Nocedal

    Léon Bottou, Frank E. Curtis, and Jorge Nocedal. Optimization Methods for Large-Scale Machine Learning. 2018. arXiv: 1606.04838 [stat.ML]. URL: https://arxiv.org/abs/1606.04838

  36. [43]

    Continuous time analysis of momentum methods

    Nikola B Kovachki and Andrew M Stuart. “Continuous time analysis of momentum methods”. In: Journal of Machine Learning Research 22.17 (2021), pp. 1–40

  37. [44]

    Stochastic differential equations

    Philip E Protter. Stochastic differential equations. Springer, 2005

  38. [45]

    Brownian motion and stochastic calculus

    Ioannis Karatzas and Steven Shreve. Brownian motion and stochastic calculus. V ol. 113. springer, 2014

  39. [46]

    Scalable gradients for stochastic differential equations

    Xuechen Li et al. “Scalable gradients for stochastic differential equations”. In: International Conference on Artificial Intelligence and Statistics (2020)

  40. [47]

    Kai Wang et al.Neural Network Diffusion. 2024. arXiv: 2402.13144 [cs.LG]. URL: https://arxiv.org/ abs/2402.13144

  41. [48]

    Entropy production in full phase space for continuous stochastic dynamics

    Richard E Spinney and Ian J Ford. “Entropy production in full phase space for continuous stochastic dynamics”. In: Physical Review E 85.5 (2012), p. 051113

  42. [50]

    Speed Limits for Deep Learning

    Inbar Seroussi et al. “Speed Limits for Deep Learning”. In: arXiv preprint arXiv:2307.14653 (2023)

  43. [51]

    Irreversibility and heat generation in the computing process

    Rolf Landauer. “Irreversibility and heat generation in the computing process”. In: IBM journal of research and development 5.3 (1961), pp. 183–191

  44. [52]

    The thermodynamics of computation—a review

    Charles H Bennett. “The thermodynamics of computation—a review”. In: International Journal of Theoretical Physics 21 (1982), pp. 905–940

  45. [53]

    Notes on Landauer’s principle, reversible computation, and Maxwell’s Demon

    Charles H Bennett. “Notes on Landauer’s principle, reversible computation, and Maxwell’s Demon”. In:Studies In History and Philosophy of Science Part B: Studies In History and Philosophy of Modern Physics 34.3 (2003), pp. 501–510

  46. [54]

    Stochastic thermodynamics of learning

    Sebastian Goldt and Udo Seifert. “Stochastic thermodynamics of learning”. In: Physical review letters 118.1 (2017), p. 010601

  47. [55]

    Deep learning scaling is predictable, empirically

    Joel Hestness et al. “Deep learning scaling is predictable, empirically”. In: arXiv preprint arXiv:1712.00409 (2017)

  48. [56]

    Scaling laws for neural language models

    Jared Kaplan et al. “Scaling laws for neural language models”. In: arXiv preprint arXiv:2001.08361 (2020)

  49. [57]

    Explaining neural scaling laws

    Yasaman Bahri et al. “Explaining neural scaling laws”. In: Proceedings of the National Academy of Sciences 121.27 (2024), e2311878121

  50. [58]

    Lagrangian for RLC circuits using analogy with the classical mechanics concepts

    Albertus Hariwangsa Panuluh and Asan Damanik. “Lagrangian for RLC circuits using analogy with the classical mechanics concepts”. In: Journal of Physics: Conference Series. V ol. 909. 1. IOP Publishing. 2017, p. 012005

  51. [59]

    Exponential quantum speedup in simulating coupled classical oscillators

    Ryan Babbush et al. “Exponential quantum speedup in simulating coupled classical oscillators”. In: Physical Review X 13.4 (2023), p. 041041

  52. [60]

    High-order quantum algorithm for solving linear differential equations

    Dominic W Berry. “High-order quantum algorithm for solving linear differential equations”. In: Journal of Physics A: Mathematical and Theoretical 47.10 (2014), p. 105301

  53. [61]

    Quantum Algorithm for Systems of Linear Equa- tions with Exponentially Improved Dependence on Precision

    Andrew M. Childs, Robin Kothari, and Rolando D. Somma. “Quantum Algorithm for Systems of Linear Equa- tions with Exponentially Improved Dependence on Precision”. In: SIAM Journal on Computing 46.6 (Jan. 2017), pp. 1920–1950. ISSN : 1095-7111. DOI: 10.1137/16m1087072. URL: http...

  54. [62]

    Quantum algorithm for linear differential equations with exponentially improved dependence on precision

    Dominic W Berry et al. “Quantum algorithm for linear differential equations with exponentially improved dependence on precision”. In: Communications in Mathematical Physics 356 (2017), pp. 1057–1081

  55. [63]

    Further improving quantum algorithms for nonlinear differential equations via higher-order methods and rescaling

    Pedro Costa et al. “Further improving quantum algorithms for nonlinear differential equations via higher-order methods and rescaling”. In: arXiv preprint arXiv:2312.09518 (2023)

  56. [64]

    Fast quantum algorithm for differential equations

    Mohsen Bagherimehrab et al. “Fast quantum algorithm for differential equations”. In:arXiv preprint arXiv:2306.11802 (2023). 9 Supplementary Material A Universal approximation The springs and sticks system is a universal approximator of continuous functions with bounded Hessian...

Pith tools

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