Difference between revisions of "Recommender101"

From RecSysWiki
Jump to navigation Jump to search
(Initial creation)
 
(Added categories)
Line 7: Line 7:
 
== External links ==
 
== External links ==
 
* [http://ls13-www.cs.tu-dortmund.de/homepage/recommender101 Recommender101 Homepage]
 
* [http://ls13-www.cs.tu-dortmund.de/homepage/recommender101 Recommender101 Homepage]
 +
 +
[[Category: Java]]
 +
[[Category: Software]]

Revision as of 04:41, 30 April 2015

Recommender101 is a lightweight and easy-to-use framework written in Java to carry out offline experiments for Recommender Systems (RS). It provides the user with various metrics and common evaluation strategies as well as some example recommenders and a dataset. The framework is easily extensible and allows the user to implement own recommenders and metrics.

Implemented algorithms: Nearest neighbors (kNN), SlopeOne, matrix factorization methods, BPR, content-based filtering and others

Evaluation techniques: Cross-validation; metrics include Precision, Recall, NDCG, MAE, RMSE, AUC, Gini index and others

External links