-
Hi Mirwaes
I’m using the python code in github:
scLDA - Fast variational Bayes inference for Latent Dirichlet Allocation
I am fairly new to topic models and am trying to figure out what method / at…
-
With a large topic model, I get a vector space exhausted error when trying to use `get_terms()`. Internally, there is some unnecessary copying of the data.
This snippet does the job - maybe turn i…
-
When I'm using topic modeling widget at Windows 11 using AMD Processor, that accepts input from Bag Of Words -> (Corpus) -> Topic Modeling. It will stuck at 100% for LSI and 0% with LDA. If I click so…
-
How should the "`beta`" output of `ml_lda()` be interpreted? Most guides for how to understand Latent Dirichlet Allocation indicate that this output should give the word-distribution for each Topic as…
-
The math of the LDA inherently allows for as few as 1 topic.
1 topic is an important boundary situation that we want to be able to include in our models.
Unfortunately, the current LDA applicat…
-
Hi,
I am posting here since I did not receive any response to my [Google groups post](https://groups.google.com/g/gensim/c/G8Tr9TfrP6Y).
I am trying to use the Gensim [LDA Seq model](https://rad…
-
There should be a way to save intermediate model files between iterations of inference.
-
### Is your feature request related to a problem? Please describe.
I will be using the sentences to create a corpora and then I will use LDA from gensim to do the topic modelling.
### Describe th…
-
Just that: is there an extension, and what is it?
-
Hi,
```
I am using Y!LDA in Hadoop with 3 computers.
I got the results of "train mode" and found it a little bit confusion. I ran the script with --topics=20, and found that the files "lda.docToTo…