File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,14 @@ and tasks.
84
84
ensembles) trained by sklearn. Useful for latency-sensitive production
85
85
environments.
86
86
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.)
89
95
90
96
- `Sparse Filtering <https://github.com/jmetzen/sparse-filtering >`_
91
97
Unsupervised feature learning based on sparse-filtering
You can’t perform that action at this time.
0 commit comments