Skip to content
/ lda11 Public

Yet another collapsed gibbs sampler for python.

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

Stars

Watchers

Forks

Packages

No packages published

Languages