A recommendation system for twitter that identifies new followers for a user based on the popularity of words within his tweets. The described method maps the tweets to TF-IDF vectors in a sparse zero matrix and clusters this data using k-means clustering. The method then computes a new TF-IDF vector array for the new tweet and classifies it to one of the clusters obtained from k-means.
-
Notifications
You must be signed in to change notification settings - Fork 1
A recommendation system for twitter that identifies new followers for a user based on the popularity of words within his tweets. The described method maps the tweets to TF-IDF vectors in a sparse zero matrix and clusters this data using k-means clustering. The method then computes a new TF-IDF vector array for the new tweet and classifies it to …
License
tgore03/TwitterTwicker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A recommendation system for twitter that identifies new followers for a user based on the popularity of words within his tweets. The described method maps the tweets to TF-IDF vectors in a sparse zero matrix and clusters this data using k-means clustering. The method then computes a new TF-IDF vector array for the new tweet and classifies it to …
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published