Pinned Repositories
sparse_btm
a cpp implementation of sparse biterm topic model, 10x faster than origin implementation because using sparse-sampler.
sparse_hlda
a fast Cpp-implementation Hierarchy Latent Dirichlet Allocation algorithm, can aggregate stop-words/meaningless-high-frequency-words into "common-topic"(a rubbish words bucket) and generate K(number of topics you set) more pure "special-topics".
TextClf
text classify; tensorflow; cnn; rnn
kejunxiao's Repositories
kejunxiao/sparse_btm
a cpp implementation of sparse biterm topic model, 10x faster than origin implementation because using sparse-sampler.
kejunxiao/sparse_hlda
a fast Cpp-implementation Hierarchy Latent Dirichlet Allocation algorithm, can aggregate stop-words/meaningless-high-frequency-words into "common-topic"(a rubbish words bucket) and generate K(number of topics you set) more pure "special-topics".
kejunxiao/TextClf
text classify; tensorflow; cnn; rnn