Indrnn
Visit Toolindrnn is a TensorFlow implementation of Independently Recurrent Neural Networks (IndRNN). It allows for building longer and deeper RNNs, preventing vanishing and exploding gradients.
At a glance
Trending
indrnn is a TensorFlow implementation of Independently Recurrent Neural Networks (IndRNN). It allows for building longer and deeper RNNs, preventing vanishing and exploding gradients.
Trending
About
indrnn provides a TensorFlow implementation of Independently Recurrent Neural Networks (IndRNN), based on the paper 'Building A Longer and Deeper RNN' by Shuai Li et al. This implementation allows for the creation of longer and deeper recurrent neural networks by ensuring neurons in recurrent layers are independent. A key feature is the element-wise vector multiplication for recurrent weights, where each neuron has a single recurrent weight connected to its last hidden state. This design effectively prevents vanishing and exploding gradients, especially when used with ReLU activation functions, and facilitates stacking multiple recurrent layers. The tool includes examples for reproducing experiments like the Addition Problem and Sequential MNIST.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending