Skip to content

Question about "topicNormalizers" #8

Open
@owendall

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions