Computer & Data Scientist, PhD in CS from Georgetown University.
Boston University '15
Georgetown University '17 & '22
-
5out.io
- churchill.io
Pinned Loading
-
GU-DataLab/gdtm
GU-DataLab/gdtm PublicA Python Package containing wrappers for topic models, including TND, NLDA, GTM, and temporal topic-noise models.
-
GU-DataLab/topic-noise-models-source
GU-DataLab/topic-noise-models-source PublicMallet implementations of Topic-Noise Models
-
running_nlda.py
running_nlda.py 1from gdtm.models import NLDA
23# Set these paths to the path where you saved the Mallet implementation of each model, plus bin/mallet
4tnd_path = 'path/to/mallet-tnd/bin/mallet'
5lda_path = 'path/to/mallet-lda/bin/mallet'
-
running_gtm.py
running_gtm.py 1from gdtm.models import GTM
23# Set these paths to the path where you saved the Mallet implementation of each model, plus bin/mallet
4tnd_path = 'path/to/mallet-tnd/bin/mallet'
5gtm_path = 'path/to/mallet-gtm/bin/mallet'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.