An open API service indexing awesome lists of open source software.

https://github.com/gousaiyang/topic-model-analysis

Using LDA topic model to analyze Twitter data.
https://github.com/gousaiyang/topic-model-analysis

Last synced: about 1 month ago
JSON representation

Using LDA topic model to analyze Twitter data.

Awesome Lists containing this project

README

        

# topic-model-analysis

This is my summer intern project in Microsoft in year 2018. The system can automatically retrieve tweets regarding specific keywords from Twitter, train an LDA topic model to cluster topics from tweets, and present a visual and interactive interpretation of the result.

The data pipeline is as follows:

![Data Pipeline](data_pipeline.png)