Word analogies and word embeddings in NLP

Keywords: GloVe, Word2Vec

1. Found word analogies and nearest neighbors with pairwise distances using pretrained GloVe vectors

2. Established word analogies and nearest neighbors with cosine similarity using pretrained Word2Vec vectors

Python Jupyter Notebook NLTK gensim GloVe Scikit-Learn Word2Vec