Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Mahout 推荐器(使用 Hadoop map reduce),典型的问题是“这个特定用户可能对哪些电影感兴趣?”。我们如何扭转这个问题,而是询问“哪些用户可能对这部电影感兴趣”?
并最终更进一步:“对于这个电影列表,哪些用户是最合适的人选?”
实际上,这与电影无关,而是建立推荐,以挑选具有最适合满足特定要求的资源/偏好的最佳候选人。
任何想法如何使用 Mahout 解决这个问题,特别是使用 hadoop map-reduce 作业?
Just flip your data, so that users are items and vice versa. Then use it as before.