Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
758 views

Is there an R package for learning a Dirichlet prior from counts data

I'm looking for a an R package which can be used to train a Dirichlet prior from counts data. I'm asking for a colleague who's using R, and don't use it myself, so I'm not too sure how to look for ...
3
votes
2answers
561 views

Document similarity

I used tf/idf to calculate consine similarity between two documents. It has some limitation and does not perform very well. I looked for LDA (latent dirichlet allocation) to calculate document ...
1
vote
1answer
241 views

Determine the document ID on Mahout LDA Output

I've successfully ran mahout lda, and displayed the ouput using the command mahout ldatopics. For example my topics are science and sports. then the output will be like: topic 0 basketball, play, ...
0
votes
2answers
157 views

Mass Point, Dirac Delta in Dirichlet Processes

When dealing with Dirichlet Processes, according to [Teh, 2007], a DP is defined as by a base Probability H and a scale factor "alpha" According to the Stick Breaking Construction, the random draws G ...