An open API service indexing awesome lists of open source software.

https://github.com/rahulbhalley/recurrent-nets.pytorch

RNN variants implementation from scratch with PyTorch 🔥
https://github.com/rahulbhalley/recurrent-nets.pytorch

alex-graves gru lstm neural-network pytorch recurrent-neural-networks rnn rnn-pytorch

Last synced: 7 months ago
JSON representation

RNN variants implementation from scratch with PyTorch 🔥

Awesome Lists containing this project

README

          

# Recurrent Nets in PyTorch 🔥
This repository is concerned with implementing various kinds of RNNs nearly from scratch with `nn.Linear` module in PyTorch.

✔️
- Recurrent Network (Alex Graves, 2013)

🔜
- Long-Short Term Memory
- Gated Recurrent Units

📝
- Generating Sequences With Recurrent Neural Networks by *Alex Graves* [[arXiv](https://arxiv.org/abs/1308.0850)]
- Supervised Sequence Labelling with Recurrent Neural Networks by *Alex Graves* [[Springer](https://www.springer.com/in/book/9783642247965)]