angeloskath / php-nlp-tools

Natural Language Processing Tools in PHP
Do What The F*ck You Want To Public License
743 stars 152 forks source link

Change the Gibbs sampling LDA to variational inference #42

Open angeloskath opened 8 years ago

angeloskath commented 8 years ago

Change the current Latent Dirichlet Allocation model from Gibbs sampling to variational inference because it is more robust and especially the online variant is supposed to be much faster.