paper-with-me

Papers

DizzyRNN: Reparameterizing Recurrent Neural Networks for Norm-Preserving Backpropagation

2016-12-13 · Victor Dorobantu, Per Andre Stromhaug, Jess Renteria

The vanishing and exploding gradient problems are well-studied obstacles that make it difficult for recurrent neural networks to learn long-term time dependencies. We propose a reparameterization of standard recurrent neural networks to update linear transformations in a provably norm-preserving way through Givens rotations. Additionally, we use the absolute value function as an element-wise non-linearity to preserve the norm of backpropagated signals over the entire network. We show that this reparameterization reduces the number of parameters and maintains the same algorithmic complexity as a standard recurrent neural network, while outperforming standard recurrent neural networks with orthogonal initializations and Long Short-Term Memory networks on the copy problem.

📄 PDF Abstract BibTeX arXiv:1612.04035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Networks

2016-02-25 · NeurIPS 2016 12 · Tim Salimans, Diederik P. Kingma

We present weight normalization: a reparameterization of the weight vectors in a neural network that decouples the length of those weight vectors from their direction. By reparameterizing the weights in this way we impro…

Deep Reinforcement LearningImage Classificationreinforcement-learningReinforcement Learning+1

Simple Linear Neuron Boosting

2025-02-03 · Daniel Munoz

Given a differentiable network architecture and loss function, we revisit optimizing the network's neurons in function space using Boosted Backpropagation (Grubb & Bagnell, 2010), in contrast to optimizing in parameter s…

On orthogonality and learning recurrent networks with long term dependencies

2017-01-31 · Eugene Vorontsov, Chiheb Trabelsi, Samuel Kadoury, Chris Pal

It is well known that it is challenging to train deep neural networks and recurrent neural networks for tasks that exhibit long term dependencies. The vanishing or exploding gradient problem is a well known issue associa…

Learning fixed points of recurrent neural networks by reparameterizing the network model

2023-07-13 · Vicky Zhu, Robert Rosenbaum

In computational neuroscience, fixed points of recurrent neural networks are commonly used to model neural responses to static or slowly changing stimuli. These applications raise the question of how to train the weights…

Reparameterizing Mirror Descent as Gradient Descent

2020-02-24 · NeurIPS 2020 12 · Ehsan Amid, Manfred K. Warmuth

Most of the recent successful applications of neural networks have been based on training with gradient descent updates. However, for some small networks, other mirror descent updates learn provably more efficiently when…