vthacker / NewsRecommendation

Build a News Recommendation Engine Using Apache Mahout and the Google News Personalization Paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a very basic recommendaion engine.

Data set used: REUTERS data set

I have also used Apache Mahout

Item clustering is done via MinHash algorithm from Mahout.

User clustering is custom written and I will try to figure out how to use Mahout.

Recommendation engine is also very basic and custom written. Not sure how to use the Taste library from Mahout.

This is a very basic implementation done over a weekend. Feel free to comment. There will be lots of improvemts in the future!!

About

Build a News Recommendation Engine Using Apache Mahout and the Google News Personalization Paper

License:GNU General Public License v3.0


Languages

Language:Java 100.0%