glove-vectors
There are 59 repositories under glove-vectors topic.
doodyparizada/word2vec-spam-filter
Using word vectors to classify spam messages
brannondorsey/GloVe-experiments
GloVe word vector embedding experiments (similar to Word2Vec)
sekharvth/symptom-disease
Finds out symptoms similar to a given symptom, from a symptom-disease data set.
sekharvth/simple-chatbot-keras
Design and build a chatbot using data from the Cornell Movie Dialogues corpus, using Keras
rtrevinnoc/FUTURE
A private, free, open-source search engine built on a P2P network
kefirski/pytorch_GloVe
simple pytorch GloVe implementation
aayux/glove-text-cnn
A text classification model with pretrained GloVe embeddings
matakshay/Neural_Image_Caption_Generator
Deep Learning model which uses Computer Vision and NLP to generate captions for images
chen0040/keras-search-engine
A simple document and image search engine implemented in keras
ispras-texterra/pioner
Named-entity datasets and GloVe models for the Armenian language
imraviagrawal/ReadingComprehension
Bi-Directional Attention Flow for Machine Comprehensions
baaraban/pytorch_ner
LSTM based model for Named Entity Recognition Task using pytorch and GloVe embeddings
hardikp/fnlp
[OUTDATED] A set of classes/scripts for NLP tasks focused on finance data
Kiana-Jahanshid/Emoji-Text-Classification
Using pre-trained word vectors obtained from GloVe algorithm
manankshastri/WordVectorRepresentation
Operations on word vectors - measure similarity using cosine similarity, solve word analogy problems, reduce gender bias in word embedding.
yaricom/english-article-correction
The experiment with applying NLP to correction of definite/indefinite articles in English text corpus
azret/GloVe
C# implementation of GloVe algorithm (Pennington et al., 2014)
Lguyogiro/pyglove
Python interface for building, loading, and using GloVe vectors.
zgornel/Glowe.jl
Julia interface to GloVe
krohak/QuoteGen
Cross-Topic Quotes Generation using Word Embeddings
pranavphoenix/BiLSTM-POS-Tagging
We use Bi-LSTM to learn to tag the Parts of Speech in a sentence using NLTK Brown corpus Dataset.
rajateku/semantic-sentence-representation
Representing sentences using word vectors semantically and visualizing them in 3 dimensional space
shagunsodhani/PyDataConf2017
Code and Presentation for PyData Conference 2017
AdithyaSanyal/Text_Summarizer
Abstractive and extractive text summarizer. The abstractive text summarizer is done using the T5Tokenizer. The extractive text summarizer is done with the help of glove word embeddings. Along with this other NLP libraries like nltk used.
jkooy/class-similarity
The code to calculate similarity of different dataset
shaimaaK/arabic-word-embedding
Arabic Word Embedding models SkipGram, and GLoVE are trained over Arabic Wiki data Dump 2018 dataset from scratch using Gensim and GLoVE python libraries. Then the models are evaluated on three NLP tasks and its results are visualized in T-SNE
SiavashMT/GloVe
Toy Implementation of GloVe in Python
woctezuma/steam-descriptions
Retrieve semantically similar Steam games.
EleetCodeR/Novel-Video-Ranking-Approach
A novel approach towards video-ranking using intent and relevance feedback
GiteshJ/Text-Intent-Classification
Intent Classification of Bank Customer Complaints for Helping Chatbots
HakimGhlissi/Twitter-Sentiment-Analysis-using-GloVe-Word-Embedding-and-LSTM
Built a Twitter Sentiment Analysis tool using a GloVe word embedding vectors and LSTM Neural Networks from data out of a Kaggle dataset
m-e-l-u-h-a-n/Word-embeddings-Visualization
Visualization of word embeddings using various algorithms.
pemagrg1/Words-To-Vectors
Various ways to convert word to vectors. Created Date: 16 Feb 2018
santhalakshminarayana/Quotation_Generation_Glove_LSTM_Pytorch
Quotation generation using LSTM - Pytorch with custom embeddings trained with Glove model.