# Time-series machine-learning error models for approximate solutions to   parameterized dynamical systems

**Authors:** Eric J. Parish, Kevin T. Carlberg

arXiv: 1907.11822 · 2020-04-22

## TL;DR

This paper introduces a machine-learning framework called T-MLEM for modeling errors in approximate solutions to parameterized dynamical systems, utilizing time-series regression techniques including RNNs, with LSTM outperforming others in accuracy.

## Contribution

The paper extends the MLEM framework to dynamical systems and demonstrates the effectiveness of recursive time-series models, especially LSTM neural networks, for error prediction.

## Key findings

- LSTM models outperform other regression methods in error prediction.
- Recursive models improve long-term error forecasting accuracy.
- The framework is validated on multiple benchmark problems.

## Abstract

This work proposes a machine-learning framework for modeling the error incurred by approximate solutions to parameterized dynamical systems. In particular, we extend the machine-learning error models (MLEM) framework proposed in Ref. 15 to dynamical systems. The proposed Time-Series Machine-Learning Error Modeling (T-MLEM) method constructs a regression model that maps features--which comprise error indicators that are derived from standard a posteriori error-quantification techniques--to a random variable for the approximate-solution error at each time instance. The proposed framework considers a wide range of candidate features, regression methods, and additive noise models. We consider primarily recursive regression techniques developed for time-series modeling, including both classical time-series models (e.g., autoregressive models) and recurrent neural networks (RNNs), but also analyze standard non-recursive regression techniques (e.g., feed-forward neural networks) for comparative purposes. Numerical experiments conducted on multiple benchmark problems illustrate that the long short-term memory (LSTM) neural network, which is a type of RNN, outperforms other methods and yields substantial improvements in error predictions over traditional approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.11822/full.md

## Figures

41 figures with captions in the complete paper: https://tomesphere.com/paper/1907.11822/full.md

---
Source: https://tomesphere.com/paper/1907.11822