Skip to content

Exploring LDA and NTM algorithms, and analyzing the results across few use cases.

Notifications You must be signed in to change notification settings

m-ali-awan/SageMaker-TopicModeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SageMaker-TopicModeling

Topic modeling is a popular text analysis technique. The ultimate goal of topic modeling to find a theme across reviews, and discover hidden topics. Each document in the corpus will be made up of at least one topic, if not multiple topics.

To use a topic modeling technique, you need to provide:

A document-term matrix.

The number of topics you would like the algorithm to pick up.

Here I have used LDA(Latent Dirichlet Allocation), and NTM(Neural Topic Model), and evaluated their performance across few use-cases.

About

Exploring LDA and NTM algorithms, and analyzing the results across few use cases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published