通过 Spark SQL, Spark MLlib, Spark Streaming 技术,基于隐语义模型(LFM),结合实际项目经验,搭建一套个性化电影推荐系统
☆10Aug 25, 2020Updated 5 years ago
Alternatives and similar repositories for recommend-system
Users that are interested in recommend-system are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 大数据课程的期末项目,基于spark、hadoop hdfs、mongodb,使用scala,进行电影推荐☆17May 5, 2021Updated 5 years ago
- My solution code to parallel architecture and programming Spring 2016☆12Aug 15, 2016Updated 10 years ago
- Implementation of neural network algorithm for estimation of heterogeneous treatment effects and propensity scores described in Farrell, …☆13Jun 19, 2021Updated 5 years ago
- 用Python完成了《算法导论》前六章教材内容: 排序: 冒泡, 插入, 堆排, 归并, 快排, 计数排序, 基数排序; 二叉树: 二叉树的所有操作及绘制; 图算法: 深度优先搜索, 广度优先搜索, 最小生成树, 单源最短路径, 所有节点对的最短路径, 最大流.