paper-with-me

Papers

Brief technical note on linearizing recurrent neural networks (RNNs) before vs after the pointwise nonlinearity

2023-09-07 · Marino Pagan, Adrian Valente, Srdjan Ostojic, Carlos D. Brody

Linearization of the dynamics of recurrent neural networks (RNNs) is often used to study their properties. The same RNN dynamics can be written in terms of the `activations" (the net inputs to each unit, before its pointwise nonlinearity) or in terms of the `activities" (the output of each unit, after its pointwise nonlinearity); the two corresponding linearizations are different from each other. This brief and informal technical note describes the relationship between the two linearizations, between the left and right eigenvectors of their dynamics matrices, and shows that some context-dependent effects are readily apparent under linearization of activity dynamics but not linearization of activation dynamics.

📄 PDF Abstract BibTeX arXiv:2309.04030

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Resurrecting Recurrent Neural Networks for Long Sequences

2023-03-11 · Antonio Orvieto, Samuel L Smith, Albert Gu, Anushan Fernando 외

Recurrent Neural Networks (RNNs) offer fast inference on long sequences but are hard to optimize and slow to train. Deep state-space models (SSMs) have recently been shown to perform remarkably well on long sequence mode…

ClassificationComputational EfficiencySequential Image ClassificationState Space Models

How Many Samples are Needed to Estimate a Convolutional or Recurrent Neural Network?

2018-05-21 · NeurIPS 2018 12 · Simon S. Du, Yining Wang, Xiyu Zhai, Sivaraman Balakrishnan 외

It is widely believed that the practical success of Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) owes to the fact that CNNs and RNNs use a more compact parametric representation than their Fu…

LEMMA

Deep Echo State Network (DeepESN): A Brief Survey

2017-12-12 · Claudio Gallicchio, Alessio Micheli

The study of deep recurrent neural networks (RNNs) and, in particular, of deep Reservoir Computing (RC) is gaining an increasing research attention in the neural networks community. The recently introduced Deep Echo Stat…

Survey

Memory Capacity of Nonlinear Recurrent Networks: Is it Informative?

2025-02-07 · Giovanni Ballarin, Lyudmila Grigoryeva, Juan-Pablo Ortega

The total memory capacity (MC) of linear recurrent neural networks (RNNs) has been proven to be equal to the rank of the corresponding Kalman controllability matrix, and it is almost surely maximal for connectivity and i…

Simplified Long Short-term Memory Recurrent Neural Networks: part III

2017-07-14 · Atra Akandeh, Fathi M. Salem

This is part III of three-part work. In parts I and II, we have presented eight variants for simplified Long Short Term Memory (LSTM) recurrent neural networks (RNNs). It is noted that fast computation, specially in cons…