Concise Implementation of Recurrent Neural Networks

https://d2l.ai/chapter_recurrent-neural-networks/rnn-concise.html

Hello guys, does Tensorflow has a concise implementation for RNNs? Just curious because not appearing in the page. Thanks

Hi @Pablo_Cub, great question. We are working on the tensorflow adaption now. Thanks for your patience!

Hi there, I have made this notebook implemented with tensorflow library. The notebook is based on this Pull Request with some more changes in order to have it run on Google Colab. I hope this could help somebody out there need for tensorflow implementation while waiting for the official implementation of the d2l team.

1 Like