Skip to content

Greg0987/GSDMM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GSDMM (short text topic modeling)

Usage: python test_lda.py

Note: In test_lda.py package lda is required (pip install lda). However, it is unnecessary to install it to use GSDMM.py.

Note: The X matrix can be either a count matrix, where X[document, word] denotes the word count, or a binary matrix, where X[document, word]=1/0, indicating whether a word occurs or not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%