1092798448 / RecSysLinks
推荐系统实践(基于近邻和LFM的推荐系统)
☆103Updated 7 years ago
Alternatives and similar repositories for RecSys
Users that are interested in RecSys are comparing it to the libraries listed below
Sorting:
- 卷积神经网络(CNN)提取影评特征构建电影推荐系统,pytorch实现☆129Updated 7 years ago
- [推荐系统] Based on the scoring data set, the recommendation system is built with FM and LR as the core(基于评分数据集,构建以FM和LR为核心的推荐系统).☆302Updated 3 years ago
- Python 3.6 下的推荐算法解析,尽量使用简单的语言剖析原理,相似度度量、协同过滤、矩阵分解等☆105Updated 7 years ago
- 一个简单的电影推荐系统☆232Updated 3 years ago
- 一些经典的个性化推荐算法的实现,从理论推导到实战☆68Updated 5 years ago
- UserCF和ItemCF协同过滤推荐算法的实现☆555Updated 3 years ago
- 基于MovieLens-1M数据集实现的协同过滤算法demo☆387Updated 7 years ago
- 一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解☆297Updated 7 years ago
- YouTube推荐算法☆111Updated 3 years ago
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆39Updated 7 years ago