NoisyWinds / Recommend
Python 3.6 下的推荐算法解析,尽量使用简单的语言剖析原理,相似度度量、协同过滤、矩阵分解等
☆104Updated 6 years ago
Alternatives and similar repositories for Recommend:
Users that are interested in Recommend are comparing it to the libraries listed below
- 推荐 系统实践(基于近邻和LFM的推荐系统)☆100Updated 6 years ago
- 卷积神经网络(CNN)提取影评特征构建电影推荐系统,pytorch实现☆127Updated 7 years ago
- 高效的协同过滤算法实现——推荐系统☆51Updated 2 years ago
- 简单的实现推荐系统的召回模型和排序模型,其中召回模型使用协同过滤算法,排序模型使用gbdt+lr算法☆59Updated 6 years ago
- 分别基于协同过滤算法和基于TensorFlow建立推荐系统☆43Updated 6 years ago
- 一些经典的个性化推荐算法的实现,从理论推导到实战☆68Updated 4 years ago
- [推荐系统] Based on the scoring data set, the recommendation system is built with FM and LR as the core(基于评分数据集,构建以FM和LR为核心的推荐系统).☆303Updated 3 years ago
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆38Updated 6 years ago
- 第二届全国大数据比赛-个性化新闻推荐☆67Updated 9 years ago
- YouTube推荐算法☆105Updated 3 years ago
- 阿里移动推荐算法☆126Updated 6 years ago
- 一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解