Spark实践:音乐个性化推荐——基于ALS矩阵分解的协同过滤算法
☆21Apr 15, 2019Updated 7 years ago
Alternatives and similar repositories for Spark-ALS-CF
Users that are interested in Spark-ALS-CF are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 实现功能:新输入一段文本,与已有数据进行相似度进行比较,返回TOP10的文本。主要实现方法:jieba中文分词、gensim、TF-IDF词汇重要性、cosine余弦相似度。☆11Jul 30, 2020Updated 6 years ago
- ☆16Jul 2, 2019Updated 7 years ago
- 短视频 youtube召回模型推荐,特征包括标题 tags id,tfserving docker部署☆21Jan 21, 2021Updated 5 years ago
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法☆24Mar 24, 2019Updated 7 years ago
- 基于spark的推荐系统的实现(电影推荐系统)☆27Feb 9, 2016Updated 10 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 推荐系统与深度学习☆35Apr 19, 2021Updated 5 years ago
- 使用 Spark MLlib 的 ALS 算法的电影推荐系统☆43Feb 11, 2017Updated 9 years ago
- 利用用户画像数据、物品元数据、用户行为数据为特征构建推荐系统,使用CB和CF算法做推荐召回,使用 Redis数 据库做缓存处理,结合机器学习LR算法推荐排序,达到粗排、精排效果,实现推荐引擎搭建。☆47Feb 10, 2021Updated 5 years ago
- 基于Django和协同过滤算法的电影推荐系统☆45Jul 23, 2019Updated 7 years ago
- 这是我的毕业设计,要求的是带差分隐私的推荐系统,算法采用协同过滤☆42May 14, 2021Updated 5 years ago
- 基于Django的图书管理系统☆51Jun 10, 2021Updated 5 years ago
- 一个简单的电影推荐网站,基于爬取的豆瓣电影数据和协同过滤算法,使用Django框架搭建。demo曾获全国应用统计研究生案例大赛二等奖。☆51Feb 7, 2023Updated 3 years ago
- 一个电影推荐系统☆873Mar 2, 2022Updated 4 years ago
- 简单的实现推荐系统的召回模型和排序模型,其中召回模型使用协同过滤算法,排序模型使用gbdt+lr算法☆57Jan 12, 2019Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 推荐系统之深度学习模型,框架采用tensorflow2☆58May 11, 2022Updated 4 years ago
- 电影推荐系统:SpringBoot、vue,基于物品的协同过滤算法,IDEA,WebStorm,mysql☆108Jun 29, 2022Updated 4 years ago
- MnemOS Global Networking Protocol☆16Jan 26, 2024Updated 2 years ago
- Tool for IPA resign.☆11Jul 26, 2023Updated 3 years ago
- 使用Flask,mysql构建的一个基于书籍,基于协同过滤算法,基于slope one的图书推荐系统☆350Sep 27, 2023Updated 2 years ago
- NDAudioSuite is an iOS audio file streaming engine that is easy to install and use. It also includes a lightweight file downloader API th…☆14Mar 22, 2017Updated 9 years ago
- All versions of Apple's XNU kernel that include DTrace, tagged and imported.☆19Nov 13, 2017Updated 8 years ago
- Spark SQL 实现 ItemCF,UserCF,Swing,推荐系统,推荐算法,协同过滤☆141Dec 19, 2019Updated 6 years ago
- ☆16May 21, 2016Updated 10 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 模拟电商系统上线运行一段时间后,根据收集到大量的用户行为数据,利用大数据技术(Flink)进行深入挖掘和分析,进而得到感兴趣的商业指标并增强对风险的控制。 整体可以分为用户行为习惯数据和业务行为数据两大类。用户的行为习惯数据包括了用户的登录方式、上线的时间点及时长、点击和浏…☆145May 5, 2020Updated 6 years ago
- ☆17Mar 26, 2018Updated 8 years ago
- The C++ library - "glib" built for ios-simulator and ios-devices☆11Dec 24, 2014Updated 11 years ago
- Script to generate dockerfiles for the stackbrew☆18Mar 3, 2026Updated 5 months ago
- 企业数据管理系统 【Django组件开发】【权限、路由组件】可拆卸系统组件,适用性强☆121Aug 31, 2020Updated 5 years ago
- Item2vec_tutorial_git☆110Apr 1, 2018Updated 8 years ago
- 基于flink的营销系统☆14Jun 9, 2022Updated 4 years ago
- A curated list of awesome cocoa weekly☆19Aug 6, 2017Updated 9 years ago
- UserCF和ItemCF协同过滤推荐算法的实现