PINNs and Symbolic regression for solving kinetic ODEs.
In this example we use Physics-Informed Neural Networks (PINNs) and symbolic regression to uncover parameters of Ordinary Differential Equation(s) that describe the kinetic process of ageing of cellulose.
In the first example we use Ekenstam ODE:
where:
In the second example we solve Emseley system of ODEs:
PINNs are implemented using Python and Tensorflow, using Adam opimizer.
For Symbolic Regression we use an open-source library PySR, here: https://github.com/MilesCranmer/PySR
All the hyperparameters can be found https://arxiv.org/abs/2504.03484