praveendareddy21 / Stacked_LSTMS_Highway_Residual_On_TimeSeries_Datasets
☆11Updated 7 years ago
Alternatives and similar repositories for Stacked_LSTMS_Highway_Residual_On_TimeSeries_Datasets:
Users that are interested in Stacked_LSTMS_Highway_Residual_On_TimeSeries_Datasets are comparing it to the libraries listed below
- LSTM-Attention☆74Updated 7 years ago
- ☆65Updated 2 years ago
- A CNN with an attentional module that I built while attending the brains minds and machines summer course☆69Updated 5 years ago
- Python implementation of a time-series model with (optional) attention where the encoder is CNN, decoder is LSTM, and more.☆22Updated 8 years ago
- Bidirectional GRU with attention mechanism on imdb sentimental analysis dataset☆35Updated 7 years ago
- (Theano) Implementations about deep neural network, recurrent neural network, LSTM, and structured learining.☆10Updated 8 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- These are my solutions to all six assignments of tensorflow tutorial in Udacity, covering CNN, RNN, Regularization (L2 and dropout), Embe…☆10Updated 8 years ago
- Implementation of IndRNN in Keras☆67Updated 4 years ago
- Repository for the ablation study of "Long Short-Term Memory Fully Convolutional Networks for Time Series Classification"☆54Updated 5 years ago
- Local Receptive Fields Based Extreme Learning Machine☆30Updated 9 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 6 years ago
- My implementation of "Hierarchical Attention Networks for Document Classification" in Keras☆26Updated 6 years ago
- Text classification models: cnn, self-attention, cnn-rnf, rnn-att, capsule-net. TensorFlow. Single GPU or multi GPU☆19Updated 4 years ago
- Tensorflow implementation of embed CNN-LSTM network for sentiment analysis task.☆26Updated 5 years ago
- Keras implementation of Nested LSTMs☆89Updated 6 years ago
- 迁移学习☆17Updated 6 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…