Open
Description
David,
What use cases will this be most useful? I would like to learn more about this.
Thanks,
Owen Dall
var topicNormalizers = zeros(numTopics);
for (var topic = 0; topic < numTopics; topic++) {
topicNormalizers[topic] = 1.0 / (vocabularySize * topicWordSmoothing + tokensPerTopic[topic]);
}
(And then two other places: line 258 and 296.
Metadata
Assignees
Labels
No labels