guillaume-chevalier / GloVe-as-a-TensorFlow-Embedding-LayerLinks
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.
☆89Updated 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
Sorting:
- DAANet: Dual Ask-Answer Network for Machine Reading Comprehension☆144Updated 6 years ago
- Implementation of ULMFit algorithm for text classification via transfer learning☆94Updated 6 years ago
- PyTorch implementations of various deep learning models for paraphrase detection, semantic similarity, and textual entailment☆107Updated 7 years ago
- Transfer Learning for NLP Tasks☆55Updated 6 years ago
- ImplementAI Workshop on Deep NLP for Question Generation☆77Updated 7 years ago
- The first public PyTorch implementation of Skip-Thought Vectors☆224Updated 7 years ago
- Visualize word embeddings of a vocabulary in TensorBoard, including the neighbors☆46Updated 8 years ago
- Accompanying notebook for the Entailment with Tensorflow article.☆82Updated 6 years ago
- Keras implementation of CoVe☆50Updated 6 years ago
- Bidirectional Long-Short Term Memory tagger (bi-LSTM) (in DyNet) -- hierarchical (with word and character embeddings)☆122Updated 2 years ago
- Interpretable Models for NLP using PyTorch☆105Updated 7 years ago
- An implementation of Hierchical Attention Networks for Document Classification in Keras.☆46Updated 4 years ago
- Multilingual hierarchical attention networks toolkit☆77Updated 5 years ago
- A python library to compute rouge score for summarization☆57Updated 2 years ago
- State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.☆134Updated 5 years ago
- Code for my blog post☆50Updated 7 years ago
- LM, ULMFit et al.☆46Updated 5 years ago
- The implementation of text classification using character level convoultion neural networks using Keras☆150Updated 2 years ago
- 2019 NAACL NLI with Deep Learning tutorial site.☆31Updated 6 years ago
- Benchmarking text classification algorithms☆65Updated 8 years ago
- Text pre-processing library for deep learning (Keras, tensorflow).☆117Updated 7 years ago
- A repository containing 300D character embeddings derived from the GloVe 840B/300D dataset, and uses these embeddings to train a deep lea…