/Comparison-of-different-types-of-LSTM-models

This is a repo that compares the vanilla, stacked, CNN, encoder-decoder, bidirectional LSTMs

Comparison-of-different-types-of-LSTM-models

This is a project that compares the following types of RNN-LSTM(Long Short Term Memory) modules:

  1. Vanilla
  2. Stacked
  3. CNN
  4. Encoder-decoder
  5. Bidirectional