CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 基于用户的协同过滤算法

搜索资源列表

  1. Concha_CF

    1下载:
  2. 【转】协同过滤代码,用于推荐系统,包括基于项目和基于用户两种情况。实现基于用户和基于项目的协同过滤算法。 实验所用数据为MovieLens – a web-based movies recommender system with 43,000 users & over 3500 movies. 保存在ga.mat文件用,由于ga.test测试集过于庞大,全部用来计算的话耗时庞大,所以每次计算时随机选择部分,具体函数的使用请参照probar.m。我所得到的实验结果保存在results1-resul
  3. 所属分类:Other systems

    • 发布日期:2015-11-07
    • 文件大小:2.44mb
    • 提供者:Singel
  1. UserCF

    2下载:
  2. 用C++实现的基于用户的协同过滤算法,包含训练集、测试集-Achieved with C++ user-based collaborative filtering algorithms, including training set, test set
  3. 所属分类:Console

    • 发布日期:2015-05-27
    • 文件大小:5.79mb
    • 提供者:limingyao
  1. c

    0下载:
  2. 基于用户协同过滤的程序代码,参考《协同过滤推荐算法研究》-User-based collaborative filtering program code, refer to " collaborative filtering recommendation algorithm"
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1.71kb
    • 提供者:zhw
  1. Recommend-system-for-movie

    0下载:
  2. 电影推荐系统中引用了Apache Mahout提供的一个协同过滤算法的推荐引擎Taste,它实现了最基本的基于用户和基于内容的推荐算法,并提供了扩展接口,使用户方便的定义和实现自己的推荐算法。-Movie recommendation system references a collaborative filtering algorithm recommendation engine Taste Apache Mahout provided it implements the basic use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3.42mb
    • 提供者:王凯
  1. pnn-(2)

    1下载:
  2. 皮尔逊相关系数的协同过滤算法,基于用户相似度的推荐算法。-pearon K-nn
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:647.49kb
    • 提供者:方楷强
  1. recommender-

    0下载:
  2. Collaborative Filtering,基于Collaborative Filtering,建立主动为用户推荐商品的推荐系统。实现参考协同过滤算法或它的优化,实现并改进算法,计算出每个客户对未购买的商品的兴趣度,并向客户主动推荐他最感兴趣的N个商品。实验数据可以从MovieLens.com下载。要求使用至少10,000不同用户的数据,至少1000个不同的movie。-Collaborative Filtering,Based Collaborative Filtering, the in
  3. 所属分类:Data Mining

    • 发布日期:2017-05-28
    • 文件大小:9.78mb
    • 提供者:way
  1. 基于用户的协同过滤推荐算法MATLAB

    7下载:
  2. 此代码为一个基于协同过滤的推荐算法,为基于用户的KNN协同过滤,由MATLAB实现,并计算MEA和RMSE
  3. 所属分类:matlab例程

  1. CollaborativeFiltering

    0下载:
  2. 推荐系统中的经典算法,协同过滤算法,基于用户和基于项目的-Recommended system classical algorithm, collaborative filtering algorithm based on user and project-based
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:746.73kb
    • 提供者:Ocean
  1. UserCF

    0下载:
  2. 推荐算法,基于用户的协同过滤算法,python 实现,简单快速。-recommend algorithm ,collaborate filter algorithm based on user ,python implement.simply and fast
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:keven
  1. usercf

    0下载:
  2. 基于用户的协同过滤算法(Python实现) ,很好的学习协同过滤算法的资料-User Based Collaborative Filtering
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1.89kb
    • 提供者:gyy
  1. usercf

    0下载:
  2. 利用Python计算基于用户的协同过滤算法,计算Mae值(Using Python to calculate the user based collaborative filtering algorithm and calculate the Mae value)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:luckydogjia
  1. foodAround-master

    0下载:
  2. 基于用户的协同过滤推荐算法实现食品推荐功能,基于不同用户评分矩阵实现食品的分类。(Based on user collaborative filtering recommendation algorithm, food recommendation function is realized, and food classification is achieved based on different user rating matrix.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1002kb
    • 提供者:皮皮侠
  1. UserBaseCF

    1下载:
  2. 协同过滤推荐算法是诞生最早,并且较为著名的推荐算法。主要的功能是预测和推荐。算法通过对用户历史行为数据的挖掘发现用户的偏好,基于不同的偏好对用户进行群组划分并推荐品味相似的商品。协同过滤推荐算法分为两类,分别是基于用户的协同过滤算法(user-based collaboratIve filtering),和基于物品的协同过滤算法(item-based collaborative filtering),本算法是基于用户的协同过滤算法(user-based collaboratIve filteri
  3. 所属分类:其他

    • 发布日期:2020-03-24
    • 文件大小:10.54mb
    • 提供者:XiaofanQin
  1. 推荐算法在数字化营销业务场景中的应用

    0下载:
  2. 基于用户的协同过滤算法,可以根据用户对电影的评价集推荐其潜在喜爱电影。(Based on user's collaborative filtering algorithm, potential favorite movies can be recommended according to user's evaluation set.)
  3. 所属分类:其他

    • 发布日期:2020-09-26
    • 文件大小:13kb
    • 提供者:EdwardII
  1. UserCF

    0下载:
  2. 使用Python实现一个基于用户的协同过滤算法(A recommandation system based on User by python)
  3. 所属分类:其他

    • 发布日期:2021-01-06
    • 文件大小:1kb
    • 提供者:秀秀尹
搜珍网 www.dssz.com