10000 DOC Note how ariddell/lda differs from sckit-learn's LDA (#5553) · paulha/scikit-learn@334ffb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 334ffb0

Browse files
ariddellpaulha
authored andcommitted
DOC Note how ariddell/lda differs from sckit-learn's LDA (scikit-learn#5553)
Fixes scikit-learn#5529
1 parent b2650f1 commit 334ffb0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/related_projects.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ and tasks.
8484
ensembles) trained by sklearn. Useful for latency-sensitive production
8585
environments.
8686

87-
- `lda <https://github.com/ariddell/lda/>`_: Fast implementation of Latent
88-
Dirichlet Allocation in Cython.
87+
- `lda <https://github.com/ariddell/lda/>`_: Fast implementation of latent
88+
Dirichlet allocation in Cython which uses `Gibbs sampling
89+
<https://en.wikipedia.org/wiki/Gibbs_sampling>`_ to sample from the true
90+
posterior distribution. (scikit-learn's
91+
:class:`sklearn.decomposition.LatentDirichletAllocation` implementation uses
92+
`variational inference
93+
<https://en.wikipedia.org/wiki/Variational_Bayesian_methods>`_ to sample from
94+
a tractable approximation of a topic model's posterior distribution.)
8995

9096
- `Sparse Filtering <https://github.com/jmetzen/sparse-filtering>`_
9197
Unsupervised feature learning based on sparse-filtering

0 commit comments

Comments
 (0)
0