-
-
wordpress-LDA
Makes a submission to Kaggle's wordpress competetition using LDA features
This directory contains files that make an example submission to Kaggle's wordpress competition, (https://www.kaggle.com/c/predict-wordpress-likes/).
The relevant data files can be ...
-
LDA
... \beta.
- k: # of topics.
- iter: # of sampling iterations.
- lim: limit of outputs.
## Labeled LDA
### usage
make labeled_lda
./labeled_lda document_word_file document_label_file alpha iter lim
### params
- document\_word\_file: input ...
-
lda-implementation
lda with Gibbs Sampler
LDA Implementation Using Gibbs Sampler:
Input arguments:
-f filename The file should have a collection of documents seperated by new line
-k number of topics
-a hyper-parameter alpha
-b hyper-parameter beta
-i number of iterations
...
-
-
Parallel-LDA
Java package that partitions a corpus and runs LDA in parallel on it
-
-
lda
... Allocation for Topic Modelling
Latent Dirichlet Allocation for Topic Modelling
===============================================
Overview
--------
Latent Dirichlet Allocation (LDA) is used to model text corpora and discover topics addressed by a document. ...
-
-
lda-c
Blei's C implementation of variational EM for Latent Dirichlet Allocation (LDA). (allowing more than 65535 documents)
lda-c
=====
Blei's C implementation of variational EM for Latent Dirichlet Allocation (LDA). (allowing more than 65535 documents)
-
LDA
... ://twitter.com/shuyo)) / Cybozu Labs Inc.
I consulted his implementation, lda>.
* Mr. Hiroki Taniura([@boiled_sugar](https://twitter.com/boiled_sugar), )
I had my Enlgish ...
-