Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 445 Bytes

File metadata and controls

15 lines (8 loc) · 445 Bytes

/*

Author:: Raj Mehrotra
Date:: 23-12-2018

*/

Word-Embeddings-in-Gensim-and-Keras

A simple implementation of word embeddings in Gensim and Keras libraries.

I have implemented famous Word2Vec in Gensim library. Then I have also used t-SNE to reduce the dimensions and then visualized the same using a scatter plot in plotly library.

As an alternative I have also used Keras embedding layer to generate the word embeddings.