Skip to content

georgeyiasemis/Recurrent-Neural-Networks-from-scratch-using-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reccurent Networks from scratch using PyTorch

LSTM, RNN and GRU implementations

This repo contains implementations of:

  • Basic RNNCell
  • LSTMCell
  • GRUCell

and

  • RNN / Biderectional RNN
  • LSTM / Biderectional LSTM
  • GRU / Biderectional GRU.

Example of LSTM Cell

Short-term-memory-network-LSTM-block-architecture

Dependencies

  • pytorch
  • numpy

About

LSTM, RNN and GRU implementations using Pytorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages