uyaseen / theano-recurrenceLinks
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
☆44Updated 8 years ago
Alternatives and similar repositories for theano-recurrence
Users that are interested in theano-recurrence are comparing it to the libraries listed below
Sorting:
- RNN(LSTM, GRU) in Theano with mini-batch training; character-level language models in Theano☆69Updated 6 years ago
- Dynamic Convolutional Neural Networks for Theano/Lasagne☆151Updated 8 years ago
- LSTM Neural Network in Python and Cython, used for language modelling☆129Updated 9 years ago
- LSTM-Attention☆74Updated 7 years ago
- Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow☆81Updated 9 years ago
- LSTM-CRF models for sequence labeling in text.☆174Updated 7 years ago
- Neural Attention Model for Abstractive Summarization☆73Updated 9 years ago
- attention model for entailment on SNLI corpus implemented in Tensorflow and Keras☆177Updated 8 years ago
- TensorFlow implementation of Hierarchical Attention Networks for Document Classification and some extension☆94Updated 8 years ago
- tensorflow rewrite of Yoon Kim's lstm-char-cnn☆215Updated 7 years ago
- implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow☆55Updated last month
- bidirectional lstm☆152Updated 9 years ago
- Python implementation of linear-chain conditional random fields.☆101Updated 12 years ago
- Siamese Recurrent Neural network with LSTM for evaluating semantic similarity between sentences.☆199Updated 8 years ago
- My (slightly modified) Keras implementation of the Recurrent Convolutional Neural Network (RCNN) described here: http://www.aaai.org/ocs/…☆183Updated 7 years ago
- Tensorflow based Neural Conversation Models☆190Updated 8 years ago
- TensorFlow implementation of normalizations such as Layer Normalization, HyperNetworks.☆111Updated 8 years ago
- 使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等☆31Updated 8 years ago
- Torch implementation of seq2seq machine translation with GRU RNN and attention☆77Updated 8 years ago
- ☆218Updated 9 years ago
- ☆58Updated 8 years ago
- [unmaintained] Make seq2seq for keras work☆232Updated 8 years ago
- ☆87Updated 9 years ago
- Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq☆278Updated 8 years ago
- Simple convolutional highway networks using TensorFlow.☆56Updated 8 years ago
- A generative adversarial network for text generation, written in TensorFlow.☆92Updated 8 years ago
- Hierarchical encoder-decoder framework for sequences of words, sentences, paragraphs and documents using LSTM and GRU in Theano☆108Updated 8 years ago
- MXNet based Neural Machine Translation☆118Updated 6 years ago
- A neural conversation model