lettier / lda-topic-modeling

A PureScript, browser-based implementation of LDA topic modeling.
https://lettier.com/lda-topic-modeling
102 stars 17 forks source link

do you have a python version? #3

Open leolle opened 5 years ago

leolle commented 5 years ago

thank you.

lettier commented 5 years ago

Hello @leolle

If you would like to perform LDA with Python, there is the Gensim library.

👍

leolle commented 5 years ago

@lettier I have tried many LDA modules, none of them give me the results like your algorithm, which puts some words in a topic if they appears in a document many times. I can't read purs code.....

leolle commented 5 years ago

@lettier Do you have pseudo code for your algorithm?

lettier commented 5 years ago

Hello @leolle

You can read more about LDA here. It contains a full explanation of the algorithm.

:+1: