Training word embeddings with skip-gram negative sampling model in Tensorflow 2.
To start training enter on the command line:
$ python embeddings_train.py
To run tensorboard
enter:
$ tensorboard --logdir tensorboard
add --bind_all
if accessed over the network.