Recommendable

From RecSysWiki
Revision as of 13:37, 9 February 2012 by Davidcelis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Recommendable is an engine to provide a recommender system for the Ruby on Rails web application framework. It uses Redis as backend to provide recommendations based on like/dislike statements by the users. Recommendable employs a user-based kNN model for collaborative filtering with a variant of the Jaccard similarity coefficient adapted to like/dislike statements as a similarity measure.

External links