Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 411 Bytes

Model Zoo

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.

Models Included

  • Word2Vec(tensorflow)
  • Para2Vec(tensorflow)
  • Doc2VecC(tensorflow)(under construction)
  • GloVe(tensorflow)(under construction)