开发者

collaborative filtering in rails [closed]

开发者 https://www.devze.com 2022-12-22 20:39 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. W开发者_StackOverflowe expect answers to be supported by facts, references,or expertise, but this question will like
As it currently stands, this question is not a good fit for our Q&A format. W开发者_StackOverflowe expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

I'm looking for a solution for collaborative filtering in rails or even possible examples. So far I have only found acts_as_recommendable which looks useful but I noticed it hasn't had any updates in the last 2 years.

Does anyone know of any other solutions and/or examples?


Have you evaluated Apache Mahout? It is a Java based solution, with HTTP access to recommendation engine.

Reference:

Introducing Mahout


This pertains to the examples part of your question, as both the libraries mentioned below are in Java.

The article referenced in above answer, written by Apache Mahout-Taste library author, has neat examples, source code of the examples( using 2.5GB wikipedia data) , and an excellent packaging to run and see those examples in action, in a few minutes.

Apache Mahout-Taste

The specific section is Building a recommendation engine

Here is another open source recommendation engine. easyrec


In 2013, there's the ActiveRecord Reputation System gem by Twitter. There's also a free RailsCast on the topic.


here is a 50 line recommendation system in Ruby: http://www.igvita.com/2007/01/15/svd-recommendation-system-in-ruby/

there is one link there which doesn't work (when he says "mathies click here" it points to Using linear algebra for intelligent information retrieval by Berry et al.: http://www2.denizyuret.com/ref/berry/berry95using.pdf )

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号