meereeum / lda2vec-tf

tensorflow port of the lda2vec model for unsupervised learning of document + topic + word embeddings
437 stars 100 forks source link

about document proportions #12

Open ShellingFord221 opened 5 years ago

ShellingFord221 commented 5 years ago

Hi, Figure 1 in the paper shows that there first comes document weights, then after a softmax layer, there comes document proportions. But in the loss function, there is no document weights, only the document proportion p_jk. So are document proportions parameters in the network, or are they just learned by other methods beforehand? Thanks!