Recommendable

From RecSysWiki
Revision as of 11:50, 9 February 2012 by Zeno Gantner (talk | contribs)
Jump to navigation Jump to search

Recommendable is a recommendation plug-in for the Ruby on Rails web application framework. It uses Redis as backend to provide recommendations based on like/dislike statements by the users. The recommendation model used by Recommendable is user-based kNN, with a variant of the Jaccard coefficient adapted to like/dislike statements as similarity measure.

External links