Skip to content

RNN variants implementation from scratch with PyTorch πŸ”₯

License

Notifications You must be signed in to change notification settings

RahulBhalley/recurrent-nets.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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]
  • Supervised Sequence Labelling with Recurrent Neural Networks by Alex Graves [Springer]

Releases

No releases published

Packages

No packages published

Languages