【问题标题】:collaborative filtering in rails [closed]rails中的协同过滤[关闭]
【发布时间】:2010-03-15 23:54:22
【问题描述】:

我正在寻找在 Rails 中进行协同过滤的解决方案,甚至是可能的示例。到目前为止,我只发现了acts_as_recommendable,它看起来很有用,但我注意到它在过去 2 年没有任何更新。

有人知道其他解决方案和/或示例吗?

【问题讨论】:

  • 经过 3 年和 4 个回答后,我的问题因没有建设性而被关闭?

标签: ruby-on-rails ruby rubygems recommendation-engine collaborative-filtering


【解决方案1】:

你评估过Apache Mahout吗?它是一个基于 Java 的解决方案,通过 HTTP 访问推荐引擎。

参考:

Introducing Mahout

【讨论】:

    【解决方案2】:

    这与您问题的示例部分有关,因为下面提到的两个库都使用 Java。

    上述答案中引用的文章由 Apache Mahout-Taste 库作者 has neat examples, source code of the examples( using 2.5GB wikipedia data) , and an excellent packaging to run 撰写,并在几分钟内查看这些示例。

    Apache Mahout-Taste

    具体版块是Building a recommendation engine

    这是另一个开源推荐引擎。 easyrec

    【讨论】:

      【解决方案3】:

      在 2013 年,Twitter 推出了 ActiveRecord Reputation System gem。还有一个free RailsCast关于这个话题。

      【讨论】:

        【解决方案4】:

        这是一个 Ruby 中的 50 行推荐系统:http://www.igvita.com/2007/01/15/svd-recommendation-system-in-ruby/

        那里有一个链接不起作用(当他说“mathies click here”时,它指向使用线性代数进行 Berry 等人的智能信息检索:http://www2.denizyuret.com/ref/berry/berry95using.pdf

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2011-01-27
          • 2017-10-21
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多