adibyte95 / Word-Analogy

to find analogy in words using GLoVe word embeddings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HitCount

Word-Analogy

Topic


given three word a,b and c we will have to generate next word d such that the relation ship between a and b is same as that between c and d.

Results


here are some examples of word embeddings


Credits


1. this repository is based on assignment in coursera link to the course
. 2. Jeffrey Pennington, Richard Socher, and Christopher D. Manning. 2014. GloVe: Global Vectors for Word Representation. read more about it here.

About

to find analogy in words using GLoVe word embeddings

License:MIT License


Languages

Language:Jupyter Notebook 67.6%Language:Python 32.4%