如何构建推荐/相似性引擎

发布于 2024-11-19 07:33:25 字数 40 浏览 2 评论 0原文

我正在寻找创建推荐引擎的技术。我正在使用 sphinx 全文引擎。

I am looking for techniques for creating a recommendation engine. I am using the sphinx fulltext engine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奈何桥上唱咆哮 2024-11-26 07:33:25

你真的应该关注处理人际关系的东西。您想要的是实现图(即节点和边)的东西,然后使用图遍历来查找符合您的条件的节点。这大大简化了它,但推荐引擎并不容易。

You should really be looking at something that handles relationships. What you want is something that implements a graph (i.e nodes and edges) then you use graph traversal to find nodes that match your criteria. That's simplifying it a lot, but recommendation engines are not easy.

雾里花 2024-11-26 07:33:25

http://code.google.com/apis/predict/

希望这会对您有所帮助。

http://code.google.com/apis/predict/

Hope this will help you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文