Difference between revisions of "Recommendable"

From RecSysWiki
Jump to navigation Jump to search
(Created page with "'''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/[[d...")
 
Line 8: Line 8:
 
* [http://davidcelis.com/blog/2012/01/28/recommendable/ blog post explaining the recommendation algorithm used by Recommendable]
 
* [http://davidcelis.com/blog/2012/01/28/recommendable/ blog post explaining the recommendation algorithm used by Recommendable]
  
 +
[[Category: Ruby]]
 
[[Category: Software]]
 
[[Category: Software]]

Revision as of 10:50, 9 February 2012

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