jonrh / lambda-lovelace

🎓 MSc project, recommender system for tweets
https://jonrh.github.io/lambda-lovelace/
ISC License
4 stars 0 forks source link

Incorporate likes/dislikes feedback for recommender system #75

Closed Marc5690 closed 8 years ago

Marc5690 commented 8 years ago

Each tweet may be liked/disliked. This should affect the weighting in some way when the recommender system is weighing each individual tweet. So far, it has been decided to simply lower the weight of each term that appears in that tweet. Other possible solutions involve expanding the size of the term frequency document so that it holds more terms that allow for more accurate weighing of tweets, but this could mean including meaningless words in the term frequency document.

Marc5690 commented 8 years ago

Implemented!