人工智能/猜测用户服装品味的规则

发布于 2024-10-16 05:55:20 字数 112 浏览 2 评论 0原文

是否有围绕人工智能的标准规则引擎/算法可以预测用户对特定类型产品(如衣服)的品味。 我知道这是所有电子商务网站都会为之奋斗的一件事。但我正在寻找那里定义的理论模式,这将有助于以更好的方式做出预测,即使不准确。

Are there standard rules engine/algorithms around AI that would predict the user taste on a particular kind of product like clothes.
I know it's one thing all e-commerce website will kill for. But I am looking out for theoretical patterns defined out there which would help make that prediction in a better way, if not accurately.

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

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

发布评论

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

评论(2

最丧也最甜 2024-10-23 05:55:20

两本介绍推荐系统的书:

  • 集体智能编程:Python,做得很好工作解释了算法,但在我看来,在理解如何扩展方面没有提供足够的帮助。
  • 智能网络算法:Java,较难理解,但也涵盖了使用持久性(在本例中为 MySQL)有助于扩展,并且示例代码中的标识符区域不会按原样扩展。

基本上有两种解决问题的方法,基于用户或基于项目。 Netflix 似乎使用前者,而亚马逊则使用后者。通常,基于用户需要更多的时间和/或处理能力来生成推荐,因为您往往拥有比要考虑的项目更多的用户。

Two books that cover recommender systems:

  • Programming Collective Intelligence: Python, does a good job explaining the algorithm, but doesn't provide enough help IMO in terms of understanding how to scale.
  • Algorithms of the Intelligent Web: Java, harder to follow, but also covers using persistence, in this case MySQL, to facilitate scaling and identifiers areas in example code that will not scale as-is.

Basically two ways of approaching the problem, user or item based. Netflix appears to use the former, while Amazon the latter. Typically user based requires more time and/or processing power to generate recommendations because you tend to have more users than items to consider.

裂开嘴轻声笑有多痛 2024-10-23 05:55:20

不知道如何回答这个问题,因为这个问题太宽泛了。您所描述的是一种机器学习类型的任务,因此属于该(非常广泛的)保护范围。有许多不同的算法可用于类似的事情,但大多数文本会告诉您问题的定义是重要的部分。

时尚的哪些部分很重要?哪些部分不是?您将如何收集数据?数据的噪音有多大?所有这些都是问题空间的重要考虑因素。潘多拉在音乐方面做了类似的事情,其最大的好处是用户首先告诉他们他们喜欢什么和不喜欢什么。

为了对他们的音乐进行分类,他们实际上训练了音乐家听音乐来识别各种东西。请参阅 Ars Technica 上的文章 此处了解更多相关信息。根据我对时尚品味的了解,我想说这是一个类似的问题空间,并且可能需要专家“整理”信息,然后才能尝试进行比较。

很抱歉回答含糊不清 - 如果您想要更多具体信息,我建议您提出一个更具体的问题,有关特定算法或数据集等。

Not sure how to answer this, as this question is overly broad. What you are describing is a Machine Learning kind of task, and thus would fall under that (very broad) umbrella. There are a number of different algorithms that can be used for something like this, but most texts would tell you that the definition of the problem is the important part.

What parts of fashion are important? What parts are not? How are you going to gather the data? How noisy is the data? All of these are important considerations to the problem space. Pandora does a similar type of thing with music, with their big benefit being that their users tell them initially what they like and don't like.

To categorize their music, they actually have trained musicians listening to the music to identify all sorts of stuff. See the article on Ars Technica here for more information about that. Based on what I know about fashion tastes, I would say that it is a similar problem space, and would probably require experts to "codify" the information before you could attempt to draw parallels.

Sorry for the vague answer - if you want more specifics, I would recommend asking a more specific question, about specific algorithms or data sets, etc.

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