实现了一系列常见的推荐算法,如UserCF,ItemCF,SVD等,包含“切分训练集与测试集-训练模型-推荐-评估”一整套流程。
☆20Apr 29, 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:
- CF 推荐系统的实现,以及我的改进。使用 MovieLens-1m 数据集,通过 MAE、Persicion、Recall 检验准确性。☆11Mar 16, 2021Updated 5 years ago
- Recommend system recall algorithms based on Pandas and Cython.☆12Sep 23, 2022Updated 3 years ago
- 一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解☆298Mar 7, 2018Updated 8 years ago
- This repository contains the codes and data to replicate the experimental results in the manuscript Heterogeneous Graph Tree Networks.☆11Nov 23, 2022Updated 3 years ago
- The code impliments for paper "MHNF: Multi-hop Heterogeneous Neighborhood information Fusion graph representation learning.”☆11Oct 29, 2023Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Learning notes of Machine Learn & Deep Learning☆12Feb 13, 2019Updated 7 years ago
- 基于Netty实现简易的即时通讯IM系统☆13Jun 17, 2022Updated 3 years ago
- 实现的基于user和item的协同过滤算法☆52Aug 31, 2013Updated 12 years ago
- Clustering Apotek Dataset Using K-Means++ and PSO_K-Means☆10Aug 8, 2020Updated 5 years ago
- 结合开源数据集进行电影推荐。推荐算法有:逻辑回归;UserCF ; ItemCF☆16Sep 9, 2020Updated 5 years ago
- 2020腾讯广告算法大赛方案分享及代码(冠军)☆14May 1, 2023Updated 2 years ago
- The implementation of our ICDM 2019 paper "Relation Structure-Aware Heterogeneous Graph Neural Network" RSHN.☆18Oct 22, 2020Updated 5 years ago
- 程序以matlab语言编写,包括了Pearson相似度、UserCF、ItemCF、slope one算法、TopN推荐、MAE、RMSE、准确度、覆盖率等常用算法代码☆13Jun 16, 2019Updated 6 years ago
- 用itemCF和userCF算法实现的音乐推荐系统☆15Apr 26, 2018Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 利用pytorch实现的wide&deep,并利用avazu数据集进行了验证☆11Feb 4, 2021Updated 5 years ago
- [WWW 2025] The dataset of the paper "A Large-scale Dataset with Behavior, Attributes, and Content of Mobile Short-video Platform"☆57Jan 29, 2026Updated last month
- 在抖音数据集上实践常用推荐算法☆29Oct 14, 2019Updated 6 years ago
- ☆20Sep 1, 2021Updated 4 years ago
- 基于 Pytorch 实现推荐系统相关的算法☆192Nov 17, 2021Updated 4 years ago
- 豆瓣电影爬虫 爬取top电影的评论 + 每个用户的看过的电影的评论 用于推荐系统的 协同过滤☆16Apr 14, 2019Updated 6 years ago
- 微信大数据挑战赛2021☆18Sep 6, 2021Updated 4 years ago
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、 基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法☆24Mar 24, 2019Updated 7 years ago
- Notice that there are no torch-related code about item2vec, I just want to provide a readable item2vec implementation for researchers☆20May 12, 2022Updated 3 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆30Jan 20, 2026Updated 2 months ago
- TOP250豆瓣电影短评爬虫+数据分析☆20Dec 11, 2019Updated 6 years ago
- 中文 NLP 语料库数据集☆20Dec 14, 2018Updated 7 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- Book-Recommendation-System是一个基于隐语言模型的图书推荐系统。使用movielens数据集,对隐含语言模型的改进算法Bias-SVD,SVD++,AsymmetricSVD在tensorflow进行比较;对隐语义模型的训练速度提出改进学习率的梯度下…☆25May 14, 2020Updated 5 years ago
- 篇章级事件抽取☆21Sep 2, 2020Updated 5 years ago
- 基于豆瓣影视数据(不完整)的影视大数据分析平台。爬虫(影视数据和用户数据),推荐系统(基于用户的协同过滤算法),后台(flask实现的简易后台)。☆36Jun 2, 2018Updated 7 years ago
- 适配PC、mac、嵌入式设备☆30Mar 17, 2025Updated last year
- 🏙️🌆🌃 Try Infinite and Controllable 3D City Layout Generation!☆43Dec 10, 2023Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 这是一个一键让小参数大模型进行角色扮演的项目,从数据构成和训练都包含在这项目中☆25Mar 31, 2024Updated last year
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆39Aug 16, 2018Updated 7 years ago
- Based on the Evol-character framework and OpenAI API, enabling fine-grained role-playing data generation 🎭🧩.☆30Feb 1, 2024Updated 2 years ago
- csdn技术博客推荐引擎,基于文字内容的推荐引擎☆21Apr 22, 2018Updated 7 years ago
- A pure Python implement of Collaborative Filtering based on MovieLens' dataset.☆187Jan 30, 2020Updated 6 years ago
- 根据地址提取省、市、区/县、街道,并进行标准化☆23May 31, 2022Updated 3 years ago
- pyspark+Word2Vec+Tfidf+LSH、文章相似性推荐☆26Mar 5, 2020Updated 6 years ago