/Word-Analogy

to find analogy in words using GLoVe word embeddings

Primary LanguageJupyter NotebookMIT LicenseMIT

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.