Recurrent-Neural-Networks-from-scratch-using-PyTorch icon indicating copy to clipboard operation
Recurrent-Neural-Networks-from-scratch-using-PyTorch copied to clipboard

LSTM, RNN and GRU implementations using Pytorch

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