Difference between revisions of "LensKit"
Zeno Gantner (talk | contribs) |
Zeno Gantner (talk | contribs) (cat. Java) |
||
| Line 8: | Line 8: | ||
* http://lenskit.grouplens.org | * http://lenskit.grouplens.org | ||
| + | [[Category: Java]] | ||
[[Category: Software]] | [[Category: Software]] | ||
Revision as of 11:49, 9 February 2012
LensKit is a Java-based recommender toolkit from GroupLens. It provides a common API for recommender algorithms, an evaluation framework for offline evaluation of recommender performance, and highly modular implementations of common collaborative filtering algorithms.
It is intended to be particularly useful for research and education. The aim of the project is to produce a common recommender framework, reusable in applications, and clear, readable implementations of common algorithms employing best practices with regards to implementation strategies, tuning, and normalizations.
LensKit is under active development. The project currently has several rating-based algorithms and is working on developing additional algorithms, basket/history-based algorithms, and additional evaluation strategies.