REVIEW 3 major objections 5 minor 1 cited by
On the importance of structural identifiability for machine learning with partially observed dynamical systems
T0 review · 3 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read Mapping time-series data to structurally identifiable parameter combinations, rather than raw parameter estimates, improves classifier generalization for partially observed dynamical models—most when training data are scarce.
desk verdict A sensible, simple representation trick for model-based time series classification, with real gains at low sample sizes—but the 'significant' claims need proper tests before they earn that word. 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 identifiable parameter combination map $g : \mathbb{R}^n \to \mathbb{R}^m$ (with $m < n$) obtained from structural identifiability analysis, together with the equivalence classes $M_\Phi = \{\theta \in \mathbb{R}^n \mid \Phi = g(\theta)\}$ it defines; any two parameters in one class produce identical system trajectories. The pipeline computes a MAP estimate $\theta^k_{\mathrm{MAP}}$ for each time series under a uniform prior on a region of interest, applies $g$ to obtain $\Phi^k$, and trains a Gaussian-kernel support vector machine on the transformed data. The map $g$ does the work: it collapses the directions in parameter space along which the input-output behavior is invariant, guarantees that the classifier's decision boundary is constant on each equivalence class, and simplifies the geometry of the task (the toy model with $\Phi = ab$ becomes linearly separable in $\Phi$-space). For the linear compartmental models the combinations come from Laplace-transform output-equality analysis (adjacent rate products such as $k_{j,j-1}k_{j-1,j}$), and for the batch reactor from earlier identifiability studies giving $\Phi = (b_1, \mu_m, K_d, b_2 Y, b_2/K_s)$.
What would settle it
Construct the toy-model classification with labels drawn from the parameter $a$ alone while holding $ab$ fixed, so that two parameter vectors with identical output $x(t) = e^{-abt}$ carry different labels; if the SIM classifier trained on $\Phi = ab$ then shows higher test error than a classifier trained on raw $(a,b)$ MAP estimates, the equivalence-class assumption is violated and SIM has discarded label-relevant information.
Extended reading notes
Core claim
The paper's central claim is that structural identifiability—a property long studied in systems biology but largely ignored in machine learning—materially affects whether a model-based time-series classifier generalizes, and that accounting for it is nearly free. The mechanism is that two parameter vectors producing identical input-output behavior are observationally equivalent, so a classifier trained on raw MAP estimates can waste capacity separating parameter points that no data could distinguish. SIM removes this redundancy before learning: each estimate $\theta^k_{\mathrm{MAP}}$ is mapped to $\Phi^k = g(\theta^k_{\mathrm{MAP}})$, so the learned decision boundary in parameter space becomes a union of full equivalence classes $M_\Phi = \{\theta \mid g(\theta) = \Phi\}$, guaranteeing that output-equivalent parameters receive the same label. In experiments on four example systems—two catenary compartmental models, a loop compartmental model, and a nonlinear Michaelis-Menten batch reactor—SIM reduces the generalization error of the partially observed classifier in the low-training-data regime, often approaching the fully observed ideal, and it outperforms raw-parameter training across all tested noise levels and time grids. The authors position SIM as an alternative to reparametrising the model: it applies whenever identifiable combinations can be derived, even when a full reparametrisation is not feasible.
Load-bearing premise
The method assumes that any two parameter settings producing identical observed time series should receive the same class label, an assumption the synthetic experiments build in by construction but that real classification problems could violate.
Editorial extensions
If this is right
- At the smallest training sizes tested (10 examples per class), SIM cuts mean generalization error on every example system—for the batch reactor from 0.3 to 0.1—and several SIM classifiers approach the performance of a fully observed model.
- As training data grow, raw-parameter and SIM classifiers converge, so SIM acts as a regularizer for the scarce-data regime rather than imposing a ceiling on performance.
- The improvement persists across the tested range of observational noise and across dense, sparse, and irregular time grids, meaning the method does not require high-quality observations to help.
- Structural identifiability is a property of the model, not of the data, so computing the map $g$ is a one-time cost; after that, SIM adds no extra computation to classifier training.
- Decision boundaries learned in the identifiable-combination space can be pulled back to the original parameter space through the pre-image $g^{-1}(\Phi)$, preserving interpretability for domain experts.
Reading between the lines
- My inference: the equivalence-class argument should transfer to fully Bayesian pipelines, where the posterior is ridged along output-invariant directions, so projecting posterior draws through $g$ would regularise Bayesian classification the same way; the authors flag posterior sampling as future work but do not test this projection.
- My inference: any parameter-estimation front end could be swapped in—amortized inference, recurrent encoders, or physics-informed networks that output parameter fits for unidentifiable ODEs should gain the same benefit from projecting through $g$, an experiment the paper recommends but does not run.
- My inference: the untested risk is labels that depend on hidden internal states; if the class of a time series is set by an unobserved variable, the map $g$ discards exactly the information the label needs, and synthetic labels drawn from such a hidden state would likely make SIM underperform raw-parameter training.
- My inference: SIM can be viewed as a principled, model-derived data-augmentation scheme for deep time-series classifiers in the biomedical small-data regime, since the equivalence structure $g$ supplies an invariance that a network would otherwise have to learn from very few examples.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Structural Identifiability Mapping (SIM), a preprocessing step for model-based time series classification with partially observed dynamical systems. When the underlying ODE model is structurally unidentifiable, each time series is first represented by a MAP estimate of the model parameters, and that estimate is then mapped through the structurally identifiable parameter combinations Φ = g(θ). A vectorial classifier (an SVM in the experiments) is trained in this Φ-space rather than in the original parameter space. The method is tested on four synthetic binary classification tasks built from biomedical example models (toy model, two- and four-compartment catenary models, a compartment model with a loop, and a batch reactor model), with experiments varying the number of training samples, the observational noise level, and the density and regularity of the time grid. The central claim is that SIM improves generalization, especially in the small-training-sample regime, and that the learned decision boundary remains interpretable in the original parameter space via the pre-image g^{-1}(Φ).
Significance. The paper addresses a genuinely underappreciated issue: structural unidentifiability of a mechanistic model can mislead classifiers trained on MAP estimates of its parameters. The proposed SIM is simple, computationally cheap after the one-time identifiability analysis, and builds on established structural identifiability results from the systems-biology literature. The empirical study is broad in the sense that it covers linear and nonlinear ODE models, several noise levels, and three types of time grids, and the authors provide public code for reproducibility. The regularizing interpretation of SIM (it enforces that observationally equivalent parameters receive the same label) is plausible and coherent. However, the strength of the central claim is not matched by the statistical evidence: no significance tests are reported, and some of the headline comparisons are within one standard deviation. In addition, the method's key assumption—that class labels should be constant on equivalence classes of observationally indistinguishable parameters—is never tested, and the synthetic setup is constructed so that labels are functions of the identifiable combinations by design.
major comments (3)
- [Section IV.A, Tables III, IV, V] The abstract and conclusion claim that SIM "significantly improves" generalization, but no statistical significance tests are reported, and several of the reported differences are within one standard deviation. In Table III, the CCM2 row at Nmin shows a mean generalization error of .07 (.04) for PO versus .06 (.05) for PO + SIM, a difference of 0.01 with overlapping standard deviations. In Table V, the CCM2 irregular-grid row shows identical means of .2 (.09) vs .2 (.04). The claim of a consistent, significant improvement is therefore not supported by the presented statistics. The authors should either add paired significance tests across the 20 random subsamples, provide confidence intervals, or substantially temper the wording of the central claim.
- [Section II.B and Section III.B.1] The method rests on the assumption, stated in Section II.B, that any two parameter values yielding identical system output "should therefore be associated with the same class." This is a substantive modeling assumption, not a mathematical consequence. The synthetic experiments do not test it: in every case the class-conditional parameter means differ only in identifiable combinations—for BR, the classes differ in Y, which enters Φ4 = b2Y; for CCM2 and CCM4, the classes differ in conversion rates k12, k21, which enter the identifiable products Φ2_j; for CML the same pattern holds. If a real-world classification label depended on an unidentifiable direction (e.g., on b2 separately from Y in the batch reactor, or on the unobserved substrate concentration), SIM would discard label-relevant information and could systematically degrade accuracy. The paper needs to either add an experiment in which the class label depends on a non-identifiable parameter or an unobserved state, or provide a clear argument why such dependence cannot occur in the intended applications.
- [Section III.B.1, Eq. (24)] The MAP problem in Eq. (24) is non-unique under structural unidentifiability, as the paper acknowledges, and the actual solution found by simulannealbnd will be an arbitrary point on the equivalence manifold, subject to optimizer convergence and noise. The invariance of Φ under exact equivalence is mathematical, but with finite noisy data and numerical optimization the MAP estimate may not lie exactly on the true manifold, and the paper does not analyze how optimization error propagates through g. This is a secondary concern compared to the label-assumption issue, but a short analysis of the sensitivity of Φ-representations to MAP estimation error would strengthen the method's practical claims.
minor comments (5)
- [Section III.B.3] The text states that "the choices for tdense for the different example models are reported in Table I," but the dense grids are listed in Table II; the cross-reference should be corrected.
- [Section III.A.2] The description of the clinical model underlying CCM2 is slightly confusing: "Their 3-compartment model is equivalent to a CCM with 2 compartments with non-zero input." Clarifying whether the equivalence is to a two-compartment catenary model with an input term, and how the third compartment is absorbed, would help the reader.
- [Appendix A] In the AutoRepar reparametrisation of CCM2, the second equation reads "˙˜x2 = ˜k21x1 + 2˜x2," which appears to use the original state x1 instead of the transformed state ˜x1; this is likely a typographical error and should be checked.
- [Section IV.A, Figure 5] The learning curves in Figure 5 show error bars but no indication of the number of repetitions or the method used to compute the standard deviations; the caption should state that these are over the 20 random subsamples mentioned in Section III.B.1.
- [General] The term "significantly" is used repeatedly in Sections I, IV, and VI without a statistical test backing it; the authors should either perform tests and report p-values or replace this wording with "consistently lower" or "noticeably lower" where appropriate.
Circularity Check
No significant circularity: the identifiable-parameter combinations are external SI results, the comparison is empirical on held-out data, and the self-citations are building blocks rather than load-bearing validation.
full rationale
The central derivation chain is not circular. SIM's mapping g is taken from external structural-identifiability results (Chen et al. 1985 for CCM, Meshkat & Sullivant 2014 for CML, Holmberg 1982 and Chappell & Godfrey 1992 for the batch reactor), not fitted to the classification data. The paper's claimed improvement is an empirical comparison of generalization error on held-out test sets between three SVM pipelines (FO, PO, PO+SIM), with hyperparameters chosen by cross-validation; no quantity is 'predicted' from a fitted parameter in a way that is forced by construction. The statement that observationally equivalent parameters 'should therefore be associated with the same class' (Section II.B) is a modeling assumption about the labeling, not a conclusion derived from the method; the synthetic experiments realize this assumption by choosing class means that differ in identifiable combinations, which is an experimental-design choice rather than a circular derivation. The self-citations [7] (model-based MAP representation) and [34] (clinical model configuration) are used as building blocks for the experimental setup, and the Discussion explicitly acknowledges the limitations of MAP point estimates and the situation-dependence of SIM; neither citation substitutes for the empirical validation. Consequently, no load-bearing step reduces to its own input, and no self-citation chain forces the result.
Assumptions & free parameters
assumptions (3)
- domain assumption Class labels are determined by observable system behavior.
- standard math Identifiable parameter combinations from prior SI analyses are correct.
- domain assumption MAP estimates obtained by simulated annealing provide a representative point on the unidentifiable level set.
Cite this review
Pith. "Pith review of On the importance of structural identifiability for machine learning with partially observed dynamical systems." pith.science (2026). https://pith.science/paper/WAONRGCS
@misc{pith2026250204131,
author = {Pith},
title = {Pith review of: On the importance of structural identifiability for machine learning with partially observed dynamical systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/WAONRGCS}},
note = {Machine review of arXiv:2502.04131}
}
read the original abstract
The successful application of modern machine learning for time series classification is often hampered by limitations in quality and quantity of available training data. To overcome these limitations, available domain expert knowledge in the form of parametrised mechanistic dynamical models can be used whenever it is available and time series observations may be represented as an element from a given class of parametrised dynamical models. This makes the learning process interpretable and allows the modeller to deal with sparsely and irregularly sampled data in a natural way. However, the internal processes of a dynamical model are often only partially observed. This can lead to ambiguity regarding which particular model realization best explains a given time series observation. This problem is well-known in the literature, and a dynamical model with this issue is referred to as structurally unidentifiable. Training a classifier that incorporates knowledge about a structurally unidentifiable dynamical model can negatively influence classification performance. To address this issue, we employ structural identifiability analysis to explicitly relate parameter configurations that are associated with identical system outputs. Using the derived relations in classifier training, we demonstrate that this method significantly improves the classifier's ability to generalize to unseen data on a number of example models from the biomedical domain. This effect is especially pronounced when the number of training instances is limited. Our results demonstrate the importance of accounting for structural identifiability, a topic that has received relatively little attention from the machine learning community.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 1 Pith paper
-
Structural Identifiability of Compartmental Models: Recent Progress and Future Directions
A survey of recent theory and applications of structural identifiability in compartmental models, including identifiable reparametrizations and graph-based criteria.
Reference graph
Works this paper leans on
-
[1]
Learning similarities between irregularly sampled short multivariate time series from ehrs,
K. Ø. Mikalsen, F. M. Bianchi, C. Soguero-Ruiz, S. O. Skrøvseth, R.-O. Lindsetmo, A. Revhaug, and R. Jenssen, “Learning similarities between irregularly sampled short multivariate time series from ehrs,” Proc. 3rd Int. Workshop Pattern Recognit. Healthcare Anal. , pp. 1–6, 12 2016
work page 2016
-
[2]
Arma modelled time-series classification for structural health monitoring of civil infrastructure,
E. Peter Carden and J. M. Brownjohn, “Arma modelled time-series classification for structural health monitoring of civil infrastructure,” Mechanical Systems and Signal Processing , vol. 22, no. 2, pp. 295– 314, 2008
work page 2008
-
[3]
Emotion recognition from speech signals via a probabilistic echo-state network,
E. Trentin, S. Scherer, and F. Schwenker, “Emotion recognition from speech signals via a probabilistic echo-state network,” Pattern Recog- nition Letters, vol. 66, pp. 4–12, 2015. Pattern Recognition in Human Computer Interaction
work page 2015
-
[4]
Multi- variate time-series classification using the hidden-unit logistic model,
W. Pei, H. Dibeklio ˘glu, D. M. J. Tax, and L. van der Maaten, “Multi- variate time-series classification using the hidden-unit logistic model,” IEEE Transactions on Neural Networks and Learning Systems , vol. 29, no. 4, pp. 920–931, 2018
work page 2018
-
[5]
Reservoir computing approaches for representation and classification of multivari- ate time series,
F. M. Bianchi, S. Scardapane, S. Løkse, and R. Jenssen, “Reservoir computing approaches for representation and classification of multivari- ate time series,” IEEE Transactions on Neural Networks and Learning Systems, vol. 32, no. 5, pp. 2169–2179, 2021
work page 2021
-
[6]
Multiclass sparse centroids with application to fast time series classification,
T. Bradde, G. Fracastoro, and G. C. Calafiore, “Multiclass sparse centroids with application to fast time series classification,” IEEE Transactions on Neural Networks and Learning Systems , pp. 1–6, 2021
work page 2021
-
[7]
Classification framework for partially observed dynamical systems,
Y . Shen, P. Tino, and K. Tsaneva-Atanasova, “Classification framework for partially observed dynamical systems,” Physical Review E , vol. 95, no. 4, p. 043303, 2017
work page 2017
-
[8]
S. C. Hora, “Aleatory and epistemic uncertainty in probability elicita- tion with an example from hazardous waste management,” Reliability Engineering & System Safety , vol. 54, no. 2-3, pp. 217–223, 1996
work page 1996
Show all 41 references
-
[9]
Aleatory or epistemic? does it matter?,
A. D. Kiureghian and O. Ditlevsen, “Aleatory or epistemic? does it matter?,” Structural Safety , vol. 31, no. 2, pp. 105–112, 2009. Risk Acceptance and Risk Communication
2009
-
[10]
Aleatoric and epistemic uncertainty in machine learning: an introduction to concepts and methods,
E. H ¨ullermeier and W. Waegeman, “Aleatoric and epistemic uncertainty in machine learning: an introduction to concepts and methods,” Machine Learning, vol. 110, pp. 457–506, 2021
2021
-
[11]
On structural identifiability,
R. Bellman and K. J. ˚Astr¨om, “On structural identifiability,” Mathemat- ical biosciences, vol. 7, no. 3-4, pp. 329–339, 1970
1970
-
[12]
System identifiability based on the power series ex- pansion of the solution,
H. Pohjanpalo, “System identifiability based on the power series ex- pansion of the solution,” Mathematical biosciences , vol. 41, no. 1-2, pp. 21–33, 1978
1978
-
[13]
On the identifiability and distinguishability of nonlinear parametric models,
E. Walter and L. Pronzato, “On the identifiability and distinguishability of nonlinear parametric models,” Mathematics and computers in simu- lation, vol. 42, no. 2-3, pp. 125–134, 1996
1996
-
[14]
New results for identifiability of nonlinear systems,
E. Tunali and T.-J. Tarn, “New results for identifiability of nonlinear systems,” IEEE Transactions on Automatic Control , vol. 32, no. 2, pp. 146–154, 1987
1987
-
[15]
State isomorphism approach to global identifi- ability of nonlinear systems,
S. Vajda and H. Rabitz, “State isomorphism approach to global identifi- ability of nonlinear systems,” IEEE Transactions on Automatic Control , vol. 34, no. 2, pp. 220–223, 1989
1989
-
[16]
Existence and uniqueness of minimal realizations of nonlinear systems,
H. J. Sussmann, “Existence and uniqueness of minimal realizations of nonlinear systems,” Mathematical systems theory , vol. 10, no. 1, pp. 263–284, 1976
1976
-
[17]
Nonlinear observability, identifiability, and per- sistent trajectories,
S. Diop and M. Fliess, “Nonlinear observability, identifiability, and per- sistent trajectories,” in [1991] Proceedings of the 30th IEEE Conference on Decision and Control , pp. 714–719, IEEE, 1991
1991
-
[18]
On global identifiability for arbitrary model parametrizations,
L. Ljung and T. Glad, “On global identifiability for arbitrary model parametrizations,” Automatica, vol. 30, no. 2, pp. 265–276, 1994
1994
-
[19]
A priori parameter identi- fiability in models with non-rational functions,
R. Jain, S. Narasimhan, and N. P. Bhatt, “A priori parameter identi- fiability in models with non-rational functions,” Automatica, vol. 109, p. 108513, 2019
2019
-
[20]
On structural and practical identifiability,
F.-G. Wieland, A. L. Hauber, M. Rosenblatt, C. T ¨onsing, and J. Timmer, “On structural and practical identifiability,” Current Opinion in Systems Biology, vol. 25, pp. 60–69, 2021
2021
-
[21]
Autorepar: A method to obtain identifiable and observable reparameterizations of dynamic models with mechanistic insights,
G. Massonis, J. R. Banga, and A. F. Villaverde, “Autorepar: A method to obtain identifiable and observable reparameterizations of dynamic models with mechanistic insights,” International Journal of Robust and Nonlinear Control, 2021
2021
-
[22]
Structural Identifiability of Dynamic Systems Biology Models,
A. F. Villaverde, A. Barreiro, and A. Papachristodoulou, “Structural Identifiability of Dynamic Systems Biology Models,” PLOS Computa- tional Biology, vol. 12, no. 10, p. e1005153, 2016
2016
-
[23]
Finding and breaking lie symmetries: Implications for structural identifiability and observability in biological modelling,
G. Massonis and A. F. Villaverde, “Finding and breaking lie symmetries: Implications for structural identifiability and observability in biological modelling,” Symmetry, vol. 12, no. 3, 2020
2020
-
[24]
Web-based structural identifiability analyzer,
I. Ilmer, A. Ovchinnikov, and G. Pogudin, “Web-based structural identifiability analyzer,” in Computational Methods in Systems Biology (E. Cinquemani and L. Paulev ´e, eds.), (Cham), pp. 254–265, Springer International Publishing, 2021
2021
-
[25]
On finding and using identifiable parameter combinations in nonlinear dynamic systems biology models and combos: a novel web implementation,
N. Meshkat, C. E.-z. Kuo, and J. DiStefano III, “On finding and using identifiable parameter combinations in nonlinear dynamic systems biology models and combos: a novel web implementation,” PloS one , vol. 9, no. 10, p. e110261, 2014
2014
-
[26]
Differential elimination for dynamical models via projections with applications to structural identifiability,
R. Dong, C. Goodbrake, H. A. Harrington, and G. Pogudin, “Differential elimination for dynamical models via projections with applications to structural identifiability,” SIAM Journal on Applied Algebra and Geometry, vol. 7, no. 1, pp. 194–235, 2023
2023
-
[27]
Benchmarking tools for a priori identifiability analysis,
X. Rey Barreiro and A. F. Villaverde, “Benchmarking tools for a priori identifiability analysis,” Bioinformatics, vol. 39, 01 2023. btad065
2023
-
[28]
A bayesian framework for parameter estimation in dynamical models,
F. C. Coelho, C. T. Codec ¸o, and M. G. M. Gomes, “A bayesian framework for parameter estimation in dynamical models,” PloS one , vol. 6, no. 5, p. e19616, 2011
2011
-
[29]
Bayesian parameter esti- mation for dynamical models in systems biology,
N. J. Linden, B. Kramer, and P. Rangamani, “Bayesian parameter esti- mation for dynamical models in systems biology,” PLOS Computational Biology, vol. 18, no. 10, p. e1010651, 2022
2022
-
[30]
J. A. Jacquez et al., Compartmental analysis in biology and medicine . New York, Elsevier Pub. Co., 1972
1972
-
[31]
Usefulness of the two-compartment open model in pharmacokinetics,
C. M. Metzler, “Usefulness of the two-compartment open model in pharmacokinetics,” Journal of the American Statistical Association , vol. 66, no. 333, pp. 49–53, 1971
1971
-
[32]
Phys- iologically based pharmacokinetic (pbpk) modeling and simulation ap- proaches: A systematic review of published models, applications, and model verification,
J. E. Sager, J. Yu, I. Ragueneau-Majlessi, and N. Isoherranen, “Phys- iologically based pharmacokinetic (pbpk) modeling and simulation ap- proaches: A systematic review of published models, applications, and model verification,” Drug Metabolism and Disposition , vol. 43, no. 1...
2015
-
[33]
Algorithms for the identifiable parameter combinations and parameter bounds of uniden- tifiable catenary compartmental models,
B. C.-M. Chen, E. M. Landaw, and J. J. DiStefano, “Algorithms for the identifiable parameter combinations and parameter bounds of uniden- tifiable catenary compartmental models,” Mathematical Biosciences , vol. 76, no. 1, pp. 59–68, 1985
1985
-
[34]
Learning pharmacokinetic models for in vivo glucocorticoid activation,
K. Bunte, D. J. Smith, M. J. Chappell, Z. K. Hassan-Smith, J. W. Tomlinson, W. Arlt, and P. Ti ˇno, “Learning pharmacokinetic models for in vivo glucocorticoid activation,” Journal of Theoretical Biology , vol. 455, pp. 222–231, 2018
2018
-
[35]
Identifiable reparametrizations of lin- ear compartment models,
N. Meshkat and S. Sullivant, “Identifiable reparametrizations of lin- ear compartment models,” Journal of Symbolic Computation , vol. 63, pp. 46–67, 2014
2014
-
[36]
Kinetics of nutrient-limited transport and microbial growth,
D. K. Button, “Kinetics of nutrient-limited transport and microbial growth,” Microbiological reviews, vol. 49, no. 3, pp. 270–297, 1985
1985
-
[37]
On the practical identifiability of microbial growth mod- els incorporating michaelis-menten type nonlinearities,
A. Holmberg, “On the practical identifiability of microbial growth mod- els incorporating michaelis-menten type nonlinearities,” Mathematical Biosciences, vol. 62, no. 1, pp. 23–43, 1982
1982
-
[38]
Structural identifiability of the pa- rameters of a nonlinear batch reactor model,
M. J. Chappell and K. R. Godfrey, “Structural identifiability of the pa- rameters of a nonlinear batch reactor model,” Mathematical Biosciences, vol. 108, no. 2, pp. 241–251, 1992
1992
-
[39]
Extensions to a procedure for gener- ating locally identifiable reparameterisations of unidentifiable systems,
N. D. Evans and M. J. Chappell, “Extensions to a procedure for gener- ating locally identifiable reparameterisations of unidentifiable systems,” Mathematical biosciences, vol. 168, no. 2, pp. 137–159, 2000
2000
-
[40]
Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,
M. Raissi, P. Perdikaris, and G. Karniadakis, “Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations,” Journal of Computational Physics, vol. 378, pp. 686–707, 2019
2019
-
[41]
Deep learning for time series classification: a review,
H. Ismail Fawaz, G. Forestier, J. Weber, L. Idoumghar, and P.-A. Muller, “Deep learning for time series classification: a review,” Data mining and knowledge discovery, vol. 33, no. 4, pp. 917–963, 2019. THIS WORK HAS BEEN SUBMITTED TO THE IEEE FOR POSSIBLE PUBLICATION. COPYRIG...
2019
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.