Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 758 Bytes

FastDTM

Repo for MCMC based Dynamic Topic Model.

This code has Eigen dependency. Before running this code, please make sure you update the CMakeLists to include the Eigen directory. All of this research was done at Tsinghua University in the TSAIL group.

To-do list

  • Multithreaded implementation.
  • Create Python wrapper for the code for easier usage.
  • Create a DTM python module that can be easily pip installed.

License

MIT

Reference

If you find this implementation useful, please cite: A Bhadury, J Chen, J Zhu, and Shixia Liu. Scaling up Dynamic Topic Models. In Proceedings of the 25th International Conference on the World Wide Web, 2016. https://arxiv.org/pdf/1602.06049.pdf