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.
- Host: GitHub
- URL: https://github.com/gousaiyang/topic-model-analysis
- Owner: gousaiyang
- Created: 2018-08-02T07:31:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T03:45:29.000Z (over 6 years ago)
- Last Synced: 2025-02-15T06:41:29.990Z (3 months ago)
- Language: Python
- Homepage:
- Size: 86.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
