BigTopicModel
BigTopicModel copied to clipboard
Big Topic Model is a fast engine for running large-scale Topic Models.
Our document should include three aspects: 0. user guide, include compilation guides and running guide. 1. the design principle of BTM 2. the comparison result of our competitors : Petuum,...
Refactor our code to pass cpplint.
The memory consumption 10 times bigger than the input corpus. Since parameters are accessed sequentially, we can swap them between memory and disk in order to run big model on...
Merging and testing MedLDA into main repo.
Make a binary distribution for users who are unable to compile our code. In order to obtain good compatibility under different environment, we can consider the [universal binary](https://en.wikipedia.org/wiki/Universal_binary) of Apple...
The current state of BTM's compilation system is far from ideal. There are two issues mainly: 0. Manage all third dependency by CMake. 1. Detect and set appropriate compiler and...
Currently, BTM is lacking of unit test. For the future development, we need a unit test framework. Considering gtest as an option