KentonWhite/nmftm: Creates a Topic Model of short texts using Non-Negative Matrix Factorization

Topic Modeling is usually done with Latent Dirichlet Allocation. This works great for long documents but seems to fail for short documents, like Tweets. In this package, Topic Modeling is implemented using Non-Negative Matrix Factorization (NMF). NMF is an altnernate that produced stronger topci cohesion when each document is short.

Getting started

Package details

Maintainer
Licensefile LICENSE
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("KentonWhite/nmftm")
KentonWhite/nmftm documentation built on May 8, 2019, 4:50 p.m.