paper-with-me

Papers

Dynamical System Parameter Identification using Deep Recurrent Cell Networks

2021-07-06 · Erdem Akagündüz, Oguzhan Cifdaloz

In this paper, we investigate the parameter identification problem in dynamical systems through a deep learning approach. Focusing mainly on second-order, linear time-invariant dynamical systems, the topic of damping factor identification is studied. By utilizing a six-layer deep neural network with different recurrent cells, namely GRUs, LSTMs or BiLSTMs; and by feeding input-output sequence pairs captured from a dynamical system simulator, we search for an effective deep recurrent architecture in order to resolve damping factor identification problem. Our study results show that, although previously not utilized for this task in the literature, bidirectional gated recurrent cells (BiLSTMs) provide better parameter identification results when compared to unidirectional gated recurrent memory cells such as GRUs and LSTM. Thus, indicating that an input-output sequence pair of finite length, collected from a dynamical system and when observed anachronistically, may carry information in both time directions for prediction of a dynamical systems parameter.

📄 PDF Abstract BibTeX arXiv:2107.02427

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Convex Parameterization of Robust Recurrent Neural Networks

2020-04-11 · Max Revay, Ruigang Wang, Ian R. Manchester

Recurrent neural networks (RNNs) are a class of nonlinear dynamical systems often used to model sequence-to-sequence maps. RNNs have excellent expressive power but lack the stability or robustness guarantees that are nec…

All

Learning Topology and Dynamics of Large Recurrent Neural Networks

2014-10-05 · Yiyuan She, Yuejia He, Dapeng Wu

Large-scale recurrent networks have drawn increasing attention recently because of their capabilities in modeling a large variety of real-world phenomena and physical mechanisms. This paper studies how to identify all au…

Real-Time Optimal Design of Experiment for Parameter Identification of Li-Ion Cell Electrochemical Model

2025-04-22 · Ian Mikesell, Samuel Filgueira da Silva, Mehmet Fatih Ozkan, Faissal El Idrissi 외

Accurately identifying the parameters of electrochemical models of li-ion battery (LiB) cells is a critical task for enhancing the fidelity and predictive ability. Traditional parameter identification methods often requi…

Experimental DesignReinforcement Learning (RL)

Hidden Parameter Recurrent State Space Models For Changing Dynamics Scenarios

2022-06-29 · ICLR 2022 4 · Vaisakh Shaj, Dieter Buchler, Rohit Sonker, Philipp Becker 외

Recurrent State-space models (RSSMs) are highly expressive models for learning patterns in time series data and system identification. However, these models assume that the dynamics are fixed and unchanging, which is rar…

State Space ModelsTime SeriesTime Series AnalysisVariational Inference

Recurrent Gaussian Processes

2015-11-20 · César Lincoln C. Mattos, Zhenwen Dai, Andreas Damianou, Jeremy Forth 외

We define Recurrent Gaussian Processes (RGP) models, a general family of Bayesian nonparametric models with recurrent GP priors which are able to learn dynamical patterns from sequential data. Similar to Recurrent Neural…

Gaussian Processes