Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down