This repository is a collection of self-implemented machine learning models.
To use models under this repository, please first check requirements.yml.
- All the models have been tested under python 3.6.
 - Use of virtualenv/conda is recommended.
 
- Word2Vec(tensorflow)
 - Para2Vec(tensorflow)
 - Doc2VecC(tensorflow)(under construction)
 - GloVe(tensorflow)(under construction)