glove-embeddings topic

List glove-embeddings repositories

Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs

WordEmbeddings-Elmo-Fasttext-Word2Vec

158
Stars
31
Forks
Watchers

Using pre trained word embeddings (Fasttext, Word2Vec)

spanish-word-embeddings

344
Stars
78
Forks
Watchers

Spanish word embeddings computed with different methods and from different corpora

GloVe-as-a-TensorFlow-Embedding-Layer

90
Stars
19
Forks
Watchers

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, redu...

Review_aspect_extraction

103
Stars
26
Forks
Watchers

CNN-based model to realize aspect extraction of restaurant reviews based on pre-trained word embeddings and part-of-speech tagging

pytorch-seq2seq-example

76
Stars
17
Forks
Watchers

Fully batched seq2seq example based on practical-pytorch, and more extra features.

GloVe-experiments

65
Stars
19
Forks
Watchers

GloVe word vector embedding experiments (similar to Word2Vec)

GloVe-PyTorch

16
Stars
5
Forks
Watchers

[not maintained anymore] [for study purpose] A simple PyTorch implementation for "Global Vectors for Word Representation".

Sentiment Analysis using LSTM cells on Recurrent Networks. GloVe word embeddings were used for vector representation of words. Amazon Product Reviews were used as Dataset.