uyaseen / theano-recurrence
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
☆43Updated 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
- RNN(LSTM, GRU) in Theano with mini-batch training; character-level language models in Theano☆69Updated 6 years ago
- LSTM-Attention☆74Updated 7 years ago
- Implementing , learning and re implementing "End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF" in keras☆71Updated 7 years ago
- implement the paper" Very Deep Convolutional Networks for Natural Language Processing"(https://arxiv.org/abs/1606.01781 ) in tensorflow☆55Updated 7 years ago
- Dynamic Convolutional Neural Networks for Theano/Lasagne☆151Updated 7 years ago
- Neural Attention Model for Abstractive Summarization☆73Updated 9 years ago
- 使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等☆31Updated 7 years ago
- sentence classification using CNN/LSTM/GRU☆58Updated 7 years ago
- LSTM Neural Network in Python and Cython, used for language modelling☆128Updated 8 years ago
- LSTM-CRF models for sequence labeling in text.☆173Updated 7 years ago
- Hierarchical encoder-decoder framework for sequences of words, sentences, paragraphs and documents using LSTM and GRU in Theano☆108Updated 8 years ago
- A tensorflow implementation of Convolutional Neural Networks for Sentence Classification☆76Updated 8 years ago
- My bachelor's degree thesis (with code and experiments) on sentiment classification of Russian texts using Bi-RNN with attention mechanis…☆45Updated 7 years ago
- TensorFlow implementation of convolutional neural network for sentence classification tasks☆81Updated 7 years ago
- Implementation of Character-level Convolutional Networks for Text Classification in TensorFlow☆81Updated 8 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 7 years ago
- BiLSTM-CRF for sequence labeling in Dynet☆81Updated 7 years ago
- ☆87Updated 8 years ago
- A CNN with an attentional module that I built while attending the brains minds and machines summer course☆68Updated 5 years ago
- ☆58Updated 9 years ago
- Implement GRU or CNN in python/theano to learn the sentences representation for coherence, answer selecting or dialogue.☆15Updated 7 years ago
- Tensorflow implementation of Dynamic Coattention Networks for Question Answering.☆100Updated 8 years ago
- Python Linear CRF☆47Updated 10 years ago
- Tensorflow implementation of Very Deep Convolutional Networks for Natural Language Processing☆79Updated 7 years ago
- NLP tools on Lasagne☆61Updated 7 years ago
- Train deep neural language models as described in this paper "Deep Neural Language Models for Machine Translation" http://www.aclweb.org/…☆14Updated 9 years ago
- Simple convolutional highway networks using TensorFlow.☆56Updated 8 years ago
- Implementation of Attention-over-Attention Neural Networks for Reading Comprehension (https://arxiv.org/abs/1607.04423) in TensorFlow☆177Updated 8 years ago
- Molding CNNs for text (http://arxiv.org/abs/1508.04112)☆85Updated 8 years ago