Skip to content

Repository files navigation

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.

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 on…

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages