REVIEW 3 major objections 3 minor 47 references
Using Deep Operators to Create Spatio-temporal Surrogates for Dynamical Systems under Uncertainty
T0 review · 3 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that a single network, the full-field Extended DeepONet, can learn the full spatio-temporal response operator of a cable-stayed bridge under stochastic ground motion and evaluate all 26 deck sensors in one forward pass…
desk verdict Useful architectural tweak with thorough structural-dynamics evaluation, but the R² metric in Eq. 13d is misdefined and the baselines are not cleanly controlled. 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 full-field Extended DeepONet architecture is the load-bearing mechanism: a branch network encodes the input ground-motion history and outputs per-neuron multiplicative coefficients for every trunk hidden layer, while a trunk network takes only time coordinates and has an output layer of $p = 26$ units, one per sensor. Each trunk layer is scaled elementwise by the branch-derived coefficients before activation, so the basis functions themselves depend on the input, and the final trunk layer emits the vector of all sensor responses in a single pass. This combination is what lets the same operator represent inter-degree-of-freedom correlations without per-coordinate evaluations.
What would settle it
Train the FExD on the 26 deck sensors, then query it at a deck coordinate that is not among the 26, for instance midway between sensors 5 and 6. Because the trunk receives only time as input and the output layer is hard-wired to the 26 sensors, the network has no representation of that query point; if accurate responses can be produced only by retraining or by adding interpolation, the 'full-field' operator is a fixed-array evaluator rather than a continuous spatial operator. A second check is to feed ground motions with Kanai–Tajimi parameters far outside the training ranges (for example $\omega_g \neq 10\pi$) and compare RRMSE, which would show whether the operator generalizes physically or only interpolates within the training distribution.
Extended reading notes
Core claim
The central discovery is architectural: by taking the Extended DeepONet's branch network, which modulates every hidden layer of the trunk, and setting the trunk output dimension equal to the number of spatial sensors ($p = N_x = 26$) while feeding the trunk only time coordinates, the entire spatial field can be emitted in one evaluation. This is claimed to encode spatial correlations directly into the shared output layer of the trunk, eliminating the need to replicate spatio-temporal coordinates for every sensor and evaluate the network separately at each location. On the benchmark cable-stayed bridge, the FExD achieves lower mean and median errors than both the vanilla and Extended DeepONets across all four reported metrics (MAE, RMSE, RRMSE, and $R^2$), with the largest relative gains in RRMSE and in error consistency across sensor locations. The paper also reports that the FExD preserves dominant modal frequencies and produces a worst-case test error that stays below the average of the comparators.
Load-bearing premise
The load-bearing assumption is that the sensor locations can be fixed beforehand: the FExD's trunk never receives a spatial coordinate, so the 'full field' is really the 26 predefined points, and the model also assumes quiescent initial conditions and test ground motions drawn from the same stochastic family used for training.
Editorial extensions
If this is right
- A single FExD replaces $N_x$ separate DeepONet evaluations for multi-degree-of-freedom systems, so training and inference cost scale with time steps rather than with time multiplied by sensor count.
- Spatial correlations among sensors are captured implicitly through the shared trunk output layer, which the paper shows improves accuracy at low-amplitude locations near the piers compared with per-location baselines.
- Training time for structural surrogate models becomes short enough (under an hour on a single GPU for the 2-second case) to make operator learning practical inside optimization and uncertainty-quantification loops.
- The same architecture extends to longer 10-second simulations with only moderate error growth, suggesting the method scales in time as well as in sensor count.
- The FExD approximates the vector-valued solution operator $\ddot{u}_g(t) \mapsto y(t)$ for the full field rather than for individual time histories, which is the form needed for full spatial-temporal surrogate modeling.
Reading between the lines
- This suggests that the multiplicative branch-to-trunk interaction is the main source of both the accuracy and the speedup, so the same full-field trick could transfer to other operator architectures that produce one output vector per time step, such as Fourier neural operators or transformer-based operators.
- Because the trunk never receives a spatial coordinate, the trained operator is tied to the predefined 26-sensor array; a natural extension would combine FExD with an interpolation layer or implicit neural representation to query arbitrary deck locations without retraining, but that goes beyond what the paper demonstrates.
- The paper tests only ground motions drawn from the same Kanai–Tajimi parameter ranges and zero initial conditions, so whether the architecture generalizes to out-of-distribution excitations or nonzero initial states remains open; a clean test of that would separate architectural benefit from training-distribution benefit.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a full-field Extended DeepONet (FExD) that, unlike vanilla DeepONet and Ex-DeepONet, processes only time coordinates in the trunk and outputs a vector of responses at all 26 selected sensor locations in a single forward pass. The model is trained on 30,000 simulated responses of a cable-stayed bridge FE model to stochastic Kanai-Tajimi ground motions. The empirical study compares FExD against the two baselines on 2-s and 10-s test data, reporting error metrics, worst-case behavior, and frequency-domain agreement. The central claim is that FExD is more accurate and much faster to train than either baseline.
Significance. If the results hold, the FExD design is a practically useful way to build multi-output spatio-temporal surrogates for structural dynamics, and the reported training-time reduction (0.92 h vs. 13.45 h and 20.85 h) is striking. The paper is thorough in its evaluation: location-wise tables, worst-case analysis, a 10 s generalization study, and FFT/FDD checks. However, the evidence is currently weakened by a non-standard definition of R² and by a capacity-mismatched comparison, and the 'full-field' terminology overstates the fixed-sensor output. No code or data are provided, which limits reproducibility. With corrected metrics and matched-capacity ablations, the contribution would be meaningful.
major comments (3)
- [§5.1, Eq. (13d)] Equation 13d defines R² with the variance of the predictions in the denominator rather than the variance of the targets; as written it is not the coefficient of determination. Because the denominator depends on the model's own output variance, the reported R² values are not comparable across models and do not measure goodness-of-fit in the standard sense. This affects the headline statistic in Table 3 (FExD R²=98.29%), the location-wise Tables B2–B4, and Table 5 for the 10 s case; for example, Table B4 reports FExD R²=85.05% at position 7 and 77.65% at position 19 despite RRMSE values of 37.48% and 45.78%, a combination that is inconsistent with the usual interpretation of R². Please recompute all R² values with the conventional denominator Σ(y_i − ȳ_target)² and confirm whether the qualitative conclusions—for instance that FExD improves and stabilizes R²—survive.
- [§4.1.1, Table 2] The three architectures are not matched in capacity: VD has branch and trunk output dimensions of 10, while ExD and FExD have branch output dimensions of 1200 (with trunk outputs 1 and 26, respectively). Since the branch output dimension controls the width of the final linear layer and the number of interaction coefficients, ExD and FExD contain far more parameters than VD in the branch and trunk components. The superior accuracy of ExD/FExD relative to VD may therefore reflect model capacity rather than the proposed architectural modifications. The claim in Section 4.1.1 of a 'fair comparison' should be supported by reporting parameter counts and by including a matched-capacity VD baseline (e.g., p = 1200) or an ExD with a reduced branch output dimension.
- [§2.4, §5 and §6] The term 'full-field' overstates what FExD predicts. Because the trunk consumes only temporal coordinates and the output dimension is fixed to the 26 pre-selected sensor locations (p = N_x), the model cannot evaluate the response at an arbitrary spatial point without retraining. The operator learned is therefore defined on a fixed sensor array, not on the continuum or fine FE mesh implied by Eqns. (1)–(2) and by the 'full-field' language used in the abstract, Section 2.4, and the conclusions. Please either qualify the claims throughout or demonstrate that the model can interpolate to unsampled spatial locations.
minor comments (3)
- [§2.2, Eq. (6)] In Eq. (6), the basis function in the sum is written as ψ_i(χ_j) but the summation index is k; this should be ψ_k(χ_j).
- [§3.3, §4, §5] There are several typographical errors that should be corrected, including 'exctied' and 'sujecting' in Section 3.3, 'interrograted' in Section 3, 'estimes' in Section 5.2.1, 'covnentional' in Section 2.4, and 'disply' in Section 5.3.
- [§4 and Data availability] The paper does not provide code, data, random seeds, or explicit hyperparameter search results, and the data availability statement says only 'Data will be made available on request.' For reproducibility, please deposit the data generation scripts, trained model configurations, and the exact seed(s) used in the parametric study.
Circularity Check
No significant circularity: the FExD surrogate is trained and evaluated on external FE data with held-out test realizations; the few self-citations are contextual and not load-bearing.
full rationale
The paper is an empirical operator-learning study. The target responses come from an external finite-element benchmark bridge model (Dyke et al., Refs. [37, 41]), and the ground-motion inputs are generated from an independent stochastic model (Kanai-Tajimi spectrum plus envelope function, Refs. [42]). The FExD architecture is defined in Section 2.4 from the previously cited Ex-DeepONet construction of Li et al. [31], which is not a self-citation. Training minimizes an L2 loss (Eq. 6) against FE-simulated responses, and all headline metrics (Table 3, 5, B2-B4) are computed on test realizations not used in training or validation. No fitted parameter is renamed as a prediction, and no uniqueness theorem or ansatz is imported from the authors' prior work. The self-citations to De and Brewick [23] and McClarren [44] are background citations in the introduction and data-format discussion, respectively, and neither supports a load-bearing premise. The trunk's restriction to a fixed set of 26 sensor locations is a scope limitation, not a circular derivation: the model is trained and tested on those sensors, and the claim of 'full-field' prediction is defined relative to those output dimensions (p=Nx). The R2 definition in Eq. 13d uses prediction variance in the denominator rather than target variance, which is a correctness and comparability issue in the reported evidence, not a circularity: the metric is still measured against held-out targets. Overall, the central accuracy and efficiency claims are self-contained external evaluations, so the circularity burden is very low.
Assumptions & free parameters
free parameters (3)
- Hidden layer width of branch and trunk networks =
300 neurons per layer
- Hidden layer depth of branch and trunk networks =
4 layers
- Number of basis functions p for vanilla DeepONet =
10
assumptions (3)
- domain assumption The structural response depends only on the ground acceleration history via the convolution integral y(t) = integral of u_g(tau) h(t-tau) d tau, with zero initial conditions.
- ad hoc to paper A single forward pass through the FExD with temporal input t can produce the full spatial response vector because spatial dependencies are encodable in the output layer without explicit spatial coordinates.
- domain assumption The training distribution, defined by the Kanai-Tajimi spectrum with given parameter ranges and envelope function, is representative of all test cases of interest.
Cite this review
Pith. "Pith review of Using Deep Operators to Create Spatio-temporal Surrogates for Dynamical Systems under Uncertainty." pith.science (2026). https://pith.science/paper/QHHCPD3D
@misc{pith2026250611761,
author = {Pith},
title = {Pith review of: Using Deep Operators to Create Spatio-temporal Surrogates for Dynamical Systems under Uncertainty},
year = {2026},
howpublished = {\url{https://pith.science/paper/QHHCPD3D}},
note = {Machine review of arXiv:2506.11761}
}
read the original abstract
Spatio-temporal data, which consists of responses or measurements gathered at different times and positions, is ubiquitous across diverse applications of civil infrastructure. While SciML methods have made significant progress in tackling the issue of response prediction for individual time histories, creating a full spatial-temporal surrogate remains a challenge. This study proposes a novel variant of deep operator networks (DeepONets), namely the full-field Extended DeepONet (FExD), to serve as a spatial-temporal surrogate that provides multi-output response predictions for dynamical systems. The proposed FExD surrogate model effectively learns the full solution operator across multiple degrees of freedom by enhancing the expressiveness of the branch network and expanding the predictive capabilities of the trunk network. The proposed FExD surrogate is deployed to simultaneously capture the dynamics at several sensing locations along a testbed model of a cable-stayed bridge subjected to stochastic ground motions. The ensuing response predictions from the FExD are comprehensively compared against both a vanilla DeepONet and a modified spatio-temporal Extended DeepONet. The results demonstrate the proposed FExD can achieve both superior accuracy and computational efficiency, representing a significant advancement in operator learning for structural dynamics applications.
Figures
Figures from the paper (18 more)
Reference graph
Works this paper leans on
-
[1]
Wenxiong Li and Suiyin Chen. An improved model order reduction method for dynamic analysis of large-scale structures with local nonlinearities.Applied Mathematical Modelling, 120:786–811, August 2023
work page 2023
-
[2]
Swaroop Mallick and Monika Mittal. Ai-based model order reduction techniques: A survey.Archives of Com- putational Methods in Engineering, January 2025
work page 2025
-
[3]
Eduardo Haro Sandoval, Floriane Anstett-Collin, and Michel Basset. Sensitivity study of dynamic systems using polynomial chaos.Reliability Engineering & System Safety, 104:15–26, August 2012
work page 2012
-
[4]
Hermann G Matthies and Marcus Meyer. Nonlinear galerkin methods for the model reduction of nonlinear dynamical systems.Computers & Structures, 81(12):1277–1286, May 2003
work page 2003
-
[5]
Clemens H ¨ubler. Global sensitivity analysis for medium-dimensional structural engineering problems using stochastic collocation.Reliability Engineering & System Safety, 195:106749, March 2020
work page 2020
-
[6]
Ali Kaveh.Applications of artificial neural networks and machine learning in civil engineering. Springer, 2024
work page 2024
-
[7]
Delbaz Samadian, Imrose B. Muhit, and Nashwan Dawood. Application of data-driven surrogate models in structural engineering: A literature review.Archives of Computational Methods in Engineering, 32(2):735–784, March 2025
work page 2025
-
[8]
Katiana Kontolati, Somdatta Goswami, George Em Karniadakis, and Michael D. Shields. Learning nonlinear operators in latent spaces for real-time predictions of complex dynamics in physical systems.Nature Communi- cations, 15(1):5101, June 2024
work page 2024
Show all 47 references
-
[9]
Abueidda, Waleed El-Sekelly, Borja Garc ´ıa De Soto, Tarek Abdoun, and Mostafa E
Bilal Ahmed, Yuqing Qiu, Diab W. Abueidda, Waleed El-Sekelly, Borja Garc ´ıa De Soto, Tarek Abdoun, and Mostafa E. Mobasher. Physics-informed deep operator networks with stiffness-based loss functions for structural response prediction.Engineering Applications of Artificial In...
2025
-
[10]
Jiawei Gao, Ke Du, and Jing Qi. Quantifying the uncertainty of structural parameters using machine learning– based surrogate models.ASCE-ASME Journal of Risk and Uncertainty in Engineering Systems, Part A: Civil Engineering, 11(2):04025023, June 2025
2025
-
[11]
Vibration-based building health monitoring using spatio-temporal learn- ing model.Engineering Applications of Artificial Intelligence, 126:106858, November 2023
Viet-Hung Dang and Hoang-Anh Pham. Vibration-based building health monitoring using spatio-temporal learn- ing model.Engineering Applications of Artificial Intelligence, 126:106858, November 2023
2023
-
[12]
Ziming Wen, Yu Li, Hu Wang, and Yong Peng. Data-driven spatiotemporal modeling for structural dynamics on irregular domains by stochastic dependency neural estimation.Computer Methods in Applied Mechanics and Engineering, 404:115831, February 2023
2023
-
[13]
Encoding physics to learn reaction–diffusion processes.Nature Machine Intelligence, 5(7):765–779, July 2023
Chengping Rao, Pu Ren, Qi Wang, Oral Buyukozturk, Hao Sun, and Yang Liu. Encoding physics to learn reaction–diffusion processes.Nature Machine Intelligence, 5(7):765–779, July 2023
2023
-
[14]
Dyffusion: A dynamics-informed diffusion model for spatiotemporal forecasting.Advances in Neural Information Processing Systems, 36:45259–45287, Decem- ber 2023
Salva R ¨uhling Cachay, Bo Zhao, Hailey Joren, and Rose Yu. Dyffusion: A dynamics-informed diffusion model for spatiotemporal forecasting.Advances in Neural Information Processing Systems, 36:45259–45287, Decem- ber 2023
2023
-
[15]
Learning spatiotemporal dynamics with a pretrained generative model.Nature Machine Intelligence, pages 1–14, December 2024
Zeyu Li, Wang Han, Yue Zhang, Qingfei Fu, Jingxuan Li, Lizi Qin, Ruoyu Dong, Hao Sun, Yue Deng, and Lijun Yang. Learning spatiotemporal dynamics with a pretrained generative model.Nature Machine Intelligence, pages 1–14, December 2024
2024
-
[16]
Saurous, and Matthew Hoffman
Feras Saad, Jacob Burnim, Colin Carroll, Brian Patton, Urs K ¨oster, Rif A. Saurous, and Matthew Hoffman. Scalable spatiotemporal prediction with bayesian neural fields.Nature Communications, 15(1):7942, September 2024
2024
-
[17]
Tianping Chen and Hong Chen. Universal approximation to nonlinear operators by neural networks with arbitrary activation functions and its application to dynamical systems.IEEE Transactions on Neural Networks, 6(4):911– 917, July 1995
1995
-
[18]
Learning nonlinear op- erators via deeponet based on the universal approximation theorem of operators.Nature Machine Intelligence, 3(3):218–229, March 2021
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear op- erators via deeponet based on the universal approximation theorem of operators.Nature Machine Intelligence, 3(3):218–229, March 2021. 22 Creating Spatio-Temporal DeepONets for...
2021
-
[19]
Neural operator for structural simulation and bridge health monitoring.Computer-Aided Civil and Infrastructure Engineering, 39(6):872–890, 2024
Chawit Kaewnuratchadasorn, Jiaji Wang, and Chul-Woo Kim. Neural operator for structural simulation and bridge health monitoring.Computer-Aided Civil and Infrastructure Engineering, 39(6):872–890, 2024
2024
-
[20]
Laplace neural operator for solving differential equations.Nature Machine Intelligence, 6(6):631–640, June 2024
Qianying Cao, Somdatta Goswami, and George Em Karniadakis. Laplace neural operator for solving differential equations.Nature Machine Intelligence, 6(6):631–640, June 2024
2024
-
[21]
A causality-deeponet for causal responses of linear dynamical systems, September 2022
Lizuo Liu, Kamaljyoti Nath, and Wei Cai. A causality-deeponet for causal responses of linear dynamical systems, September 2022
2022
-
[22]
Giovanis, Bowei Li, Seymour M
Somdatta Goswami, Dimitris G. Giovanis, Bowei Li, Seymour M. J. Spence, and Michael D. Shields. Neural operators for stochastic modeling of nonlinear structural system response to natural hazards, February 2025
2025
-
[23]
Subhayan De and Patrick T. Brewick. A bi-fidelity deeponet approach for modeling hysteretic systems under uncertainty.Applied Mathematical Modelling, 135:708–728, November 2024
2024
-
[24]
Deep neu- ral operators can predict the real-time response of floating offshore structures under irregular waves.Computers & Structures, 291:107228, January 2024
Qianying Cao, Somdatta Goswami, Tapas Tripura, Souvik Chakraborty, and George Em Karniadakis. Deep neu- ral operators can predict the real-time response of floating offshore structures under irregular waves.Computers & Structures, 291:107228, January 2024
2024
-
[25]
Chen Xu, Ba Trung Cao, Yong Yuan, and G ¨unther Meschke. A multi-fidelity deep operator network (deep- onet) for fusing simulation and monitoring data: Application to real-time settlement prediction during tunnel construction.Engineering Applications of Artificial Intelligence...
2024
-
[26]
Ethan Pickering, Stephen Guth, George Em Karniadakis, and Themistoklis P. Sapsis. Discovering and forecasting extreme events via active learning in neural operators.Nature Computational Science, 2(12):823–833, December 2022
2022
-
[27]
Assessment of deeponet for time dependent reliability analysis of dynamical systems subjected to stochastic loading.Engineering Structures, 270:114811, November 2022
Shailesh Garg, Harshit Gupta, and Souvik Chakraborty. Assessment of deeponet for time dependent reliability analysis of dynamical systems subjected to stochastic loading.Engineering Structures, 270:114811, November 2022
2022
-
[28]
A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data.Computer Methods in Applied Mechanics and Engineering, 393:114778, 2022
Lu Lu, Xuhui Meng, Shengze Cai, Zhiping Mao, Somdatta Goswami, Zhongqiang Zhang, and George Em Karniadakis. A comprehensive and fair comparison of two neural operators (with practical extensions) based on fair data.Computer Methods in Applied Mechanics and Engineering, 393:114...
2022
-
[29]
Junyan He, Shashank Kushwaha, Jaewan Park, Seid Koric, Diab Abueidda, and Iwona Jasiuk. Sequential deep operator networks (s-deeponet) for predicting full-field solutions under time-dependent loads.Engineering Ap- plications of Artificial Intelligence, 127:107258, January 2024
2024
-
[30]
Junyan He, Seid Koric, Diab Abueidda, Ali Najafi, and Iwona Jasiuk. Geom-deeponet: A point-cloud-based deep operator network for field predictions on 3d parameterized geometries.Computer Methods in Applied Mechanics and Engineering, 429:117130, September 2024
2024
-
[31]
Haolin Li, Yuyang Miao, Zahra Sharif Khodaei, and M. H. Aliabadi. An architectural analysis of deeponet and a general extension of the physics-informed deeponet model on solving nonlinear parametric partial differential equations.Neurocomputing, 611:128675, January 2025
2025
-
[32]
Ehsan Haghighat, Umair bin Waheed, and George Karniadakis. En-deeponet: An enrichment approach for enhancing the expressivity of neural operators with applications to seismology.Computer Methods in Applied Mechanics and Engineering, 420:116681, February 2024
2024
-
[33]
Tianping Chen and Hong Chen. Universal approximation to nonlinear operators by neural networks with arbitrary activation functions and its application to dynamical systems.IEEE Transactions on Neural Networks, 6(4):911– 917, 1995
1995
-
[34]
Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[35]
Large-scale machine learning with stochastic gradient descent
L ´eon Bottou. Large-scale machine learning with stochastic gradient descent. InProceedings of COMP- STAT’2010, pages 177–186. Springer, 2010
2010
-
[36]
Stochastic gradient descent tricks
L ´eon Bottou. Stochastic gradient descent tricks. InNeural networks: Tricks of the trade, pages 421–436. Springer, 2012
2012
-
[37]
S. J. Dyke, J. M. Caicedo, G. Turan, L. A. Bergman, and S. Hague. Phase i benchmark control problem for seismic response of cable-stayed bridges.Journal of Structural Engineering, 129(7):857–872, July 2003
2003
-
[38]
Fisco and H
N.R. Fisco and H. Adeli. Smart structures: Part i—active and semi-active control.Scientia Iranica, 18(3):275– 284, 2011
2011
-
[39]
Vibration mechanisms and controls of long-span bridges: A review
Yozo Fujino and Dionysius Siringoringo and. Vibration mechanisms and controls of long-span bridges: A review. Structural Engineering International, 23(3):248–268, 2013. 23 Creating Spatio-Temporal DeepONets for Dynamical SystemsA PREPRINT
2013
-
[40]
Wojtkiewicz, and Erik A
Subhayan De, Steven F. Wojtkiewicz, and Erik A. Johnson. Efficient optimal design and design-under-uncertainty of passive control devices with application to a cable-stayed bridge.Structural Control and Health Monitoring, 24(2), February 2017
2017
-
[41]
J. M. Caicedo, S. J. Dyke, S. J. Moon, L. A. Bergman, G. Turan, and S. Hague. Phase ii benchmark control problem for seismic response of cable-stayed bridges.Journal of Structural Control, 10(3-4):137–168, 2003
2003
-
[42]
System identification through nonstationary data using time–frequency blind source separation.Journal of Sound and Vibration, 371:110–131, June 2016
Yanlin Guo and Ahsan Kareem. System identification through nonstationary data using time–frequency blind source separation.Journal of Sound and Vibration, 371:110–131, June 2016
2016
-
[43]
Stratified sampling algorithms for machine learning methods in solving two-scale partial differential equations, May 2024
Eddel El ´ı Ojeda Avil´es, Daniel Olmos-Liceaga, and Jae-Hun Jung. Stratified sampling algorithms for machine learning methods in solving two-scale partial differential equations, May 2024
2024
-
[44]
McClarren.Machine Learning for Engineers: Using Data to Solve Problems for Physical Systems
Ryan G.. McClarren.Machine Learning for Engineers: Using Data to Solve Problems for Physical Systems. Springer., 2021
2021
-
[45]
MIT Press, 2016.http://www
Ian Goodfellow, Yoshua Bengio, and Aaron Courville.Deep Learning. MIT Press, 2016.http://www. deeplearningbook.org
2016
-
[46]
Decoupled weight decay regularization, 2017
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization, 2017
2017
-
[47]
Modal identification of output-only systems using frequency domain decomposition.Smart Materials and Structures, 10(3):441–445, 2001
Rune Brincker, Lingmi Zhang, and Palle Andersen. Modal identification of output-only systems using frequency domain decomposition.Smart Materials and Structures, 10(3):441–445, 2001. A Modal Frequencies Table A1 displays the natural frequencies identified from an eigenvalue an...
2001
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.