文件名称:RecommenderSystem:基于协同过滤的推荐系统
文件大小:874KB
文件格式:ZIP
更新时间:2024-07-11 21:02:01
Python
使用协同过滤的推荐系统 使用的语言:Python 2.7 使用的数据集:MovieLens 100k,可在 实现的功能: 基于用户的推荐 基于项目的推荐 如何使用它: 第 1 步:导入 Recommender 类 第二步:初始化推荐系统 Recommender function requires four arguments: 1.Rmin -> minimum rating in a rating scale 2.Rmax -> maximum rating in a rating scale 3.User Dataset 4.Item Dataset 步骤 3a:对于 UserBased 推荐系统,实现 UserRecommendation 方法 It
【文件预览】:
RecommenderSystem-master
----u.item(231KB)
----Recommender.py(10KB)
----LICENSE(18KB)
----README.md(2KB)
----u.data(1.89MB)
----main.py(2KB)