本系统是基于物品(item-based)的系统过滤算法。协同过滤推荐技术被认为是推荐系统算法中应用最为成功的技术之一。它通常采用最近邻(K-Nearest-Neighbor, KNN)算法,利用用户的历史记录来计算用户之间的距离,然后利用目标用户的最近邻用户对物品评价来预测目标用户对其他未评价物品的感兴趣程度,系统从而根据这一感兴趣程度来对目标用户进行推荐。
☆14Dec 18, 2019Updated 6 years ago
Alternatives and similar repositories for online-judge-recommendation
Users that are interested in online-judge-recommendation are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 毕业设计,基于用户行为的社交网络推荐算法研究与 实现☆19Aug 22, 2017Updated 8 years ago
- 机器学习方法进行中文电影评论的情感分析☆33Mar 19, 2017Updated 9 years ago
- 毕业设计项目-基于用户行为和内容的个性化新闻推荐系统☆30Jan 25, 2018Updated 8 years ago
- 计算机毕业设计PySpark+LSTM+Hadoop招聘推荐系统 招聘大数据 招聘数据分析 协同过滤算法(基于物品+基于用户 全部实现) 招聘可视化大屏 就业推荐系统 就业数据分析(大屏+支付+短信+爬虫+识别+机器学习+LSTM情感分析+深度学习)☆20Aug 10, 2022Updated 3 years ago
- 计算机毕业设计之Python+Vue.js+Flask+Scrapy电影爬虫可视化系统 电影推荐系统 协同过滤算法电影推荐系统 大数据毕业设计☆17Jul 30, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于Python实现了基于物品的协同过滤推荐算法和基于用户的协同过滤推荐算法☆11Dec 11, 2020Updated 5 years ago
- 音乐推荐系统,基于协同过滤算法与文本推荐算法,根据用户的听歌偏好为其推荐可能感兴趣的歌曲或者歌单。☆14Sep 21, 2020Updated 5 years ago
- 豆瓣电影爬虫 爬取top电影的评论 + 每个用户的看过的电影的评论 用于推荐系统的 协同过滤☆16Apr 14, 2019Updated 7 years ago
- ☆32May 30, 2021Updated 4 years ago
- 一种基于改进的KNN网站分类系统,特点是快速、高准确率☆20Mar 21, 2017Updated 9 years ago
- 实现了一系列常见的推荐算法,如UserCF,ItemCF,SVD等,包含“切分训练集与测试集-训练模型-推荐-评估”一整套流程。☆20Apr 29, 2020Updated 6 years ago
- 用itemCF和userCF算法实现的音乐推荐系统☆14Apr 26, 2018Updated 8 years ago
- 基于python+face_recognition+opencv+pyqt5+百度AI实现的人脸识别、语音播报、语音合成、模拟签到系统☆78Sep 23, 2018Updated 7 years ago
- FCN实现语义分割.☆21Jun 17, 2019Updated 6 years ago
- AI Agents on 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.
- 在抖音数据集上实践常用推荐算法☆29Oct 14, 2019Updated 6 years ago
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法☆24Mar 24, 2019Updated 7 years ago
- 爬取各大OJ题目☆10Aug 28, 2017Updated 8 years ago
- 抓取zol数据,django-haystack实现全文搜索,bokeh进行数据可视化,pandas进行数据分析☆35Dec 7, 2022Updated 3 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- 电影评估推荐系统☆17Jul 31, 2016Updated 9 years ago
- 基于sentence-transformers实现文本转向量的机器人☆47Aug 22, 2022Updated 3 years ago
- Built a single-user database management system from scratch using C++ supporting some SQL & relational algebra operations☆13Sep 24, 2020Updated 5 years ago
- A mini book for java unit testing☆13Dec 12, 2020Updated 5 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- WeixinPress的主要功能就是能够将你的微信公众账号和你的WordPress博客关联,搜索和用户发送关键字匹配的文章,依据命令查看最新文章、热门文章和随机文章。☆16Mar 20, 2014Updated 12 years ago
- NLP 以及相关的学习实践☆40Apr 26, 2022Updated 4 years ago
- 动态加载(创建)组件的一个简单例子!☆10Mar 28, 2017Updated 9 years ago
- Bayesian Ontology Reasoner☆16Apr 24, 2026Updated 2 weeks ago
- machine learing and deep learning tutorials for education and psychology. 给心理学和教育学看的机器学习和深度学习教程☆16Nov 15, 2019Updated 6 years ago
- ☆16Jul 10, 2019Updated 6 years ago
- 以本体结构为基础,组织管理教育资源;利用本体技术创建用户知识体系,根据用户的自身学习情况,为其推荐教育视频资源☆10Aug 20, 2017Updated 8 years ago
- 1.解析爬取到的Json歌单数据,并进行数据预处理。 2.基于Surprise推荐系统库,采用KNNBaseLine实现基于用户 的协同过滤歌曲推荐。3.借鉴Word2Vec算法思想进行Song2Vec处理,实现基于物品的协同过滤歌曲推荐。 4.采用 TensorFlow实…☆39Aug 16, 2018Updated 7 years ago
- PHP lightweight database framework☆15Oct 15, 2021Updated 4 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- curl based tool to send messages using Microsoft Exchange ActiveSync protocol☆11Oct 18, 2019Updated 6 years ago
- BERT预训练模型字向量提取工具☆53Apr 23, 2020Updated 6 years ago
- A low-code intrusion library that provides SQL tracing capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Se…☆15Apr 25, 2026Updated 2 weeks ago
- Film recommendation system.python KNN Collaborative filtering system and spark.系统详细介绍,请看电影推荐系统文档。☆33Jun 27, 2018Updated 7 years ago
- 适用于 WordPress 的阿里云 CDN 辅助插件☆17Jan 18, 2024Updated 2 years ago
- 根据数据表结构,自动生成Model&Mapper&Service&ServiceImpl&Controller代码☆15Oct 2, 2019Updated 6 years ago
- 🍞Open-source, local-first AI workspace with Agents, multi-model chat (GPT/Claude/Gemini/DeepSeek), Notion-like docs, AI image & video ge…☆51Updated this week