Skip to content

ozgurdemir/word2vec-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word2Vec in Keras

This is a simple word2vec implementation with negative sampling in Keras.

How to run it

> make example

Will download an example text file (the one used in the original documentation) and start the training process in a docker container.

> make predict WORD=king

Will use the trained model to predict words similar to the entered word.

About

A word2vec implementation in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published