guillaume-chevalier / GloVe-as-a-TensorFlow-Embedding-Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
☆90Updated 6 years ago
Alternatives and similar repositories for GloVe-as-a-TensorFlow-Embedding-Layer:
Users that are interested in GloVe-as-a-TensorFlow-Embedding-Layer are comparing it to the libraries listed below
- Interpretable Models for NLP using PyTorch☆104Updated 7 years ago
- Code needed to reproduce "Modeling documents with Generative Adversarial Networks"☆38Updated 7 years ago
- Code for my blog post☆49Updated 6 years ago
- Implementation of ULMFit algorithm for text classification via transfer learning☆94Updated 6 years ago
- Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization"(https://arxiv.org/abs/1705.04304)☆19Updated 7 years ago
- PyTorch deep learning models for text processing☆176Updated 5 years ago
- Semantic Textual Similarity in Python☆79Updated 8 years ago
- Load pretrained word embeddings (word2vec, glove format) into torch.FloatTensor for PyTorch☆88Updated 5 years ago
- The notes for Math, Machine Learning, Deep Learning and Research papers.☆52Updated 5 years ago
- An original implementation of ACL 2017, "Question Answering through Transfer Learning from Large Fine-grained Supervision Data"☆58Updated 7 years ago
- Keras implementation of Character-level CNN for Text Classification☆59Updated 6 years ago
- Pytorch implementation of "Get to the point: Get To The Point: Summarization with Pointer-Generator Networks"☆76Updated 7 years ago
- Code for the TACL paper "Overcoming Language Variation in Sentiment Analysis with Social Attention"☆45Updated 7 years ago
- Experiments of ELMo that deep contextualized word representation in Keras with Tensorflow Hub.☆13Updated 6 years ago
- Use RNNs to identify entities in news queries☆55Updated 8 years ago
- Keras implementation of CoVe☆50Updated 6 years ago
- Implementation of Hierarchical Attention Networks as presented in https://www.cs.cmu.edu/~diyiy/docs/naacl16.pdf☆57Updated 6 years ago
- A python library to compute rouge score for summarization☆57Updated 2 years ago
- Some frequently used NLP blocks I implemented☆226Updated 5 years ago
- An implementation of Hierchical Attention Networks for Document Classification in Keras.☆46Updated 4 years ago
- Benchmarking text classification algorithms☆64Updated 7 years ago
- DAANet: Dual Ask-Answer Network for Machine Reading Comprehension☆144Updated 6 years ago
- 2019 NAACL NLI with Deep Learning tutorial site.☆31Updated 5 years ago
- Text Generation Using A Variational Autoencoder☆110Updated 7 years ago
- A spell checker built from GloVe word vectors☆81Updated 6 years ago
- Multilingual hierarchical attention networks toolkit☆77Updated 5 years ago
- ☆51Updated 6 years ago
- Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)☆81Updated 2 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- Bidirectional Long-Short Term Memory tagger (bi-LSTM) (in DyNet) -- hierarchical (with word and character embeddings)☆122Updated last year