paper-with-me

Papers

Training Recurrent Neural Networks by Sequential Least Squares and the Alternating Direction Method of Multipliers

2021-12-31 · Alberto Bemporad

This paper proposes a novel algorithm for training recurrent neural network models of nonlinear dynamical systems from an input/output training dataset. Arbitrary convex and twice-differentiable loss functions and regularization terms are handled by sequential least squares and either a line-search (LS) or a trust-region method of Levenberg-Marquardt (LM) type for ensuring convergence. In addition, to handle non-smooth regularization terms such as $\ell_1$, $\ell_0$, and group-Lasso regularizers, as well as to impose possibly non-convex constraints such as integer and mixed-integer constraints, we combine sequential least squares with the alternating direction method of multipliers (ADMM). We call the resulting algorithm NAILS (nonconvex ADMM iterations and least squares) in the case line search (LS) is used, or NAILM if a trust-region method (LM) is employed instead. The training method, which is also applicable to feedforward neural networks as a special case, is tested in three nonlinear system identification problems.

📄 PDF Abstract BibTeX arXiv:2112.15348

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

SALSA: A Sequential Alternating Least Squares Approximation Method For MIMO Channel Estimation

2023-04-13 · Sepideh Gherekhloo, Khaled Ardah, Martin Haardt

In this paper, we consider the channel estimation problem in sub-6 GHz uplink wideband MIMO-OFDM communication systems, where a user equipment with a fully-digital beamforming structure is communicating with a base stati…

Towards Practical Alternating Least-Squares for CCA

2019-12-01 · NeurIPS 2019 12 · Zhiqiang Xu, Ping Li

Alternating least-squares (ALS) is a simple yet effective solver for canonical correlation analysis (CCA). In terms of ease of use, ALS is arguably practitioners' first choice. Despite recent provably guaranteed variants…

SPALS: Fast Alternating Least Squares via Implicit Leverage Scores Sampling

2016-12-01 · NeurIPS 2016 12 · Dehua Cheng, Richard Peng, Yan Liu, Ioakeim Perros

Tensor CANDECOMP/PARAFAC (CP) decomposition is a powerful but computationally challenging tool in modern data analytics. In this paper, we show ways of sampling intermediate steps of alternating minimization algorithms f…

Brain Source Localization by Alternating Projection

2022-02-02 · Amir Adler, Mati Wax, Dimitrios Pantazis

We present a novel solution to the problem of localizing magnetoencephalography (MEG) and electroencephalography (EEG) brain signals. The solution is sequential and iterative, and is based on minimizing the least-squares…

EEGElectroencephalogram (EEG)

Recursive Least Squares Policy Control with Echo State Network

2022-01-13 · Chunyuan Zhang, Chao Liu, Qi Song, Jie Zhao

The echo state network (ESN) is a special type of recurrent neural networks for processing the time-series dataset. However, limited by the strong correlation among sequential samples of the agent, ESN-based policy contr…

Time SeriesTime Series Analysis