lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

Dimension of Topic Vector

Open aggarwalpiush opened this issue 6 years ago • 1 comments

According to LDA algorithm, dimension of topic vector (word probabilities) should be K X V. K is number of topics and V is vocabulary size (http://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf). But here dimension is defined as K X W. W is word vector dimension or constant somewhere.

#Number of dimensions in a single word vector n_units = int(os.getenv('n_units', 300))

Kindly explain, how these dimension can also follow LDA algorithm.

Thanks in advance!!

aggarwalpiush avatar Mar 13 '18 17:03 aggarwalpiush

@aggarwalpiush Hi, I'm wondering the problem, too. Did u get any solution? Thanks!

fan8502 avatar Nov 06 '19 16:11 fan8502