Comparison-of-different-types-of-LSTM-models
This is a project that compares the following types of RNN-LSTM(Long Short Term Memory) modules:
- Vanilla
- Stacked
- CNN
- Encoder-decoder
- Bidirectional
This is a repo that compares the vanilla, stacked, CNN, encoder-decoder, bidirectional LSTMs
This is a project that compares the following types of RNN-LSTM(Long Short Term Memory) modules: