Skip to content

A Practical Implementation of Gated Feedback Recurrent Neural Network for both LSTM and GRU using Tensorflow: https://arxiv.org/abs/1502.02367

License

Notifications You must be signed in to change notification settings

shengc/tf-gated-feedback-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gated-feedback-rnn

a practical implementation of Gated Feedback RNN for both LSTM and GRU: https://arxiv.org/abs/1502.02367

While serving the purpose of exploring the idea from the paper, the major goal of this project is to implement the gated feedback rnn as close to other RNN implemention in Tensorflow's source code as possible. It should make the best use of what Tensor has to offer, and can be integrated into normal procedure of running an RNN in Tensorflow seamlessly, e.g., running with tf.nn.dynamic_run.

About

A Practical Implementation of Gated Feedback Recurrent Neural Network for both LSTM and GRU using Tensorflow: https://arxiv.org/abs/1502.02367

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published