From a8a4418e25aef7f018e14dc59ab11437815a4971 Mon Sep 17 00:00:00 2001 From: Guillaume Chevalier Date: Sat, 13 Oct 2018 04:31:37 -0400 Subject: [PATCH] Add 'GPU-optimized TensorFlow implementation for loading official pre-trained embeddings' --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 942e44d..6c78ae5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ Bojanowski, Grave, Joulin, Mikolov 2016 T. Mikolov, E. Grave, P. Bojanowski, C. Puhrsch, A. Joulin 2017 [FastText library](https://fasttext.cc/) includes [English word vectors](https://fasttext.cc/docs/en/english-vectors.html) +___ +[GPU-optimized TensorFlow implementation for loading official pre-trained embeddings](https://github.com/guillaume-chevalier/GloVe-as-a-TensorFlow-Embedding-Layer), G. Chevalier, 2018 + ## Sentiment Analysis Thought vectors are numeric representations for sentences, paragraphs, and documents. This concept is used for many text classification tasks such as sentiment analysis.