#Glove
Showing 8 of 8 repositories tagged #glove, ranked by stars
A fast, efficient universal vector embedding utility package.
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Word Embeddings in Go!
Programming Assignments and Lectures for Stanford's CS 224: Natural Language Processing with Deep Learning
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Exploring the simple sentence similarity measurements using word embeddings
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.