wangxggc / rnn-theanoLinks
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
☆31Updated 8 years ago
Alternatives and similar repositories for rnn-theano
Users that are interested in rnn-theano are comparing it to the libraries listed below
Sorting:
- 这是一个tensorflow使用的样例,改自于https://guillaumegenthial.github.io/sequence-tagging-with-tensorflow.html☆37Updated 8 years ago
- classify text by rnn/lstm, based on TensorFlow r1.0☆86Updated 8 years ago
- NLPCC2017示例代码以及数据描述☆116Updated 8 years ago
- Multi-Perspective Sentence Similarity Modeling with Convolution Neural Networks论文实现☆68Updated 7 years ago
- A Joint Chinese segmentation and POS tagger based on bidirectional GRU-CRF☆154Updated 7 years ago
- Tensorflow-LSTM-CRF tool for Named Entity Recognizer☆59Updated 8 years ago
- A (CNN+)RNN(LSTM/BiLSTM)+CRF model for sequence labelling.☆139Updated 8 years ago
- Hierarchical Attention Networks for Chinese Sentiment Classification☆206Updated 8 years ago
- Knowledge Base Question Answering using memory networks☆87Updated 8 years ago
- Resources, datasets, papers on Question Answering☆57Updated 4 years ago
- Keras-Based LSTM Conv model for Question Selection☆23Updated 8 years ago
- A tensorflow implementation of Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks☆188Updated 9 years ago
- Character-level Convolutional Networks for Text Classification论文仿真实现☆72Updated 8 years ago
- It is a tensorflow script for multi-task learning implementation of Kim's paper : Convolutional Neural Networks for Sentence Classificati…☆105Updated 9 years ago
- Code for NLPCC2016 Chinese Word Similarity Task☆17Updated 9 years ago
- A tensorflow implementation of siamese lstm.☆90Updated 8 years ago
- A Simpler GloVe model for distributed word representation☆86Updated 4 years ago
- This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.☆105Updated 7 years ago
- For those who want to model the inter-sentence relations, pls use the more powerful code of "Attentive Convolution" in another repository