diff --git a/doc/related_projects.rst b/doc/related_projects.rst index 88ae167d5198c..d96cc108fa3fd 100644 --- a/doc/related_projects.rst +++ b/doc/related_projects.rst @@ -84,8 +84,14 @@ and tasks. ensembles) trained by sklearn. Useful for latency-sensitive production environments. -- `lda `_: Fast implementation of Latent - Dirichlet Allocation in Cython. +- `lda `_: Fast implementation of latent + Dirichlet allocation in Cython which uses `Gibbs sampling + `_ to sample from the true + posterior distribution. (scikit-learn's + :class:`sklearn.decomposition.LatentDirichletAllocation` implementation uses + `variational inference + `_ to sample from + a tractable approximation of a topic model's posterior distribution.) - `Sparse Filtering `_ Unsupervised feature learning based on sparse-filtering