Difference between revisions of "LensKit"
Zeno Gantner (talk | contribs) (cat. Java) |
(Update LensKit URL) |
||
| Line 6: | Line 6: | ||
== External links == | == External links == | ||
| − | * http://lenskit | + | * http://lenskit.org |
[[Category: Java]] | [[Category: Java]] | ||
[[Category: Software]] | [[Category: Software]] | ||
Latest revision as of 18:43, 22 September 2014
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.