/CBOW_on_TensorFlow

Tensorflow implementation of a Continous Bag of Words Model (CBOW), as described on (https://arxiv.org/pdf/1301.3781.pdf). Trained on Text8 data.

Primary LanguageJupyter Notebook