GPU accelerated implementation of Efficient Vector Representation for Documents Through Corruption
The original implementaion is from @mchen24/iclr2017.
This repository only accelerate the training progress while NOT including the whole experiment.
You should check the original implementation for more detail.
git clone https://github.com/oToToT/Doc2VecC
cd Doc2VecC/build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
./doc2vecc
If you found this code useful, please cite the following paper:
Minmin Chen. "Efficient Vector Representation for Documents Through Corruption." 5th International Conference on Learning Representations, ICLR (2017).
@article{chen2017efficient,
title={Efficient Vector Representation for Documents Through Corruption},
author={Chen, Minmin},
journal={5th International Conference on Learning Representations},
year={2017}
}