8000 GitHub - tohtsky/lda11: Yet another collapsed gibbs sampler for python.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ lda11 Public

Yet another collapsed gibbs sampler for python.

License

Notifications You must be signed in to change notification settings

tohtsky/lda11

Repository files navigation

LDA11 - yet another collapsed gibbs sampler for python.

Features

The implementaion relies on Eigen for faster array multiplication and pybind11 for simple binding.

Installation

You can install the wheel from pypi:

pip install lda11

For x64 architecture, the above wheel is built using AVX. If it is not convenient for you, try e.g.

CFLAGS="-march=native" pip install git+https://github.com/tohtsky/lda11

About

Yet another collapsed gibbs sampler for python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0