Difference between revisions of "LensKit"

From RecSysWiki
Jump to navigation Jump to search
(Add to software category)
(Update LensKit URL)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[http://lenskit.grouplens.org 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.
+
'''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.
 
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.
+
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.
  
[[Category:Software]]
+
== External links ==
 +
* http://lenskit.org
 +
 
 +
[[Category: Java]]
 +
[[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.

External links