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

LSTM, RNN and GRU implementations using Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%