登录 注册
当前位置:主页 > 资源下载 > 50 > 下载地址:基于ItemCF协同过滤和hadoop-mapreduce的商品推荐系统

下载地址:基于ItemCF协同过滤和hadoop-mapreduce的商品推荐系统

  • 更新:2024-05-20 11:19:26
  • 大小:51B
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Hadoop - 大数据
  • 格式:TXT

资源介绍

基于ItemCF协同过滤、hadoop-mapreduce的商品推荐系统下载地址。 基于ItemCF的协同过滤 物品推荐系统 Collaborative filtering goods recommendation system based on ItemCF Step1.run(config, paths); // 格式化 去重 Format reset Step2.run(config, paths); // 计算得分矩阵 Score matrix Step3.run(config, paths); // 计算同现矩阵 Computing co-occurrence matrix Step4.run(config, paths); // 同现矩阵和得分矩阵相乘 Multiply the co-occurrence matrix and the score matrix Step5.run(config, paths); // 把相乘之后的矩阵相加获得结果矩阵 Add the matrix after multiplication to obtain the result matrix Step6.run(config, paths); // 排序推荐 Sort recommendation 需要更多资源请关注。 Github: https://github.com/huangyueranbbc