scispace - formally typeset
R

Razvan Pascanu

Researcher at Google

Publications -  151
Citations -  40977

Razvan Pascanu is an academic researcher from Google. The author has contributed to research in topics: Artificial neural network & Reinforcement learning. The author has an hindex of 67, co-authored 151 publications receiving 32887 citations. Previous affiliations of Razvan Pascanu include Université de Montréal.

Papers
More filters
Posted Content

On the difficulty of training Recurrent Neural Networks

TL;DR: This paper proposes a gradient norm clipping strategy to deal with exploding gradients and a soft constraint for the vanishing gradients problem and validates empirically the hypothesis and proposed solutions.
Posted Content

Overcoming catastrophic forgetting in neural networks

TL;DR: It is shown that it is possible to overcome the limitation of connectionist models and train networks that can maintain expertise on tasks that they have not experienced for a long time and selectively slowing down learning on the weights important for previous tasks.
Journal ArticleDOI

Overcoming catastrophic forgetting in neural networks

TL;DR: In this paper, the authors show that it is possible to train networks that can maintain expertise on tasks that they have not experienced for a long time by selectively slowing down learning on the weights important for those tasks.
Proceedings Article

On the difficulty of training recurrent neural networks

TL;DR: In this article, a gradient norm clipping strategy is proposed to deal with the vanishing and exploding gradient problems in recurrent neural networks. But the proposed solution is limited to the case of RNNs.
Posted Content

Theano: A Python framework for fast computation of mathematical expressions

Rami Al-Rfou, +111 more
TL;DR: The performance of Theano is compared against Torch7 and TensorFlow on several machine learning models and recently-introduced functionalities and improvements are discussed.