本系统是基于物品(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:
- 高效的协同过滤算法实现——推荐系统☆52Sep 1, 2022Updated 3 years ago
- 热门推荐、基于内容推荐、基于用户协同过滤推荐、基于物品协同过滤推荐☆43Feb 2, 2019Updated 7 years ago
- 基于Python实现了基于物品的协同过滤推荐算法和基于用户的协同过滤推荐算法☆11Dec 11, 2020Updated 5 years ago
- 用itemCF和userCF算法实现的音乐推荐系统☆14Apr 26, 2018Updated 8 years ago
- 简单的基于新闻语料的推荐算法实现☆23Dec 16, 2016Updated 9 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 基于豆瓣影视数据(不完整)的影视大数据分析平台。爬虫(影视数据和用户数据),推荐系统(基于用户的协同过滤算法),后台(flask实现的简易后台)。☆37Jun 2, 2018Updated 8 years ago
- A twitter sentiment classifier based on KNN and SVM algorithms☆26Jun 30, 2015Updated 11 years ago
- 实现了基于协同过滤(UserCF)的模型、基于隐语义(LFM)的模型、基于图(PersonalRank)的模型,并结合三种模型的结果给出最终结果的推荐算法☆24Mar 24, 2019Updated 7 years ago
- 基于用户行为的推荐算法大赛---第四名(临兵斗列)☆41Oct 27, 2016Updated 9 years ago
- 电影评估推荐系统☆17Jul 31, 2016Updated 9 years ago
- A mini book for java unit testing☆13Dec 12, 2020Updated 5 years ago
- WeixinPress的主要功能就是能够将你的微信公众账号和你的WordPress博客关联,搜索和用户发送关键字匹配的文章,依据命令查看最新文章、热门文章和随机文章。☆16Mar 20, 2014Updated 12 years ago
- HESML Java software library of ontology-based semantic similarity measures and information content models☆15Oct 13, 2022Updated 3 years ago
- 动态加载(创建)组件的一个简单例子!☆10Mar 28, 2017Updated 9 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.
- 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
- Python bindings to some MKL service functions☆12May 31, 2019Updated 7 years ago
- PHP lightweight database framework☆15Oct 15, 2021Updated 4 years ago
- 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…☆15May 28, 2026Updated last month
- Film recommendation system.python KNN Collaborative filtering system and spark.系统详细介绍,请看电影推荐系统文档。☆33Jun 27, 2018Updated 8 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.
- 根据数据表结构,自动生成Model&Mapper&Service&ServiceImpl&Controller代码☆15Oct 2, 2019Updated 6 years ago
- UCSD Anomaly Detection Challenge with CNN Autoencoders and 2-layered LSTMs☆11Nov 19, 2019Updated 6 years ago
- 一个可以生成微信公众号文章的 WordPress 插件。☆13Mar 10, 2015Updated 11 years ago
- Memory Augmented Neural Networks (Pytorch)☆14Sep 2, 2018Updated 7 years ago
- A pure Python implement of Collaborative Filtering based on MovieLens' dataset.☆185Jan 30, 2020Updated 6 years ago
- ☆11Jan 6, 2024Updated 2 years ago
- leetcode解题代码☆11Oct 27, 2016Updated 9 years ago
- ☆13Sep 1, 2019Updated 6 years ago
- ☆15Jun 11, 2021Updated 5 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.
- This is our 5th Semester Project. Idea is to make a feasible drug recommendation system using semantic web and data mining which takes ca…☆13Oct 4, 2014Updated 11 years ago
- 一些传统推荐算法的实现,包括基于内容的推荐,协同过滤,矩阵分解☆296Mar 7, 2018Updated 8 years ago
- A project to define an RDF style ontology for wines and the wine-industry☆24Aug 11, 2020Updated 5 years ago
- It is the code for ASSISTment data mining competition 2017☆13May 28, 2018Updated 8 years ago
- 以知乎日报为数据源,全流程实践一个机器学习过程,从数据获取到 数据分析,对知乎日报进行聚类、分类,并可视化这一过程☆17Apr 6, 2016Updated 10 years ago
- 简单的实现推荐系统的召回模型和排序模型,其中召回模型使用协同过滤算法,排序模型使用gbdt+lr算法☆58Jan 12, 2019Updated 7 years ago
- Implementation of some popular knowledge tracing algorithms☆13Sep 27, 2019Updated 6 years ago